-
Notifications
You must be signed in to change notification settings - Fork 2
Request
Adil Bektursunov edited this page Mar 17, 2026
·
3 revisions
| Path | Change id | Comment | Example | Severity | Approved | Version Combination | Link | |
|---|---|---|---|---|---|---|---|---|
| 1 | paths.[*].[*].requestBody.description.value | add-request-body-description | before after | annotation | add-request-body-description | |||
| 2 | paths.[*].[*].requestBody.description.value | update-request-body-description | before after | annotation | update-request-body-description | |||
| 3 | paths.[*].[*].requestBody.description.value | remove-request-body-description | before after | annotation | remove-request-body-description | |||
| 4 | paths.[*].[*].requestBody.required.value | add-required-attribute-with-default-value-for-requestBody | before after | <no changes> [not supported] | add-required-attribute-with-default-value-for-requestBody | |||
| 5 | paths.[*].[*].requestBody.required.value | remove-required-attribute-with-default-value-from-requestBody | before after | <no changes> [not supported] | remove-required-attribute-with-default-value-from-requestBody | |||
| 6 | paths.[*].[*].requestBody.required.value | mark-request-body-as-required-option-1 | before after | breaking | mark-request-body-as-required-option-1 | |||
| 7 | paths.[*].[*].requestBody.required.value | mark-request-body-as-required-option-2 | before after | breaking | mark-request-body-as-required-option-2 | |||
| 8 | paths.[*].[*].requestBody.required.value | mark-request-body-as-optional-option-1 | before after | non-breaking | mark-request-body-as-optional-option-1 | |||
| 9 | paths.[*].[*].requestBody.required.value | mark-request-body-as-optional-option-2 | before after | non-breaking | mark-request-body-as-optional-option-2 | |||
| 10 | paths.[*].[*].requestBody.content.[] | update-media-type-of-request-body | before after | breaking | update-media-type-of-request-body | |||
| 11 | paths.[*].[*].requestBody.content.[*].example.value | add-example-of-request-body | before after | annotation | add-example-of-request-body | |||
| 12 | paths.[*].[*].requestBody.content.[*].example.value | update-example-of-request-body | before after | annotation | update-example-of-request-body | |||
| 13 | paths.[*].[*].requestBody.content.[*].example.value | remove-example-of-request-body | before after | annotation | remove-example-of-request-body | |||
| 14 | paths.[*].[*].requestBody.content.[*].[*].encoding.[*].allowReserved.value | add-allowReserved-with-default-value-for-requestBody-parameter-encoding | before after | <no changes> [not supported] | add-allowReserved-with-default-value-for-requestBody-parameter-encoding | |||
| 15 | paths.[*].[*].requestBody.content.[*].[*].encoding.[*].allowReserved.value | remove-allowReserved-with-default-value-from-requestBody-parameter-encoding | before after | <no changes> [not supported] | remove-allowReserved-with-default-value-from-requestBody-parameter-encoding | |||
| 16 | paths.[*].[*].requestBody.content.[*].[*].encoding | All cases with encoding (and objects under encoding) are skipped for now | ||||||
| 17 | paths.[*].[*].requestBody.description ($ref sibling) | add-overriden-description | add description that overrides $ref (sibling) | before after | annotation | [3.1.0, 3.1.0], [3.0.0, 3.1.0] | add-overriden-description | |
| 18 | paths.[*].[*].requestBody.description ($ref sibling) | change-overriden-description | change description that overrides $ref (sibling) | before after | annotation | [3.1.0, 3.1.0] | change-overriden-description | |
| 19 | paths.[*].[*].requestBody.description ($ref sibling) | change-referenced-description-when-overridden-exists | change description in referenced when sibling override exists | before after | annotation | [3.1.0, 3.1.0] | change-referenced-description-when-overridden-exists | |
| 20 | paths.[*].[*].requestBody.description ($ref sibling) | remove-overriden-description | remove description that overrides $ref (sibling) | before after | annotation | [3.1.0, 3.1.0], [3.1.0, 3.0.0] | remove-overriden-description |