Appearance
Update provider.
PATCH
/backend/v1/providers/{provider}
Requires group admin access for the provider or org admin access if it is globally accessible.
You can update the provider's name, template, inputs, and secrets.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
provider*
Required
Request Body
application/json
JSON
{
"inputs": "string",
"maxRequestsPerSecond": "string",
"name": "string",
"requestConcurrencyLimit": "string",
"secrets": "string",
"template": "string",
"test": false
}
Responses
Successful Response
application/json
JSON
{
"message": "string"
}