curl --request POST \ --url https://api.altostrat.io/sites/{siteId}/notes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Installation Instructions", "body": "### Step 1\nConnect the primary WAN interface."}'
Copy
Ask AI
{ "type": "invalid_request_error", "code": "parameter_missing", "message": "The 'name' parameter is required for this request.", "doc_url": "https://docs.altostrat.io/errors/parameter_missing"}
Site Files
Create a site note
Creates a new markdown note and attaches it to the specified site.
POST
/
sites
/
{siteId}
/
notes
Create a site note
Copy
Ask AI
curl --request POST \ --url https://api.altostrat.io/sites/{siteId}/notes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Installation Instructions", "body": "### Step 1\nConnect the primary WAN interface."}'
Copy
Ask AI
{ "type": "invalid_request_error", "code": "parameter_missing", "message": "The 'name' parameter is required for this request.", "doc_url": "https://docs.altostrat.io/errors/parameter_missing"}