Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
avitalwerz committed Dec 7, 2023
1 parent 6cd0a7c commit 37e87a5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/services/ocean/aksV2/paths/roll-get.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ get:
parameters:
- $ref: "../../../../commons/parameters/accountId.yaml"
- $ref: "../../commons/parameters/oceanId.yaml"
- $ref: "../../commons/parameters/azureClusterRollId.yaml"
- $ref: "../../commons/parameters/azureRollId.yaml"
responses:
200:
$ref: "../responses/rollGetResponse.yaml"
Expand Down
2 changes: 1 addition & 1 deletion api/services/ocean/aksV2/paths/roll-stop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ put:
parameters:
- $ref: "../../../../commons/parameters/accountId.yaml"
- $ref: "../../commons/parameters/oceanId.yaml"
- $ref: "../../commons/parameters/azureClusterRollId.yaml"
- $ref: "../../commons/parameters/azureRollId.yaml"

responses:
200:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
in: path
name: rollId
name: clusterRollId
schema:
type: string
required: true
Expand Down
8 changes: 8 additions & 0 deletions api/services/ocean/commons/parameters/azureRollId.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
in: path
name: rollId
schema:
type: string
required: true
example: acr-12345abc
description: >
Ocean cluster roll identifier.

0 comments on commit 37e87a5

Please sign in to comment.