Update Inbox View
AuthorizationBearer <token>
In: header
Path Parameters
view_id*View Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://loading/api/v2/inbox/views/string" \ -H "Content-Type: application/json" \ -d '{}'{
"created_at": "2019-08-24T14:15:22Z",
"created_by": "string",
"created_by_name": "string",
"filters": {},
"icon": "string",
"id": "string",
"is_pinned": true,
"is_shared": true,
"name": "string",
"sort_order": 0,
"updated_at": "2019-08-24T14:15:22Z"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}