Skip to main content

Update add-ons for organization

PUT 

https://app.infodeck.io/api/organizations/:organizationId/add-ons

Update add-ons for organization

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

Body

required
    infodeckLns objectrequired

    The infodeckLns of organization.

    status stringrequired
    tenantId stringrequired
    apiKey stringrequired
    anyFeedback objectrequired

    The anyFeedback of organization.

    status stringrequired

Responses

Schema
    data objectrequired

    Data container for the add-ons information.

    infodeckLns objectrequired
    status stringrequired
    tenantId stringrequired
    apiKey stringrequired
    anyFeedback objectrequired
    status stringrequired

Authorization: http

name: usertype: httpscheme: bearerbearerFormat: JWTdescription: Get your API token via POST /authentications/tokens
curl -L -X PUT 'https://app.infodeck.io/api/organizations/:organizationId/add-ons' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"infodeckLns": {
"status": "string",
"tenantId": "string",
"apiKey": "string"
},
"anyFeedback": {
"status": "string"
}
}'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
Body required
{
  "infodeckLns": {
    "status": "string",
    "tenantId": "string",
    "apiKey": "string"
  },
  "anyFeedback": {
    "status": "string"
  }
}
ResponseClear

Click the Send API Request button above and see the response here!