Skip to content

Commit 24fb646

Browse files
committed
feat: update get-case specification to include 'include' field
- Added support for the `include` field in the get-case API specification. - Enabled fetching additional related data when retrieving a test case.
1 parent fda56cf commit 24fb646

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

testops-api/v1/paths/case.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ get:
55
description: |
66
This method allows to retrieve a specific test case.
77
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
814
- $ref: '../parameters/Code.yaml'
915
- $ref: '../parameters/Id.yaml'
1016
responses:

0 commit comments

Comments
 (0)