v3

latestSwagger 2.02026-08-067506752.0 MB
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