Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/includes/harvest/_introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ The timestamps below are Eastern Time.

| Date | Description |
|-------------------------------| --------------------------------------------------------------------------------------------------------------------------------- |
| Dec 11, 2023 4:00:00PM | Added a Note to [PATCH: Update Current Offer](#patch-update-current-offer) documentation
| Nov 15, 2023 12:45:00PM | Added `job_post_custom_location_id` field to Job Post response object and updated sample response
| Nov 13, 2023 11:09:00AM | Update error status code message.
| Oct 30, 2023 3:20:00PM | Removed language indicating [PUT: Anonymize Candidate](#put-anonymize-candidate) is restricted to Expert Tier
Expand Down
2 changes: 2 additions & 0 deletions source/includes/harvest/_offers.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,8 @@ curl -X PATCH 'https://harvest.greenhouse.io/v1/applications/{id}/offers/current

Update the current offer on the given application. The response will only tell you if the update succeeded.

**Note**: You can't update offers on hired candidates.

### HTTP Request

`PATCH https://harvest.greenhouse.io/v1/applications/{id}/offers/current_offer`
Expand Down