We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda56cf commit 24fb646Copy full SHA for 24fb646
testops-api/v1/paths/case.yaml
@@ -5,6 +5,12 @@ get:
5
description: |
6
This method allows to retrieve a specific test case.
7
parameters:
8
+ - in: query
9
+ name: include
10
+ description: |
11
+ A list of entities to include in response separated by comma. Possible values: external_issues.
12
+ schema:
13
+ type: string
14
- $ref: '../parameters/Code.yaml'
15
- $ref: '../parameters/Id.yaml'
16
responses:
0 commit comments