Skip to main content
PATCH
/
v1
/
workspaces
/
{workspace_id}
/
provider-keys
/
{key_id}
/
tier
Update Provider Key Tier
curl --request PATCH \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id}/provider-keys/{key_id}/tier \
  --header 'Authorization: Bearer <token>'
Updates the tier associated with a provider key.
This endpoint uses session authentication, not API key authentication. See Authentication.
See also: Bring Your Own Key.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.