-
Notifications
You must be signed in to change notification settings - Fork 2
Request
Adil Bektursunov edited this page Aug 27, 2025
·
3 revisions
| Path | Change id | Comment | Example | ER | 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 | [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 | [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 | [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 | [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 |