Commit dc53a4f73229c879e6fc4ce6a37c57520bb5288d

Authored by Valeriy Sizov
1 parent e7608cd6

API: fix documentation

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/api/README.md
1 1 # GitLab API
2 2  
3   -All API requests require authentication. You need to pass a `private_token` parameter to authenticate. You can find or reset your private token in your profile.
  3 +All API requests require authentication. You need to pass a `private_token` parameter by url or header. You can find or reset your private token in your profile.
4 4  
5 5 If no, or an invalid, `private_token` is provided then an error message will be returned with status code 401:
6 6  
... ...