We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f65e16 commit b1342c6Copy full SHA for b1342c6
2 files changed
doc/compiled.json
@@ -20472,6 +20472,15 @@
20472
"schema": {
20473
"type": "string"
20474
}
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
+ }
20484
20485
],
20486
"responses": {
paths/tags/index.yaml
@@ -20,6 +20,12 @@ parameters:
20
in: query
21
schema:
22
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
29
responses:
30
'200':
31
description: OK
0 commit comments