Skip to content

Commit 00410c0

Browse files
committed
fix(rest): allow nullable validation diff IDs
1 parent b5b97dc commit 00410c0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ GET /v2/org/{org}/nico/rack/validation the `diffs/items/actual/rackId` response'
226226
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`
227227
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`
228228
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`
229230
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`
230231
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`
231232
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
234235
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`
235236
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`
236237
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`
237239
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`
238240
GET /v2/org/{org}/nico/tray the `items/id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
239241
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'
242244
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`
243245
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`
244246
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`
245248
GET /v2/org/{org}/nico/tray/{id} the `id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
246249
GET /v2/org/{org}/nico/tray/{id} the `rackId` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
247250
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`
248251
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`
249252
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`
250253
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`
251254
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`
252256
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`
253257
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

Comments
 (0)