Replace an operation

put

https://{your_site_interface}/opa-hub/api/12.2.35/operations/{operation-name}

This operation will replace an operation.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : queryParams
Type: array
The query parameter names expected by the operation endpoint
Show Source
Security
  • Type: apiKey
    Description: Obtain a bearer token from https://{your_site_interface}/opa-hub/api/12.2.17/auth and use it in the Authorization header as: Bearer {token}.
  • Type: oauth2
    Description: POST the OAuth2 Client Credentials parameters to https://{your_site_interface}/opa-hub/api/12.2.17/auth and use the access token from the response in the Authorization header.
Back to Top

Response

Supported Media Types

200 Response

The request was successfully completed.
Body ()
Root Schema : operation
Type: object
Show Source
Nested Schema : interfaces
Type: object
Show Source
Nested Schema : queryParams
Type: array
The query parameter names expected by the operation endpoint
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : interface
Type: object
Show Source
Nested Schema : interfaceProperties
Type: object
Additional Properties Allowed: true

400 Response

The request could not be processed because it contains missing or invalid information.

403 Response

The user does not have authorization for this resource.

404 Response

The requested resource does not exist.

409 Response

The request could not be completed due to a conflict with the current state of the resource.
Back to Top