jobs
Update Job Address
This endpoint updates the job location address information.
This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.
put/jobs/{jobId}/address
Path parameters
jobIdstring uuid required
The job's unique identifier
Request body
Example request
{
"street1": "123 Main St.",
"street2": "Apt 2",
"city": "Peoria",
"state": "MI",
"country": "US",
"zipCode": "61603"
}Response
No Content