{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Participants API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Participants", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Participants Of A Thread", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/chat/threads/:chatThreadId/participants", "params": [ { "name": "chatThreadId", "value": "", "type": "path", "description": "Thread id to get participants for." }, { "name": "maxPageSize", "value": "", "type": "query", "description": "The maximum number of participants to be returned per page." }, { "name": "skip", "value": "", "type": "query", "description": "Skips participants up to a specified position in response." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Remove A Participant From A Thread", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat/threads/:chatThreadId/participants/:remove", "params": [ { "name": "chatThreadId", "value": "", "type": "path", "description": "Thread id to remove the participant from." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Adds Thread Participants To A Thread If Participants Already Exist, No Change Occurs", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat/threads/:chatThreadId/participants/:add", "params": [ { "name": "chatThreadId", "value": "", "type": "path", "description": "Id of the thread to add participants to." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Participants In A Room", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rooms/:roomId/participants", "params": [ { "name": "roomId", "value": "", "type": "path", "description": "The id of the room to get participants from." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update Participants In A Room", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/rooms/:roomId/participants", "params": [ { "name": "roomId", "value": "", "type": "path", "description": "The id of the room to update the participants in." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }