field

Update status for existing fields

post/v1/org/{orgId}/field/status

Path parameters

orgIdstring required

Org identifier (either id or slug)

Request body

updateStatus'ACTIVE' | 'HIDDEN' required

New status to update

fieldIdsstring[] required

Field ids to apply status to

reservedFieldNamesstring[] required

Reserved field names to apply status to

Example request

{
  "fieldIds": [
    "588f7ee98f138b19220041a7"
  ]
}

Response

field status updated

Changes

No recorded changes to this endpoint across all 9 revisions of this API.