You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choose an API that returns an object with boolean properties, for which there are GET and POST/PUT operations (so you can GET the object, then PUT it back with a minor change).
Build a GET request that returns the object in the body.
Build a PUT request that sends a matching object, where the values from the GET result are used. See example:
Result
The properties that are not strings enclosed in quotes are syntax-highlighted in red, which misled the idiot writing this issue into thinking the request was malformed and would not work. When I tried it and had problems, I mistakenly thought the syntax was wrong and spent a while working out what what the real problem was.
The text was updated successfully, but these errors were encountered:
Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427
Date: 2024-10-09T16:08:44.566Z
Electron: 30.5.1
ElectronBuildId: 10262041
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631
Steps to Reproduce:
Example
Result
The properties that are not strings enclosed in quotes are syntax-highlighted in red, which misled the idiot writing this issue into thinking the request was malformed and would not work. When I tried it and had problems, I mistakenly thought the syntax was wrong and spent a while working out what what the real problem was.
The text was updated successfully, but these errors were encountered: