Commit 5c585b93 authored by Mike Jang's avatar Mike Jang

Merge branch 'djensen-minor-api-docs-example-fix' into 'master'

Fix invalid JSON in API example

See merge request gitlab-org/gitlab!35867
parents abbc0fe0 df9a019c
......@@ -627,7 +627,6 @@ the `epic` property:
{
"project_id" : 4,
"description" : "Omnis vero earum sunt corporis dolor et placeat.",
"epic": {
"epic_iid" : 5, //deprecated, use `iid` of the `epic` attribute
"epic": {
"id" : 42,
......
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