Update a provider
PATCH/v1/projects/:project_id/providers/:provider_id
Change the model, name or base URL, or rotate the credentials (api_key). At least one field is required.
Request
Responses
- 200
- 400
- 401
- 404
- 502
Provider updated.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.