diff --git a/openapi.json b/openapi.json index 819f229cc..1d7d69fe7 100644 --- a/openapi.json +++ b/openapi.json @@ -4477,6 +4477,14 @@ "schema": { "type": "boolean" } + }, + { + "name": "pr", + "in": "query", + "description": "Pull request ID", + "schema": { + "type": "integer" + } } ], "responses": { diff --git a/openapi.yaml b/openapi.yaml index c965e9fe2..7cddb7b55 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3152,6 +3152,12 @@ paths: description: 'Force rebuild (without cache)' schema: type: boolean + - + name: pr + in: query + description: 'Pull request id' + schema: + type: integer responses: '200': description: "Get deployment(s) UUID's"