Swagger 2.02026-08-137516892.0 MB

33fc84a173ce

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