diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-04-08 11:21:11 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-04-10 11:17:04 +0200 |
commit | b472f9995ab9e981a0b28a3ad6666a20330f230c (patch) | |
tree | b33f67e95af37dd0606e3cf1533d84d47258a9ab /doc/api/notes.md | |
parent | 5422554b8647c3fc01c44a5790b35c20596f1770 (diff) | |
download | gitlab-ce-b472f9995ab9e981a0b28a3ad6666a20330f230c.tar.gz |
Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docs
Diffstat (limited to 'doc/api/notes.md')
-rw-r--r-- | doc/api/notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/notes.md b/doc/api/notes.md index b0134fb1f14..b71fea5fc9f 100644 --- a/doc/api/notes.md +++ b/doc/api/notes.md @@ -115,7 +115,7 @@ Parameters: | Attribute | Type | Required | Description | | --------- | ---- | -------- | ----------- | -| `id` | integer | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user | +| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user | | `issue_iid` | integer | yes | The IID of an issue | | `note_id` | integer | yes | The ID of a note | |