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
This route: https://github.com/inspirehep/inspirehep/blob/master/backoffice/backoffice/authors/api/views.py#L97
is returning things such as
{ "data": { "name": { "preferred_name": "TESTSSS", "value": "TEST, Test" }, "_collections": [ "Authors" ], "$schema": "https://inspirehep.net/schemas/records/authors.json" }, "workflow_type": "AUTHOR_CREATE" }
it will be useful for it to also have workflow_id.
workflow_id
The text was updated successfully, but these errors were encountered:
backoffice: add workflow_id to author create rout
53bdb40
*ref:cern-sis/issues-inspire/issues/603
ae3eea8
DonHaul
No branches or pull requests
This route: https://github.com/inspirehep/inspirehep/blob/master/backoffice/backoffice/authors/api/views.py#L97
is returning things such as
it will be useful for it to also have
workflow_id
.The text was updated successfully, but these errors were encountered: