/tenant [PATCH]
endpoint. The body of the request should include the new values
of all fields that you would like to be changed. In the example code below, the api_version
, providers
, logo_url
,
name
, and description
are changed. For a full list of configuration options, check out the API reference.
logo_url
field is used to set the logo of your account. This logo will be shown to users that connect to your
tenancy.
providers
field. You can set the field to a list
of providers which you would like to allow for connection to your account. If providers
is set to null, which it is
by default, all providers are enabled for connection. For a list of provider names, check out the API reference.
x-api-version
header to all requests. This will ensure that all
calls made to the PathStack API will be using the same API version and will allow control over when to upgrade versions.
If the x-api-version
header is not passed, the version will default to the API version set in your configuration.
x-api-version
header is not
sent will defer to using the API version set in the configuration.api_version
field. This will be used if you do not specify the version in the x-api-version
header.