Commit f5807e0
committed
Fix Method::Other to serialize as "*" per OpenAPI spec
The serde rename_all = "UPPERCASE" attribute was causing Other to
serialize as "OTHER" on the wire, but the OpenAPI spec defines "*" as
the valid value for this variant.1 parent 500c147 commit f5807e0
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
| |||
0 commit comments