Skip to content

Commit b1342c6

Browse files
hahmed-devclaude
andauthored
feat(SCM-1430): Add q search param to tags list endpoint (#1122)
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 3f65e16 commit b1342c6

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

doc/compiled.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20472,6 +20472,15 @@
2047220472
"schema": {
2047320473
"type": "string"
2047420474
}
20475+
},
20476+
{
20477+
"description": "Specify a query to filter tags by name.",
20478+
"example": "feature",
20479+
"name": "q",
20480+
"in": "query",
20481+
"schema": {
20482+
"type": "string"
20483+
}
2047520484
}
2047620485
],
2047720486
"responses": {

paths/tags/index.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ parameters:
2020
in: query
2121
schema:
2222
type: string
23+
- description: Specify a query to filter tags by name.
24+
example: feature
25+
name: q
26+
in: query
27+
schema:
28+
type: string
2329
responses:
2430
'200':
2531
description: OK

0 commit comments

Comments
 (0)