File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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\n Required 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" ,
You can’t perform that action at this time.
0 commit comments