Skip to content

Update message fields

PATCH
/api/v1/messages/{id}

Request Body

application/json
JSON
{
  
"is_read": true,
  
"is_starred": true,
  
"tags": [
  
  
"string"
  
]
}

Responses

Updated message summary

application/json
JSON
{
  
"id": "01HZ9RQABCDEFGHJKMNPQRSTUV",
  
"sender": "alice@example.com",
  
"recipients": "["bob@example.com","carol@example.com"]",
  
"subject": "Hello world",
  
"size": 1024,
  
"has_attachments": false,
  
"is_read": false,
  
"is_starred": false,
  
"tags": [
  
  
[
  
  
]
  
],
  
"created_at": "2026-03-21T10:00:00Z"
}

Playground

Body

Samples

Powered by VitePress OpenAPI

Released under the MIT / Apache 2.0 License.