Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-15 00:06:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-15 00:06:30 +0300
commit565fa11a26c6824b1c6072d2dc5459979345ee57 (patch)
tree2668b631d925341e121c06b7b77cfe12954a015a /doc/api/releases
parent8c30d396c5a789080345303330069981aa06e4af (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/releases')
-rw-r--r--doc/api/releases/index.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/api/releases/index.md b/doc/api/releases/index.md
index 1ec1c200c35..79bc3511bc8 100644
--- a/doc/api/releases/index.md
+++ b/doc/api/releases/index.md
@@ -121,6 +121,10 @@ Example response:
"external":true
}
]
+ },
+ "_links":{
+ "merge_requests_url": "https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.2&scope=all&state=opened",
+ "issues_url": "https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.2&scope=all&state=opened"
}
},
{
@@ -177,6 +181,10 @@ Example response:
"links":[
]
+ },
+ "_links":{
+ "merge_requests_url": "https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.1&scope=all&state=opened",
+ "issues_url": "https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.1&scope=all&state=opened"
}
}
]
@@ -288,6 +296,10 @@ Example response:
"links":[
]
+ },
+ "_links":{
+ "merge_requests_url": "https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.1&scope=all&state=opened",
+ "issues_url": "https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.1&scope=all&state=opened"
}
}
```
@@ -413,6 +425,10 @@ Example response:
"external":true
}
]
+ },
+ "_links":{
+ "merge_requests_url": "https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.3&scope=all&state=opened",
+ "issues_url": "https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.3&scope=all&state=opened"
}
}
```
@@ -514,6 +530,10 @@ Example response:
"links":[
]
+ },
+ "_links":{
+ "merge_requests_url": "https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.1&scope=all&state=opened",
+ "issues_url": "https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.1&scope=all&state=opened"
}
}
```
@@ -596,6 +616,10 @@ Example response:
"links":[
]
+ },
+ "_links":{
+ "merge_requests_url": "https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.1&scope=all&state=opened",
+ "issues_url": "https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.1&scope=all&state=opened"
}
}
```