Commit df9a019c authored by Dan Jensen's avatar Dan Jensen

Fix invalid JSON in API example

This deletes an incorrect line in a JSON snippet in the API
documentation for Issues.
parent f007fc33
...@@ -627,7 +627,6 @@ the `epic` property: ...@@ -627,7 +627,6 @@ the `epic` property:
{ {
"project_id" : 4, "project_id" : 4,
"description" : "Omnis vero earum sunt corporis dolor et placeat.", "description" : "Omnis vero earum sunt corporis dolor et placeat.",
"epic": {
"epic_iid" : 5, //deprecated, use `iid` of the `epic` attribute "epic_iid" : 5, //deprecated, use `iid` of the `epic` attribute
"epic": { "epic": {
"id" : 42, "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