Skip to content

Commit

Permalink
Merge pull request #130 from qase-tms/external_issues_filter
Browse files Browse the repository at this point in the history
fix name of external_issues parameter in the cases list
  • Loading branch information
sklmx authored Oct 19, 2023
2 parents 85af0a7 + 6a2874c commit 268b3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ paths:
- trello-app
- youtrack-app
- in: query
name: 'external_issues[ids]'
name: 'external_issues[ids][]'
description: A list of issue IDs.
schema:
type: array
Expand Down
2 changes: 1 addition & 1 deletion paths/cases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ get:
- trello-app
- youtrack-app
- in: query
name: external_issues[ids]
name: external_issues[ids][]
description: A list of issue IDs.
schema:
type: array
Expand Down

0 comments on commit 268b3d3

Please sign in to comment.