v1

latestOpenAPI 3.0.02026-07-14135106116.2 KB
inboxes

Update inbox

Update the given inbox with the provided arguments

Permission required: view_list

patch/inboxes/{inbox_id}

Headers

X-Fieldsstring mask

An optional fields mask

Request body

namestring
projectstring

Example request

{
  "project": "abcdef123456789abcdef123"
}

Response

Success

namestring required
projectstring required
idstring required

Example response

{
  "project": "abcdef123456789abcdef123"
}