Update Custom Field OptionAsk AIput https://partner-api.getpliant.com/api/transactions/custom-fields/{customFieldId}/options/{customFieldOptionId}Update an existing custom field option on the organization.Path ParamscustomFieldIduuidrequiredThe unique identifier of the custom field.customFieldOptionIduuidrequiredThe unique identifier of the custom field option to update.Body ParamsnamestringrequiredThe name of the custom field option, readable for humans.valuestringrequiredThe value of the custom field option. This is mostly your internal value you want to process.statusstringenumrequiredThe status of the custom field option. Only an active custom field option can be used.ACTIVEINACTIVEAllowed:ACTIVEINACTIVEisDefaultbooleanrequiredIf set to true, this means this custom field option is the default option for the related custom field.truefalseResponses 200Ok 400Bad Request. The API consumer sent a malformed request which could not be processed. 401Unauthorized. The API consumer is not authorized to access the requested resource. 403Forbidden. The API consumer is not allowed to access the requested resource. 429Too Many Requests. The API consumer has sent too many requests in a given amount of time. Please check our API guidelines. 500Internal Server Error. The request was not completed due to an internal error.Updated 8 months ago