patch
https://hover.to/api/v1/jobs/
Update supported metadata fields on an existing Hover job
Update a Job
This endpoint is typically used when your system-of-record (CRM, FSM, claims platform) changes a job's metadata after the job is created in Hover.
Note: This endpoint is for metadata updates only. It does not change deliverable/measurement products. (See "Create Deliverable Change Request").
Root fields (org-level OAuth)
You must include either current_user_email or current_user_id to identify the internal Hover user context. The absence of one of these parameters will result in an error.
| Field | Description |
|---|---|
current_user_id | ID of internal Hover user to act as |
current_user_email | Email of internal Hover user to act as |
Updatable job[...] fields
Job naming / identifier fields
| Field | Type | Description |
|---|---|---|
job[external_identifier] | string | Optional unique identifier for the job |
job[name] | string | Name of the job |
Address fields
| Field | Type | Description |
|---|---|---|
job[location_line_1] | string | First line of this job's address |
job[location_line_2] | string | Second line of this job's address |
job[location_city] | string | The city of this job's address |
job[location_region] | string | The state of this job's address |
job[location_postal_code] | string | The postal code of this job's address |
job[location_country] | string | The country code of this job's address |
