Skip to main content

Add/Update Office365 Azure Apps

Select

SaaS
Customer Managed

Add list of Office365 Azure Apps

Path Parameters
  • appId int32 required
Request Body
  • apps object[]
Responses

OK


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

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
appId — path required
Body
{
"apps": [
{
"applicationId": "string",
"applicationSecret": "string",
"certificatePassword": "string",
"certificate": "string",
"certificateThumbprint": "string",
"applicationName": "string"
}
]
}
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/Office365/:appId/AzureApp' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"apps": [
{
"applicationId": "string",
"applicationSecret": "string",
"certificatePassword": "string",
"certificate": "string",
"certificateThumbprint": "string",
"applicationName": "string"
}
]
}'