diff --git a/api/services/ocean/aksV2/paths/roll-get.yaml b/api/services/ocean/aksV2/paths/roll-get.yaml index 19176e101..fa5e5530e 100644 --- a/api/services/ocean/aksV2/paths/roll-get.yaml +++ b/api/services/ocean/aksV2/paths/roll-get.yaml @@ -3,7 +3,7 @@ get: summary: "Get Roll" description: > Get status for a roll of an Ocean cluster. - operationId: "oceanAksRollGetSingleRoll" + operationId: "oceanAksGetSingleRoll" tags: - "Ocean AKS" parameters: diff --git a/api/spot.yaml b/api/spot.yaml index e7b67bf92..98ffed34b 100644 --- a/api/spot.yaml +++ b/api/spot.yaml @@ -704,9 +704,9 @@ paths: $ref: services/ocean/aksV2/paths/virtualNodeGroupAllowedVmSizes.yaml /ocean/azure/np/cluster/{oceanClusterId}/roll: $ref: services/ocean/aksV2/paths/roll.yaml - /ocean/azure/np/cluster/{oceanClusterId}/roll{rollId}: + /ocean/azure/np/cluster/{oceanClusterId}/roll/{rollId}: $ref: services/ocean/aksV2/paths/roll-get.yaml - /ocean/azure/np/cluster/{oceanClusterId}/roll{rollId}/stop: + /ocean/azure/np/cluster/{oceanClusterId}/roll/{rollId}/stop: $ref: services/ocean/aksV2/paths/roll-stop.yaml /ocean/azure/k8s/cluster/{oceanClusterId}/aggregatedCosts: $ref: services/ocean/aks/paths/cluster-aggregated-costs.yaml