PATCH/projects/api/v3/messages/{messageId}.json
Edit a message.
Update specific fields on a message. If the property read
is sent with the
value true
all replies from this message will be marked as read.
Path Params
- Name
messageId
- Type
- integer
- required
- Description
Responses
- Code
- 204
- Description
- 204 No Content No Data
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON.
400 Bad Request
ErrorResponse
{
"errors": [
{
"code": "string",
"detail": "string",
"id": "string",
"meta": {},
"title": "string"
}
]
}