Services Configuration (Operations)

Endpoints to create, update and read operative service jobs configuration.

Get operative service config

get

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
localestringOptional

Provide the localized names and descriptions for operative service configuration. If not provided the default locale is used. for example de_DE.

Responses
chevron-right
200

Central Configuration of all Service related operations

application/json

OperativeServiceConfiguration

get
/api/configurations/operativeservice

Update operative service config

put

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
localestringOptional

Provide the localized names and descriptions for the operative service configuration. If not provided the default locale is used. for example de_DE.

Body

OperativeServiceConfigurationForUpsert

versionnumber · min: 1Required
Responses
chevron-right
200

The operative service configuration was successfully updated.

application/json

OperativeServiceConfiguration

put
/api/configurations/operativeservice

Last updated