Annotations
Create a website annotation
POST
/api/websites/{websiteId}/annotationsAdds a dated note to the website, optionally marking it as an all-day annotation.
Headers
| Name | Type | Description |
|---|---|---|
| Authorizationrequired | string | Authentication credentials, e.g. Bearer <token>. |
Path parameters
| Name | Type | Description |
|---|---|---|
| websiteIdrequired | string | ID of the website. |
Request body
| Name | Type | Description |
|---|---|---|
| allDay | boolean | Whether the annotation applies to the entire day. |
| daterequired | string | |
| noterequired | string | Text of the annotation. |
Example request
Responses
200The operation completed successfully.
| Name | Type | Description |
|---|---|---|
| allDayrequired | boolean | Whether the annotation applies to the entire day. |
| createdAtrequired | string | Date and time the record was created. |
| daterequired | string | |
| idrequired | string | Unique identifier of the resource. |
| noterequired | string | Text of the annotation. |
| updatedAtrequired | string | Date and time the record was last updated. |
| userIdrequired | string | ID of the associated user. |
| websiteIdrequired | string | ID of the website. |
200 example
400Bad request.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
400 example
401Unauthorized.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
401 example
Code samples
cURL