Skip to main content

Create access model metadata attribute

POST 

/access-model-metadata/v1/attributes

Create a new Access Model Metadata Attribute.

The isAdhoc field can be set on creation to indicate whether the Attribute supports ad-hoc (dynamically created) values in addition to static values; if omitted, it defaults to false.

Any values provided at creation time must each have a type of static (or omit/leave type blank); adhoc is not an allowed value on this public API and results in a 400 error. Ad-hoc values are created dynamically through an internal service-to-service flow, not through this API.

Request

Responses

Created