File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -735,7 +735,7 @@ paths:
735735
736736 # # Stack Builds
737737 " /v1/stacks/builds " :
738- $ref : " ./paths/stacks/builds/allBuilds .yml"
738+ $ref : " ./paths/stacks/builds/all-builds .yml"
739739 " /v1/stacks/builds/{buildId} " :
740740 $ref : " ./paths/stacks/builds/lookup.yml"
741741 " /v1/stacks/{stackId}/builds " :
Original file line number Diff line number Diff line change 11get :
22 operationId : " getAllStackBuilds"
33 summary : List All Builds
4- description : Requires the `stacks-view` capability.
4+ description : |
5+ Fetches all stack builds regardless of their association to a stack.
6+
7+ Requires the `stacks-view` capability.
58 tags :
69 - Stack Builds
710 parameters :
4346 - $ref : ../../../../components/parameters/PageParam.yml
4447 responses :
4548 200 :
46- description : Returns a list of Stack Builds .
49+ description : Returns a list of stack builds .
4750 content :
4851 application/json :
4952 schema :
You can’t perform that action at this time.
0 commit comments