Skip to content

Commit

Permalink
pkp/pkp-lib#4796 more detailed description
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed Jun 12, 2020
1 parent 4fb7e5d commit 24f2ffc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/dev/swagger-source.json
Original file line number Diff line number Diff line change
Expand Up @@ -1749,13 +1749,13 @@
"required": false,
"type": "string"
},
{
"name": "stageIds",
"description": "Filter results by email templates that belong to one or more workflow stage IDs. Separate role IDs with a comma.",
"in": "query",
"required": false,
"type": "string"
}
{
"name": "stageIds",
"description": "Filter results by email templates that belong to one or more workflow stage IDs. Separate role IDs with a comma. Pass `0` to return templates not assigned to a stage.",
"in": "query",
"required": false,
"type": "string"
}
],
"responses": {
"200": {
Expand Down

0 comments on commit 24f2ffc

Please sign in to comment.