Update an authorization provider
patch
https://{your_site_interface}/opa-hub/api/12.2.39/authorization-providers/{authorization-provider-id}
This operation will update an authorization provider.
Request
Path Parameters
-
authorization-provider-id(required): string
The authorization provider's ID.
Supported Media Types
- application/json
Security
-
Authorization: apiKey
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}.
-
oauth2_opa: oauth2
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.
Response
Supported Media Types
- application/json
200 Response
The request was successfully completed.