Commit 2f30afbb authored by Kati Paizee's avatar Kati Paizee

Merge branch 'docs/fix/invalid_payload' into 'master'

fix(docs): invalid json build payload

See merge request gitlab-org/gitlab!82864
parents 3510ef5b 94fb5c57
...@@ -1297,7 +1297,7 @@ Payload example: ...@@ -1297,7 +1297,7 @@ Payload example:
"id": 3, "id": 3,
"name": "User", "name": "User",
"email": "user@gitlab.com", "email": "user@gitlab.com",
"avatar_url": "http://www.gravatar.com/avatar/e32bd13e2add097461cb96824b7a829c?s=80\u0026d=identicon", "avatar_url": "http://www.gravatar.com/avatar/e32bd13e2add097461cb96824b7a829c?s=80\u0026d=identicon"
}, },
"commit": { "commit": {
"id": 2366, "id": 2366,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment