This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location -g --request PUT '{{subdomain}}/api2/api2/notes/{{id}}.json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"Note": {
"body": "Updated client meeting notes with follow-up items. Client requested additional features to be included in the proposal.",
"status_id": 2
}
}'
{}