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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-04-08 12:21:11 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-04-10 12:17:04 +0300
commitb472f9995ab9e981a0b28a3ad6666a20330f230c (patch)
treeb33f67e95af37dd0606e3cf1533d84d47258a9ab /doc/api/notes.md
parent5422554b8647c3fc01c44a5790b35c20596f1770 (diff)
Fix wrong copy edits for URL-encoded substitutions in API docs
Diffstat (limited to 'doc/api/notes.md')
-rw-r--r--doc/api/notes.md2
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 |