Skip to content
Snippets Groups Projects
Commit 62e13065 authored by Toni's avatar Toni
Browse files

Update README.md with projects example

parent 62b0eb2c
No related branches found
No related tags found
2 merge requests!12073Add RC2 changes to 9-3-stable,!11162Update README.md with Authentication projects example
Loading
Loading
@@ -61,8 +61,9 @@ The following documentation is for the [internal CI API](ci/README.md):
 
## Authentication
 
All API requests require authentication via a session cookie or token. There are
three types of tokens available: private tokens, OAuth 2 tokens, and personal
Most API requests require authentication via a session cookie or token. For those cases where it is not required, this will be mentioned in the documentation
for each individual endpoint. For example, the [`/projects/:id` endpoint](projects.md).
There are three types of tokens available: private tokens, OAuth 2 tokens, and personal
access tokens.
 
If authentication information is invalid or omitted, an error message will be
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment