Update an authorization detail type

Update an existing authorization detail type.

Entitlements required: manageAuthDetailTypes (Manage authorization detail types)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests

LoadingLoading

Path Params
string
required

Authorization detail type identifier

Body Params

Authorization detail type payload

string

Generated authorization detail type ID.

string
required

Authorization detail type. The type cannot be changed after it is created.

string

Authorization detail type description.

string

Authorization detail type serialized JSON schema.

boolean

Indicates whether custom privacy model is used. If not specified, it will be set to true when consentMapping rule exists, otherwise false.

string
enum

Strategy to calculate the authorization detail signature. Default is 'full_hash'

Allowed:
string

Rule used to calculate authorization detail signature when signature strategy is 'custom'.

boolean

Indicates whether a label or an inline HTML will be used to display this authorization detail in consent page. If not specified, the default is false.

string

Label name in 'template_labels.properties' that determine how this authorization detail will be displayed in consent page. Required when inlineMode is false.

string

Inline HTML that determine how this authorization detail will be displayed in consent page. Required when inlineMode is true.

consentMapping
object
Responses
204

The authorization detail type was successfully updated.

403

Access was forbidden.

Language
URL
LoadingLoading

Response
Choose an example:
*/*