Save entity note​
PUT
/api/notes/{entity_type}/{entity_id}
Authorizations​
ApiKeyHeader
Type
API Key (header: X-Api-Key)
Parameters​
Path Parameters
entity_type*
Type
Requiredstring
entity_id*
Type
Requiredinteger
Request Body​
application/json
JSON"text": "string"
{
 Â
}
Responses​
Note saved
application/json
JSON"message": "string"
{
 Â
}