Update add-ons for organization
PUT/organizations/:organizationId/add-ons
Update add-ons for organization
Request
Path Parameters
organizationId stringrequired
The ID of organization.
- application/json
Body
required
infodeckLns objectrequired
The infodeckLns of organization.
status stringrequired
tenantId stringrequired
apiKey stringrequired
anyFeedback objectrequired
The anyFeedback of organization.
status stringrequired
Responses
- 200
- 401
- 403
- 404
- application/json
- Schema
- Example (from schema)
- Example
Schema
data objectrequired
Data container for the add-ons information.
infodeckLns objectrequired
status stringrequired
tenantId stringrequired
apiKey stringrequired
anyFeedback objectrequired
status stringrequired
{
"data": {
"infodeckLns": {
"status": "string",
"tenantId": "string",
"apiKey": "string"
},
"anyFeedback": {
"status": "string"
}
}
}
{
"data": {
"infodeckLns": {
"status": "Success",
"tenantId": "b004ebe0-xxxx-xxxx-xxxx-dacd251b6f00",
"apiKey": "eyJ0exxxxxxxxxx4"
},
"anyFeedback": {
"status": "Success"
}
}
}
The request has not permission.
- application/json
- Schema
- Example (from schema)
- Example
Schema
error stringrequired
The request has not permission.
message stringrequired
The request has not permission message.
{
"error": "string",
"message": "string"
}
{
"error": "Unauthenticated",
"message": "Authentication is required and has failed or has not yet been provided."
}
The request has not permission.
- application/json
- Schema
- Example (from schema)
- Example
Schema
error stringrequired
The request has not permission.
message stringrequired
The request has not permission message.
{
"error": "string",
"message": "string"
}
{
"error": "Forbidden",
"message": "Access to the requested resource is forbidden."
}
The resource hasn't found.
- application/json
- Schema
- Example (from schema)
- Example
Schema
error stringrequired
The resource hasn't found.
message stringrequired
The resource hasn't found message.
{
"error": "string",
"message": "string"
}
{
"error": "ResourceNotFound",
"message": "The requested resource could not be found."
}
Loading...