summaryrefslogtreecommitdiff
path: root/doc/api/audit_events.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 09:09:01 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 09:09:01 +0000
commitc72e5ebe9938d315ec598197873e71a80168d40a (patch)
tree439bf5c40aaf774e5a301825af517cb52726f450 /doc/api/audit_events.md
parentffc43b862df32a590eae874bcbb11109b46dc8be (diff)
downloadgitlab-ce-c72e5ebe9938d315ec598197873e71a80168d40a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/audit_events.md')
-rw-r--r--doc/api/audit_events.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/audit_events.md b/doc/api/audit_events.md
index 5af2bdc1d29..cba7da4ac1b 100644
--- a/doc/api/audit_events.md
+++ b/doc/api/audit_events.md
@@ -8,7 +8,7 @@ To retrieve audit events using the API, you must [authenticate yourself](README.
### Retrieve all instance audit events
-```
+```plaintext
GET /audit_events
```
@@ -87,7 +87,7 @@ Example response:
### Retrieve single instance audit event
-```
+```plaintext
GET /audit_events/:id
```
@@ -126,7 +126,7 @@ To retrieve group audit events using the API, you must [authenticate yourself](R
### Retrieve all group audit events
-```
+```plaintext
GET /groups/:id/audit_events
```
@@ -188,7 +188,7 @@ Example response:
Only available to group owners and administrators.
-```
+```plaintext
GET /groups/:id/audit_events/:audit_event_id
```