Commit 4c58fc8d authored by Etienne Baqué's avatar Etienne Baqué

Updated Release API documentation

parent 0f5c6b6a
...@@ -121,6 +121,10 @@ Example response: ...@@ -121,6 +121,10 @@ Example response:
"external":true "external":true
} }
] ]
},
"_links":{
"merge_requests": "https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.2&scope=all&state=opened",
"issues": "https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.2&scope=all&state=opened"
} }
}, },
{ {
...@@ -177,6 +181,10 @@ Example response: ...@@ -177,6 +181,10 @@ Example response:
"links":[ "links":[
] ]
},
"_links":{
"merge_requests": "https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.1&scope=all&state=opened",
"issues": "https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.1&scope=all&state=opened"
} }
} }
] ]
...@@ -288,6 +296,10 @@ Example response: ...@@ -288,6 +296,10 @@ Example response:
"links":[ "links":[
] ]
},
"_links":{
"merge_requests": "https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.1&scope=all&state=opened",
"issues": "https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.1&scope=all&state=opened"
} }
} }
``` ```
...@@ -413,6 +425,10 @@ Example response: ...@@ -413,6 +425,10 @@ Example response:
"external":true "external":true
} }
] ]
},
"_links":{
"merge_requests": "https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.3&scope=all&state=opened",
"issues": "https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.3&scope=all&state=opened"
} }
} }
``` ```
...@@ -514,6 +530,10 @@ Example response: ...@@ -514,6 +530,10 @@ Example response:
"links":[ "links":[
] ]
},
"_links":{
"merge_requests": "https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.1&scope=all&state=opened",
"issues": "https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.1&scope=all&state=opened"
} }
} }
``` ```
...@@ -596,6 +616,10 @@ Example response: ...@@ -596,6 +616,10 @@ Example response:
"links":[ "links":[
] ]
},
"_links":{
"merge_requests": "https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.1&scope=all&state=opened",
"issues": "https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.1&scope=all&state=opened"
} }
} }
``` ```
......
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