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
path: root/doc
diff options
context:
space:
mode:
authorMark Fletcher <mark@gitlab.com>2017-06-02 06:41:47 +0300
committerMark Fletcher <mark@gitlab.com>2017-06-06 15:16:41 +0300
commit3c15f0eae757817b4d852be6b62abd3d73186d35 (patch)
tree04f56d1dd413f4c5b518086873be741e05d0c212 /doc
parentad3e180ed3d99494414cb1b367f6b4e40ec28b87 (diff)
Accept a username for User-level Events API
Diffstat (limited to 'doc')
-rw-r--r--doc/api/events.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/events.md b/doc/api/events.md
index ef57287264d..e7829c9f479 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -129,7 +129,7 @@ Parameters:
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
-| `id` | integer | yes | The ID of the user |
+| `id` | integer | yes | The ID or Username of the user |
| `action` | string | no | Include only events of a particular [action type][action-types] |
| `target_type` | string | no | Include only events of a particular [target type][target-types] |
| `before` | date | no | Include only events created before a particular date. Please see [here for the supported format][date-formatting] |