Fix curl shell examples which cause 400 Bad Request
What does this MR do and why?
Due to an redundant \
, the original curl examples in Repository files API cause HTTP 400 error. The \
in single quote does not concatenate lines! It's a literal \
which is not wanted in POST data. This MR fixes the problem.
Screenshots or screen recordings
How to set up and validate locally
Run the curl example in the doc.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Amy Qualls