patch_offer_custom_fields
Patch draft-offer custom fields in Greenhouse using a custom_fields-only surface. Refuses non-created offers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The offer ID to update | |
| reason | Yes | Human-readable audit reason for this change. Must be at least 12 characters. | |
| dry_run | No | When true, validate and preview the change without sending a write request. | |
| custom_fields | Yes | Offer custom fields keyed by field identifier. | |
| confirm_offer_patch | Yes | Must be true to execute a draft-offer custom-field write. | |
| on_behalf_of_user_id | Yes | Greenhouse user ID to send with this write. |