You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rest-api/openapi/oasdiff-breaking-changes-ignore.txt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,7 @@ GET /v2/org/{org}/nico/rack/validation the `diffs/items/actual/rackId` response'
226
226
GET /v2/org/{org}/nico/rack/validation the `diffs/items/expected/id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
227
227
GET /v2/org/{org}/nico/rack/validation the `diffs/items/expected/rackId` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
228
228
GET /v2/org/{org}/nico/rack/validation the `diffs/items/id` response's property type/format changed from `string`/`uuid` to `string, null`/`` for status `200`
229
+
GET /v2/org/{org}/nico/rack/validation the response property `diffs/items/id` became nullable for the status `200`
229
230
GET /v2/org/{org}/nico/rack/{id} the `components/items/id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
230
231
GET /v2/org/{org}/nico/rack/{id} the `components/items/rackId` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
231
232
GET /v2/org/{org}/nico/rack/{id} the `id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
@@ -234,6 +235,7 @@ GET /v2/org/{org}/nico/rack/{id}/validation the `diffs/items/actual/rackId` resp
234
235
GET /v2/org/{org}/nico/rack/{id}/validation the `diffs/items/expected/id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
235
236
GET /v2/org/{org}/nico/rack/{id}/validation the `diffs/items/expected/rackId` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
236
237
GET /v2/org/{org}/nico/rack/{id}/validation the `diffs/items/id` response's property type/format changed from `string`/`uuid` to `string, null`/`` for status `200`
238
+
GET /v2/org/{org}/nico/rack/{id}/validation the response property `diffs/items/id` became nullable for the status `200`
237
239
GET /v2/org/{org}/nico/task/run/{id}/target the `items/rackId` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
238
240
GET /v2/org/{org}/nico/tray the `items/id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
239
241
GET /v2/org/{org}/nico/tray the `items/rackId` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
@@ -242,12 +244,14 @@ GET /v2/org/{org}/nico/tray/validation the `diffs/items/actual/rackId` response'
242
244
GET /v2/org/{org}/nico/tray/validation the `diffs/items/expected/id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
243
245
GET /v2/org/{org}/nico/tray/validation the `diffs/items/expected/rackId` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
244
246
GET /v2/org/{org}/nico/tray/validation the `diffs/items/id` response's property type/format changed from `string`/`uuid` to `string, null`/`` for status `200`
247
+
GET /v2/org/{org}/nico/tray/validation the response property `diffs/items/id` became nullable for the status `200`
245
248
GET /v2/org/{org}/nico/tray/{id} the `id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
246
249
GET /v2/org/{org}/nico/tray/{id} the `rackId` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
247
250
GET /v2/org/{org}/nico/tray/{id}/validation the `diffs/items/actual/id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
248
251
GET /v2/org/{org}/nico/tray/{id}/validation the `diffs/items/actual/rackId` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
249
252
GET /v2/org/{org}/nico/tray/{id}/validation the `diffs/items/expected/id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
250
253
GET /v2/org/{org}/nico/tray/{id}/validation the `diffs/items/expected/rackId` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
251
254
GET /v2/org/{org}/nico/tray/{id}/validation the `diffs/items/id` response's property type/format changed from `string`/`uuid` to `string, null`/`` for status `200`
255
+
GET /v2/org/{org}/nico/tray/{id}/validation the response property `diffs/items/id` became nullable for the status `200`
252
256
API POST /v2/org/{org}/nico/operating-system added the pattern `^(|smallest|/dev/(nvme[0-9]+n[0-9]+|sd[a-z]+|disk/by-id/[^/\s]+))$` to the request property `imageDisk`
253
257
API PATCH /v2/org/{org}/nico/operating-system/{operatingSystemId} added the pattern `^(|smallest|/dev/(nvme[0-9]+n[0-9]+|sd[a-z]+|disk/by-id/[^/\s]+))$` to the request property `imageDisk`
0 commit comments