diff options
Diffstat (limited to 'doc/api/version.md')
-rw-r--r-- | doc/api/version.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/version.md b/doc/api/version.md index ac19178b7ad..a89b8878298 100644 --- a/doc/api/version.md +++ b/doc/api/version.md @@ -9,7 +9,7 @@ authenticated users. GET /version ``` -```bash +```shell curl --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/api/v4/version ``` |