Skip to content

Commit f3c36ed

Browse files
Copilotbaywet
andauthored
docs(experimental-apis): remove requestBody from null-returns list, add to transformations table
Agent-Logs-Url: https://github.com/microsoft/OpenAPI.NET/sessions/f2c0015f-dd1e-488a-a10f-1eaecad56cbe Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
1 parent c063087 commit f3c36ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/experimental-apis.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,16 @@ foreach (var error in validator.Errors)
116116
| `#/components/securitySchemes/{name}/**` | `#/securityDefinitions/{name}/**` |
117117
| `.../responses/{code}/content/{mediaType}/schema/**` | `.../responses/{code}/schema/**` |
118118
| `.../headers/{name}/schema/**` | `.../headers/{name}/**` |
119+
| `.../{method}/requestBody` | `.../{method}/parameters/0` |
120+
| `.../{method}/requestBody/content/{mediaType}/schema/**` | `.../{method}/parameters/0/schema/**` |
121+
| `.../{method}/requestBody/{prop}` | `.../{method}/parameters/0/{prop}` |
119122

120123
### Paths With No v2 Equivalent (returns `null`)
121124

122125
- `#/servers/**`
123126
- `#/webhooks/**`
124127
- `.../callbacks/**`
125128
- `.../links/**`
126-
- `.../requestBody/**`
127129
- `.../content/{mediaType}/encoding/**`
128130
- `#/components/examples/**`, `#/components/headers/**`, `#/components/pathItems/**`,
129131
`#/components/links/**`, `#/components/callbacks/**`, `#/components/requestBodies/**`,

0 commit comments

Comments
 (0)