Create a note for a workplace
post
Creates a note for a workplace.
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
The ID of the agent.
workplaceIdstringRequired
The ID of the workpace.
Body
textstringRequired
The text of the note.
Responses
200
Successful Response
application/json
codestringOptionalExample:
WORKPLACE_NOTE_CREATEDmessagestringOptionalExample:
The workplace note was created successfully.400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Validation Error
application/json
post
/v1/agents/{agentId}/workplaces/{workplaceId}/notesLast updated