Skip to content

Commit

Permalink
fix breaking changes doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Jun 21, 2023
1 parent db4cd2e commit 064a8ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions BREAKING-CHANGES-EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ These examples are automatically generated from unit tests.
[adding a new required property under AllOf in response body is not breaking](checker/checker_breaking_property_test.go?plain=1#L432)
[adding a new required read-only property in request body is not breaking](checker/checker_breaking_property_test.go?plain=1#L486)
[adding a non-existent required property in request body is not breaking](checker/checker_breaking_property_test.go?plain=1#L294)
[adding a tag is not breaking](checker/checker_not_breaking_test.go?plain=1#L261)
[adding an enum value is not breaking](checker/checker_not_breaking_test.go?plain=1#L77)
[adding an enum value to request body is not breaking](checker/checker_breaking_property_test.go?plain=1#L138)
[adding an optional request body is not breaking](checker/checker_not_breaking_test.go?plain=1#L32)
Expand Down Expand Up @@ -144,8 +143,8 @@ These examples are automatically generated from unit tests.
[Removing an existing tag](checker/check-api-tag-updated_test.go?plain=1#L36)
[Updating an existing operation id](checker/check-api-operation-id-updated_test.go?plain=1#L36)
[Updating an existing tag](checker/check-api-tag-updated_test.go?plain=1#L62)
[adding a tag](checker/checker_not_breaking_test.go?plain=1#L276)
[adding an operation ID](checker/checker_not_breaking_test.go?plain=1#L287)
[adding a tag](checker/checker_not_breaking_test.go?plain=1#L261)
[adding an operation ID](checker/checker_not_breaking_test.go?plain=1#L272)
[changing an existing header param from required to optional](checker/checker_request_parameter_required_value_updated_test.go?plain=1#L36)
[changing an existing header param to optional](checker/checker_not_breaking_test.go?plain=1#L127)
[changing an existing request body from required to optional](checker/checker_not_breaking_test.go?plain=1#L47)
Expand Down

0 comments on commit 064a8ae

Please sign in to comment.