processExtension

post

/ccadmin/v1/extensions/{id}

Process Extension. Activate/deactivate a previously uploaded Extension.

Request

Supported Media Types
  • application/json
Path Parameters
id
Type: string
Required: true
The id of the Extension to process.
Body Parameter
Root Schema : processExtension_request

Response

Supported Media Types
  • application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : processExtension_response
Example application/json

{
    "success":true
}
Default Response
The error response
Body
Root Schema : errorModel
Type: object
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Nested Schema : items
Type: object

Examples

Sample Request:

POST /ccadmin/v1/extensions/021be6f7-9b84-43ed-9d16-59358443d29f

Sample Response Payload returned by endpoint:

{"success": true}