-
Notifications
You must be signed in to change notification settings - Fork 9
Tickets cURL code is illegal #51
Copy link
Copy link
Open
Labels
P1Priority one, highest priority fixPriority one, highest priority fixdocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
P1Priority one, highest priority fixPriority one, highest priority fixdocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is needed
Affected pages:
Issue:
These pages include a sample cURL call such as (formatted):
Per documentation,
-dand-Fare mutually excusive, only one can be used (docs, docs)To resolve:
Untested, but I think moving all them to
-dis the correct way to go, that would also help these pages remain consistent with the rest.The following PHP code works if you want to model off it: