Skip to content

Commit 47f77f3

Browse files
YOYO NEW API SPEC!
1 parent 5f66a2b commit 47f77f3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

spec.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23316,6 +23316,17 @@
2331623316
"nullable": true,
2331723317
"type": "boolean"
2331823318
}
23319+
},
23320+
{
23321+
"in": "query",
23322+
"name": "pr",
23323+
"description": "Optional Pull Request number to route traffic.",
23324+
"schema": {
23325+
"nullable": true,
23326+
"type": "integer",
23327+
"format": "uint64",
23328+
"minimum": 0
23329+
}
2331923330
}
2332023331
],
2332123332
"requestBody": {
@@ -23498,7 +23509,7 @@
2349823509
{
2349923510
"in": "query",
2350023511
"name": "pr",
23501-
"description": "Optional PR number for preview pools. If provided, takes precedence over pool=pr-{id}.",
23512+
"description": "Optional Pull Request number to route traffic.",
2350223513
"schema": {
2350323514
"nullable": true,
2350423515
"type": "integer",

0 commit comments

Comments
 (0)