Zex Platform — RC-37 (Add Internal Note) (v1)

Download OpenAPI specification:

Add internal note to submission timeline

path Parameters
submission_id
required
string
header Parameters
X-Zex-Request-Id
string
Request Body schema: application/json
required
note_text
required
string [ 1 .. 500 ] characters
visibility
required
string (Visibility)
Value: "INTERNAL"

Responses

Request samples

Content type
application/json
{
  • "note_text": "string",
  • "visibility": "INTERNAL"
}

Response samples

Content type
application/json
{
  • "request_id": "string",
  • "submission_id": "string",
  • "entry": {
    }
}