Add/Update Office365 Azure Apps
Select
SaaS
Customer Managed
Add list of Office365 Azure Apps
Path Parameters
- appId int32 required
- application/json
Request Body
- apps object[]
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
PUT /v4/office365/:appid/azureapp
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
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"
}
]
}'
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"
}
]
}'
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"
}
]
}'
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"
}
]
}'
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"
}
]
}'
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"
}
]
}'
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"
}
]
}'