core

patch/core/object_attributes/{attribute_id}/

Path parameters

attribute_idstring uuid required

A UUID string identifying this Object Attribute.

Request body

object_typestring
enabledboolean
keystring
labelstring
regexstring
type'text' | 'number' | 'boolean'
groupstring
managedstring nullable

Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

is_uniqueboolean
is_requiredboolean

Response

pkstring uuid required
object_typestring required
enabledboolean
createdstring date-time required
keystring required
labelstring required
last_updatedstring date-time required
regexstring
type'text' | 'number' | 'boolean' required
groupstring
managedstring nullable

Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

is_uniqueboolean
is_requiredboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.