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
OK. Status update acknowledged. Response body might be empty or a simple confirmation.
The response is of type string
.
Example:
"OK"