Update a custom fieldpatch https://gateway.stage.bill.com/connect/v3/spend/custom-fields/{customFieldId}Update details about an existing custom field.Path ParamscustomFieldIdstringrequiredlength ≥ 1BILL-generated ID or UUID of the custom fieldBody Paramsnamestring | nullCustom field namedescriptionstring | nullCustom field descriptionallowCustomValuesboolean | nullSet as true if the custom field can have custom valuestruefalseminimumAmountForRequirementnumber | nullMinimum transaction amount where the custom field is requiredrequiredboolean | nullSet as true if the custom field is required for all budgets. The default value is false.truefalseglobalboolean | nullSet as true if the custom field applies to all budgets. The default value is false.truefalseselectedBudgetIdsarray of stringsList of budgets where the custom field is available. Set the budget ID or UUID values.selectedBudgetIdsADD stringrequiredBudgetIdsarray of stringsList of budgets where the custom field is required. Set the budget ID or UUID values.requiredBudgetIdsADD stringHeadersapiTokenstring | nullAccess token for Spend & Expense API authenticationResponses 200Update a custom field response 4XXList of errors. 5XXList of errors.Updated 5 months ago