Skip to content

added missing content-type header to POST/PUT requests

Sascha Szott requested to merge sszott/gitlab-ee:patch-6 into master

What does this MR do?

Fixed missing Content-Type header in curl commands. If header is not provided Gitlab complains about missing keys in JSON payload.

Why was this MR needed?

lack of documentation: curl commands do not work as expected

Merge request reports