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.
Request Examples
Example Request
PATCH
/projects/api/v3/messages/{messageId}.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.json
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"
}
]
}