Skip to content

Some cURL examples have non-escaped " marks #21089

@jc-clark

Description

@jc-clark

Code of Conduct

What article on docs.github.com is affected?

https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects#adding-a-draft-issue-to-a-project

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

No one assigned

    Labels

    contentThis issue or pull request belongs to the Docs Content teamhelp wantedAnyone is welcome to open a pull request to fix this issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions