POST
/
{recordType}
/
{alias}
/
{id}
/
comment
"<string>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

recordType
string<string>
required

'apps', 'elements', 'tasks', or 'transactions'

alias
string<string>
required

The application alias

id
string<string>
required

The record ID

Body

text/plain · string

The comment to be added

The body is of type string.

Response

201
text/plain

Created

The response is of type string.