Skip to content

Commit d60ac03

Browse files
committed
fix: Update OpenAPI schema to match route URL for DPU Reprovisioning
1 parent 6ec3ac9 commit d60ac03

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

rest-api/docs/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

rest-api/openapi/oasdiff-breaking-changes-ignore.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ GET /v2/org/{org}/nico/machine the `items/health/alerts/items/inAlertSince` resp
99
GET /v2/org/{org}/nico/machine/{machineId} the `health/alerts/items/inAlertSince` response's property type/format changed from `string, null`/`` to `string, null`/`date-time` for status `200`
1010
PATCH /v2/org/{org}/nico/machine/{machineId} the `health/alerts/items/inAlertSince` response's property type/format changed from `string, null`/`` to `string, null`/`date-time` for status `200`
1111
GET /v2/org/{org}/nico/machine/{machineId}/dpu the `items/health/alerts/items/inAlertSince` response's property type/format changed from `string, null`/`` to `string, null`/`date-time` for status `200`
12+
PATCH /v2/org/{org}/nico/machine/{machineId}/dpu-reprovision api path removed without deprecation

rest-api/openapi/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9205,7 +9205,7 @@ paths:
92059205
Reset BMC of a specific Machine.
92069206

92079207
User must have authorization role with `PROVIDER_ADMIN` suffix.
9208-
'/v2/org/{org}/nico/machine/{machineId}/dpu-reprovision':
9208+
'/v2/org/{org}/nico/machine/{machineId}/dpu/reprovision':
92099209
parameters:
92109210
- schema:
92119211
type: string

rest-api/sdk/standard/api_dpu_reprovision.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)