Skip to content

Commit edbbb81

Browse files
author
github-actions
committed
Update OpenAPI schemas
1 parent f0e39a9 commit edbbb81

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

core-api/core-api.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13789,6 +13789,36 @@
1378913789
]
1379013790
}
1379113791
},
13792+
"/teammates/{teammate_id}/private_inboxes": {
13793+
"get": {
13794+
"summary": "List teammate private inboxes",
13795+
"operationId": "list-teammate-private-inboxes",
13796+
"description": "List the private inboxes of a teammate.\n\nRequired scope: `inboxes:read`",
13797+
"tags": [
13798+
"Inboxes"
13799+
],
13800+
"parameters": [
13801+
{
13802+
"in": "path",
13803+
"name": "teammate_id",
13804+
"required": true,
13805+
"description": "The teammate ID",
13806+
"schema": {
13807+
"type": "string",
13808+
"default": "tea_123"
13809+
}
13810+
}
13811+
],
13812+
"responses": {
13813+
"200": {
13814+
"$ref": "#/components/responses/listOfInboxes"
13815+
}
13816+
},
13817+
"x-required-scopes": [
13818+
"inboxes:read"
13819+
]
13820+
}
13821+
},
1379213822
"/teammates/{teammate_id}/rules": {
1379313823
"get": {
1379413824
"summary": "List teammate rules",

0 commit comments

Comments
 (0)