We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async jobs returned by our routes look like this:
{:type "ok", :finished-job "/v1/status/finished-jobs/74785c5f-8705-4257-87ae-08ce1cf78957", :restart-id "65d6c23a-a9c9-4e7f-8ec1-a5bd546b09de"}
It would be good if they also included the :job-id as a separate field, so you can more easily use this with openapi clients.
:job-id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Async jobs returned by our routes look like this:
It would be good if they also included the
:job-id
as a separate field, so you can more easily use this with openapi clients.The text was updated successfully, but these errors were encountered: