PATCH /dashboard/services/{id}/note

Update service note

Updates the personal note attached to the service.

Parameters

NameTypeInDescription
id*
integerpathThe service ID

Request Body

notestringRequired

Personal note for the service

Response

200
403
successboolean

Request

curl -X PATCH "https://api.royalehosting.net/dashboard/services/{id}/note" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "x-organization-id: YOUR_ORG_ID" \
  -H "Content-Type: application/json" \
  -d '{}'

Response

{
  "success": true
}