Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
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."
}Creates or replaces the note stored for a managed site.
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."
}Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Enter your JWT bearer token.
The unique identifier for the site.
"d290f1ee-6c54-4b01-90e6-d701748f0851"
"Core branch router. Coordinate maintenance with the retail team."
The updated site note.
"Core branch router. Coordinate maintenance with the retail team."
Was this page helpful?