From 94f30513a8c547d928401aa226a13599e630c6f8 Mon Sep 17 00:00:00 2001 From: Arihant Godha Date: Fri, 25 Jan 2019 15:46:01 +0530 Subject: Made required changes based on the MR 23432 discussion --- doc/api/repositories.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/api/repositories.md b/doc/api/repositories.md index 2dfffb76e20..1036d54fefa 100644 --- a/doc/api/repositories.md +++ b/doc/api/repositories.md @@ -120,9 +120,11 @@ Parameters: - `id` (required) - The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user - `sha` (optional) - The commit SHA to download. A tag, branch reference, or SHA can be used. This defaults to the tip of the default branch if not specified. For example: -``` -curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.com/api/v4/projects//repository/archive?sha=abcdef -``` + + ```sh + curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.com/api/v4/projects//repository/archive?sha=abcdef + ``` + ## Compare branches, tags or commits This endpoint can be accessed without authentication if the repository is -- cgit v1.2.1