Skip to main content

Add Teams Content

Add content to Office 365 Teams app

Path Parameters
  • appId int32 required

    Commvault teams app id

Request Body
  • type string required

    Possible values: [ALL_TEAMS]

    Default value: ALL_TEAMS

  • office365plan object required
  • id int32
  • name string
Responses

OK


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/office365/teams/:appid/content    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
appId — path required
Body
{
"type": "ALL_TEAMS",
"office365plan": {
"id": 0,
"name": "string"
}
}
curl -L -X PUT 'https://localhost/webconsole/api/V4/Office365/Teams/:appId/Content' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"type": "ALL_TEAMS",
"office365plan": {
"id": 0,
"name": "string"
}
}'