Skip to content

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
string
Required
entity_id*
Type
integer
Required

Request Body​

application/json
JSON
{
  
"text": "string"
}

Responses​

Note saved

application/json
JSON
{
  
"message": "string"
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI