Skip to content

Commit 40ea38c

Browse files
committed
cleanup comments
1 parent 57627da commit 40ea38c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

platform/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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":

platform/paths/stacks/builds/allBuilds.yml renamed to platform/paths/stacks/builds/all-builds.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
get:
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:
@@ -43,7 +46,7 @@ get:
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:

0 commit comments

Comments
 (0)