Commit 64bb3a33 authored by Evan Read's avatar Evan Read

Merge branch 'stkerr-api-auth-doc-update' into 'master'

Add note about not needing authentication for specific APIs

See merge request gitlab-org/gitlab!68972
parents 2c66e7b2 c9615520
......@@ -261,7 +261,7 @@ GET /users?with_custom_attributes=true
## Single user
Get a single user.
Get a single user. This endpoint can be accessed without authentication.
### For user
......@@ -668,7 +668,7 @@ Example response:
## Get the status of a user
Get the status of a user.
Get the status of a user. This endpoint can be accessed without authentication.
```plaintext
GET /users/:id_or_username/status
......@@ -812,7 +812,7 @@ Example response:
### Followers and following
Get the followers of a user.
Get the followers of a user. This endpoint can be accessed without authentication.
```plaintext
GET /users/:id/followers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment