-
I assumed that a field marked as Option would indicate that it does not need to be in the post request: Taking this example from the
The PUT with this format works:
The PUT without the password field fails with a Bad Request:
|
Beta Was this translation helpful? Give feedback.
Answered by
nickb937
Sep 30, 2022
Replies: 1 comment
-
Sigh. It's the comma at the EOL. I forget about how strict JSON can be :( |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nickb937
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sigh. It's the comma at the EOL. I forget about how strict JSON can be :(