diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-03-27 11:31:23 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-03-27 11:34:38 +0100 |
commit | 2eb9e03691b71ebf46affa154d213c68b0fa82b3 (patch) | |
tree | fb2bbd3034e8e9210a4e40a7c0d41fe3dbe3e2ec /doc/api/releases | |
parent | 0610bb091766d3bb935fc10898dd66bc6f76b1c5 (diff) | |
download | gitlab-ce-docs/test-failing-urls.tar.gz |
Add URLs that should faildocs/test-failing-urls
Diffstat (limited to 'doc/api/releases')
-rw-r--r-- | doc/api/releases/links.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/releases/links.md b/doc/api/releases/links.md index 9c91264ed65..24bf11476b0 100644 --- a/doc/api/releases/links.md +++ b/doc/api/releases/links.md @@ -15,6 +15,11 @@ GET /projects/:id/releases/:tag_name/assets/links | Attribute | Type | Required | Description | | ------------- | -------------- | -------- | --------------------------------------- | +| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding). | +| `id` | integer/string | yes | The ID or [URL-encoded path of the project](READMEa.md#namespaced-path-encoding). | +| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md). | +| `id` | integer/string | yes | The ID or [URL-encoded path of the project](./README.md). | +| `id` | integer/string | yes | The ID or [URL-encoded path of the project](../README.md). | | `id` | integer/string | yes | The ID or [URL-encoded path of the project](../README.md#namespaced-path-encoding). | | `tag_name` | string | yes | The tag associated with the Release. | |