v1

latestOpenAPI 3.0.02026-07-24182211348.4 KB
Builder authorizations

Update an authorization

Update an authorization with the provided data, overwriting any existing data.

put/builder/authorization

Request body

AuthorizationIdinteger

Id of the authorization

AuthorizationType'Basic' | 'BearerToken' | 'CustomHeaders'

Type of the authorization

Tokenstring

Token for the authorization for Bearer authorization type

UserNamestring

Username for the authorization for Basic authorization type

Passwordstring

Password for the authorization for Basic authorization type

Headersobject

Headers for the authorization

Response

The id of the updated authorization

integer required