Fixed
6963cb8124afa3e2e65bc3ae27c32dfa2467fd50
9 days ago
PATCH /v3/openings/{id}
- Fixed: Reopening a closed opening, changing its
opening_id, or writing a custom field that requires approval on a job whose approval flow is already approved or rejected now re-requests approval, matching the same edit in the app.PATCH /v3/openings/bulkdoes not re-request approval.
POST /v3/openings
- Fixed: Adding an opening to a job whose approval flow is already approved or rejected now re-requests approval, matching the behavior of adding an opening in the app.
POST /v3/openings/bulkdoes not re-request approval. - Fixed: A request rejected for an invalid custom field value no longer leaves behind the newly created opening.