v3

latestSwagger 2.02026-08-067506752.0 MB
org-config

Update an existing org config

patch/v1/org/{orgId}/config

Path parameters

orgIdstring required

Org identifier (either id or slug)

Request body

hiddenFieldIdsstring[]

set of hidden field ids of an org

smartCurrencyDefaultstring

The default currency to use when currency is unknown and there are no options set in smartCurrencyOptions

requiredJobFieldsstring[]

Org configuration for required job fields

scenarioApprovalChainsobject

Configures which approval chains to use with specific scenario types

isOpenJobRoleApprovalEnabledboolean

Whether to show open job approval on Open Job Profile page

isNotifySubmitterPerStageboolean

Whether to notify the scenario submitter each time an approval stage completes

jobCodeFieldIdsstring[]

The set of field IDs that job codes can be set up to auto-fill

Example request

{
  "hiddenFieldIds": [
    "588f7ee98f138b19220041a7"
  ],
  "builtinCategoryMap": [
    {
      "categoryId": "588f7ee98f138b19220041a7",
      "fieldIds": [
        "588f7ee98f138b19220041a7"
      ]
    }
  ],
  "smartCurrencyDefault": "USD",
  "jobCodeFieldIds": [
    "588f7ee98f138b19220041a7"
  ]
}

Response

successful operation