From 47f77f31280b20cb00f43554bc36cb3a63864907 Mon Sep 17 00:00:00 2001 From: "zoo-github-actions-auth[bot]" Date: Fri, 19 Dec 2025 18:12:53 +0000 Subject: [PATCH] YOYO NEW API SPEC! --- spec.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/spec.json b/spec.json index 74c57678..ee217f0c 100644 --- a/spec.json +++ b/spec.json @@ -23316,6 +23316,17 @@ "nullable": true, "type": "boolean" } + }, + { + "in": "query", + "name": "pr", + "description": "Optional Pull Request number to route traffic.", + "schema": { + "nullable": true, + "type": "integer", + "format": "uint64", + "minimum": 0 + } } ], "requestBody": { @@ -23498,7 +23509,7 @@ { "in": "query", "name": "pr", - "description": "Optional PR number for preview pools. If provided, takes precedence over pool=pr-{id}.", + "description": "Optional Pull Request number to route traffic.", "schema": { "nullable": true, "type": "integer",