put https://example.com/api/basedata/v1/notes/
When modifing an existing Note, the id
field must be given as a path parameter but discarded in the body.
Log in to see full request history
Responses
401You are not unauthorized
404Not Found
When modifing an existing Note, the id
field must be given as a path parameter but discarded in the body.
401You are not unauthorized
404Not Found
xxxxxxxxxx
curl --request PUT \
--url 'https://example.com/api/basedata/v1/notes/id?storeId=null' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: