feat(api): add pull request ID parameter to applications endpoint
This commit is contained in:
@@ -4477,6 +4477,14 @@
|
|||||||
"schema": {
|
"schema": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "pr",
|
||||||
|
"in": "query",
|
||||||
|
"description": "Pull request ID",
|
||||||
|
"schema": {
|
||||||
|
"type": "integer"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
|
@@ -3152,6 +3152,12 @@ paths:
|
|||||||
description: 'Force rebuild (without cache)'
|
description: 'Force rebuild (without cache)'
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
-
|
||||||
|
name: pr
|
||||||
|
in: query
|
||||||
|
description: 'Pull request id'
|
||||||
|
schema:
|
||||||
|
type: integer
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: "Get deployment(s) UUID's"
|
description: "Get deployment(s) UUID's"
|
||||||
|
Reference in New Issue
Block a user