-
Notifications
You must be signed in to change notification settings - Fork 64.2k
Closed
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamhelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issue
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
Relates to: #20962
All of the cURL examples need to follow the same syntax. To avoid JSON parsing errors, whenever the " is inside another set of ", we need to escape the " with \.
Here is one example from the current article that will need updating.
We need to update the rest of the article to match. This involves searching through the rest of the cURL examples and making sure escapes (\) exist everywhere they are needed.
Additional information
#20963 fixed one example.
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamhelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issue