Jobs
Update Job Status (from Device)
Endpoint called by the device (using a signed URL provided in the job script) to update the status of a job (busy, done, fail). Uses ValidateSignature
and SubstituteBindings
middleware.
GET
Authorizations
Standard JWT token obtained via a separate authentication process. Required for most user-facing API endpoints.
Path Parameters
The UUID of the Job being updated.
Query Parameters
The new status of the job.
Available options:
busy
, done
, fail
Laravel Signed URL signature.
Laravel Signed URL expiration timestamp.
Response
200
text/plain
OK. Status update acknowledged. Response body might be empty or a simple confirmation.
The response is of type string
.
Example:
"OK"