Commit 36f5043c authored by Iñaki Malerba's avatar Iñaki Malerba

Fix 'Assign a child epic' API doc

The ´:child_epic_id´ is expected to be a parameter on the GET url, as
it's detailed on the parameters table below.
parent 3349f7e4
......@@ -76,7 +76,7 @@ Example response:
Creates an association between two epics, designating one as the parent epic and the other as the child epic. A parent epic can have multiple child epics. If the new child epic already belonged to another epic, it is unassigned from that previous parent.
```plaintext
POST /groups/:id/epics/:epic_iid/epics
POST /groups/:id/epics/:epic_iid/epics/:child_epic_id
```
| Attribute | Type | Required | Description |
......
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