Skip to content

Commit

Permalink
pkp/pkp-lib#10465 Improve GET submissions/{submissionId}/decisions en…
Browse files Browse the repository at this point in the history
…dpoint
  • Loading branch information
taslangraham committed Sep 27, 2024
2 parents b68856b + 676b139 commit 22ead1e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions docs/dev/swagger-source.json
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,40 @@
"description": "Submission ID",
"required": true,
"type": "integer"
},
{
"name": "decisionTypes",
"description": "Filter results by the decision type. List of the `Decision::*` constants.",
"in": "query",
"required": false,
"type": "array",
"items": {
"type": "integer"
}
},
{
"name": "editorIds",
"description": "Filter results by specific editor IDs.",
"in": "query",
"required": false,
"type": "array",
"items": {
"type": "integer"
}
},
{
"name": "reviewRoundId",
"description": "Filter results by a specific review round ID",
"in": "query",
"required": false,
"type": "integer"
},
{
"name": "stageId",
"description": "Filter results by a specific workflow stage Id",
"in": "query",
"required": false,
"type": "integer"
}
],
"responses": {
Expand Down
2 changes: 1 addition & 1 deletion lib/pkp

0 comments on commit 22ead1e

Please sign in to comment.