Skip to main content
POST
/
control-plane
/
{siteId}
/
note
Update site note
curl --request POST \
  --url https://v1.api.altostrat.io/control-plane/{siteId}/note \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "note": "Core branch router. Coordinate maintenance with the retail team."
}
'
{
  "note": "Core branch router. Coordinate maintenance with the retail team."
}

Authorizations

Authorization
string
header
required

Enter your JWT bearer token.

Path Parameters

siteId
string<uuid>
required

The unique identifier for the site.

Example:

"d290f1ee-6c54-4b01-90e6-d701748f0851"

Body

application/json
note
string | null
required
Example:

"Core branch router. Coordinate maintenance with the retail team."

Response

The updated site note.

note
string | null
Example:

"Core branch router. Coordinate maintenance with the retail team."