Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
blva committed Jul 31, 2023
1 parent ab76981 commit f78b754
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions BREAKING-CHANGES-EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,20 +192,21 @@ These examples are automatically generated from unit tests.
[changing request body default value](checker/check-request-property-default-value-changed_test.go?plain=1#L11)
[changing request body to not nullable](checker/check-request-property-became-not-nuallable_test.go?plain=1#L84)
[changing request body to nullable](checker/check-request-property-became-not-nuallable_test.go?plain=1#L58)
[changing request body type/format](checker/check-request-property-type-changed_test.go?plain=1#L36)
[changing request body type](checker/check-request-property-type-changed_test.go?plain=1#L11)
[changing request header parameter format](checker/check-request-parameters-type-changed_test.go?plain=1#L136)
[changing request header parameter type](checker/check-request-parameters-type-changed_test.go?plain=1#L61)
[changing request parameter default value](checker/check-request-parameters-default-value-changed_test.go?plain=1#L11)
[changing request parameter type to enum](checker/check-request-parameter-became-enum_test.go?plain=1#L11)
[changing request path parameter format](checker/check-request-parameters-type-changed_test.go?plain=1#L86)
[changing request path parameter type](checker/check-request-parameters-type-changed_test.go?plain=1#L11)
[changing request property default value](checker/check-request-property-default-value-changed_test.go?plain=1#L34)
[changing request property format](checker/check-request-property-type-changed_test.go?plain=1#L84)
[changing request property pattern](checker/check-request-property-pattern-added-or-changed_test.go?plain=1#L11)
[changing request property required value to false](checker/check-request-property-required-updated_test.go?plain=1#L34)
[changing request property required value to true](checker/check-request-property-required-updated_test.go?plain=1#L11)
[changing request property to not nullable](checker/check-request-property-became-not-nuallable_test.go?plain=1#L11)
[changing request property to nullable](checker/check-request-property-became-not-nuallable_test.go?plain=1#L34)
[changing request property type/format](checker/check-request-property-type-changed_test.go?plain=1#L11)
[changing request property type](checker/check-request-property-type-changed_test.go?plain=1#L61)
[changing request query parameter format](checker/check-request-parameters-type-changed_test.go?plain=1#L111)
[changing request query parameter type](checker/check-request-parameters-type-changed_test.go?plain=1#L36)
[changing request's body to optional](checker/check-request-body-required-value-updated_test.go?plain=1#L36)
Expand Down

0 comments on commit f78b754

Please sign in to comment.