Skip to content

Create Note

POST
/admin/complaints/{id}/notes
curl --request POST \
--url http://localhost:9000/admin/complaints/example/notes \
--header 'Content-Type: application/json' \
--data '{ "note": "example" }'
id
required
string
Media type application/json
object
note
required
string
Example generated
{
"note": "example"
}

OK

Media type application/json
object
Example generated
{}