Update Provider

PUT
/v1/providers/

Update an existing custom provider

Request

This endpoint expects an object.
idstringRequired

The id of the provider to update.

api_keystringRequired

API key used for requests to the provider.

Response

Successful Response

namestring

The name of the provider

idstringOptional

The id of the provider, lazily created by the database manager.

api_keystringOptional

API key used for requests to the provider.

updated_atdatetimeOptional

The last update timestamp of the provider.

Errors

Built with