Skip to main content

Replace data dictionary field

PUT 

/das/v1/permissions/fields/:name

Fully replaces a custom data dictionary field. This is a PUT operation, not a partial update: the request body must contain the complete resource representation. Omitted properties are rejected. For custom fields, fieldType, dataDictionaryType, and required must match the current values; only name may change. Built-in fields where required is true cannot be updated.

List the field first with List Data Dictionary Fields to obtain the current representation before replacing it.

Request

Responses

The data dictionary field was fully replaced.