feat(api): add pull request ID parameter to applications endpoint
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user