Skip to content
Snippets Groups Projects
Commit 8f01190e authored by Riyad Preukschas's avatar Riyad Preukschas
Browse files

Remove all references tp the project code parameter from the API

parent 931ec399
No related branches found
No related tags found
1 merge request!2330V4.0 API fixes
Loading
Loading
@@ -78,7 +78,7 @@ GET /projects/:id/issues
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
 
## Single issue
 
Loading
Loading
@@ -90,7 +90,7 @@ GET /projects/:id/issues/:issue_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `issue_id` (required) - The ID of a project issue
 
```json
Loading
Loading
@@ -143,7 +143,7 @@ POST /projects/:id/issues
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `title` (required) - The title of an issue
+ `description` (optional) - The description of an issue
+ `assignee_id` (optional) - The ID of a user to assign issue
Loading
Loading
@@ -162,7 +162,7 @@ PUT /projects/:id/issues/:issue_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `issue_id` (required) - The ID of a project's issue
+ `title` (optional) - The title of an issue
+ `description` (optional) - The description of an issue
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@ GET /projects/:id/merge_requests
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
 
```json
[
Loading
Loading
@@ -50,7 +50,7 @@ GET /projects/:id/merge_request/:merge_request_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `merge_request_id` (required) - The ID of MR
 
```json
Loading
Loading
@@ -92,7 +92,7 @@ POST /projects/:id/merge_requests
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `source_branch` (required) - The source branch
+ `target_branch` (required) - The target branch
+ `assignee_id` - Assignee user ID
Loading
Loading
@@ -136,7 +136,7 @@ PUT /projects/:id/merge_request/:merge_request_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `merge_request_id` (required) - ID of MR
+ `source_branch` - The source branch
+ `target_branch` - The target branch
Loading
Loading
@@ -182,7 +182,7 @@ POST /projects/:id/merge_request/:merge_request_id/comments
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `merge_request_id` (required) - ID of MR
+ `note` (required) - Text of comment
 
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@ GET /projects/:id/milestones
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
 
## Single milestone
 
Loading
Loading
@@ -20,7 +20,7 @@ GET /projects/:id/milestones/:milestone_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `milestone_id` (required) - The ID of a project milestone
 
## New milestone
Loading
Loading
@@ -33,7 +33,7 @@ POST /projects/:id/milestones
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `milestone_id` (required) - The ID of a project milestone
+ `title` (required) - The title of an milestone
+ `description` (optional) - The description of the milestone
Loading
Loading
@@ -49,7 +49,7 @@ PUT /projects/:id/milestones/:milestone_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `milestone_id` (required) - The ID of a project milestone
+ `title` (optional) - The title of a milestone
+ `description` (optional) - The description of a milestone
Loading
Loading
Loading
Loading
@@ -28,7 +28,7 @@ GET /projects/:id/notes
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
 
### List issue notes
 
Loading
Loading
@@ -40,7 +40,7 @@ GET /projects/:id/issues/:issue_id/notes
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `issue_id` (required) - The ID of an issue
 
### List snippet notes
Loading
Loading
@@ -53,7 +53,7 @@ GET /projects/:id/snippets/:snippet_id/notes
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `snippet_id` (required) - The ID of a snippet
 
## Single note
Loading
Loading
@@ -68,7 +68,7 @@ GET /projects/:id/notes/:note_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `note_id` (required) - The ID of a wall note
 
### Single issue note
Loading
Loading
@@ -81,7 +81,7 @@ GET /projects/:id/issues/:issue_id/:notes/:note_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `issue_id` (required) - The ID of a project issue
+ `note_id` (required) - The ID of an issue note
 
Loading
Loading
@@ -95,7 +95,7 @@ GET /projects/:id/issues/:snippet_id/:notes/:note_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `snippet_id` (required) - The ID of a project snippet
+ `note_id` (required) - The ID of an snippet note
 
Loading
Loading
@@ -111,7 +111,7 @@ POST /projects/:id/notes
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `body` (required) - The content of a note
 
Will return created note with status `201 Created` on success, or `404 Not found` on fail.
Loading
Loading
@@ -127,7 +127,7 @@ POST /projects/:id/issues/:issue_id/notes
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `issue_id` (required) - The ID of an issue
+ `body` (required) - The content of a note
 
Loading
Loading
@@ -143,7 +143,7 @@ POST /projects/:id/snippets/:snippet_id/notes
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `snippet_id` (required) - The ID of an snippet
+ `body` (required) - The content of a note
 
Loading
Loading
Loading
Loading
@@ -63,7 +63,7 @@ GET /projects/:id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
 
```json
{
Loading
Loading
@@ -121,7 +121,7 @@ GET /projects/:id/members
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `query` - Query string
 
## Get project team member
Loading
Loading
@@ -134,7 +134,7 @@ GET /projects/:id/members/:user_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `user_id` (required) - The ID of a user
 
```json
Loading
Loading
@@ -160,7 +160,7 @@ POST /projects/:id/members
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `user_id` (required) - The ID of a user to add
+ `access_level` (required) - Project access level
 
Loading
Loading
@@ -176,7 +176,7 @@ PUT /projects/:id/members/:user_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `user_id` (required) - The ID of a team member
+ `access_level` (required) - Project access level
 
Loading
Loading
@@ -192,7 +192,7 @@ DELETE /projects/:id/members/:user_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `user_id` (required) - The ID of a team member
 
Status code `200` will be returned on success.
Loading
Loading
@@ -207,7 +207,7 @@ GET /projects/:id/hooks
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
 
Will return hooks with status `200 OK` on success, or `404 Not found` on fail.
 
Loading
Loading
@@ -221,7 +221,7 @@ GET /projects/:id/hooks/:hook_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `hook_id` (required) - The ID of a project hook
 
Will return hook with status `200 OK` on success, or `404 Not found` on fail.
Loading
Loading
@@ -236,7 +236,7 @@ POST /projects/:id/hooks
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `url` (required) - The hook URL
 
Will return status `201 Created` on success, or `404 Not found` on fail.
Loading
Loading
@@ -251,7 +251,7 @@ PUT /projects/:id/hooks/:hook_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `hook_id` (required) - The ID of a project hook
+ `url` (required) - The hook URL
 
Loading
Loading
@@ -268,7 +268,7 @@ DELETE /projects/:id/hooks
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `hook_id` (required) - The ID of hook to delete
 
Will return status `200 OK` on success, or `404 Not found` on fail.
Loading
Loading
@@ -8,7 +8,7 @@ GET /projects/:id/repository/branches
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
 
```json
[
Loading
Loading
@@ -48,7 +48,7 @@ GET /projects/:id/repository/branches/:branch
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `branch` (required) - The name of the branch
 
```json
Loading
Loading
@@ -87,7 +87,7 @@ GET /projects/:id/repository/tags
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
 
```json
[
Loading
Loading
@@ -125,7 +125,7 @@ GET /projects/:id/repository/commits
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `ref_name` (optional) - The name of a repository branch or tag
 
```json
Loading
Loading
@@ -159,7 +159,7 @@ GET /projects/:id/repository/commits/:sha/blob
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `sha` (required) - The commit or branch name
+ `filepath` (required) - The path the file
 
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@ GET /projects/:id/snippets
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
 
## Single snippet
 
Loading
Loading
@@ -20,7 +20,7 @@ GET /projects/:id/snippets/:snippet_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `snippet_id` (required) - The ID of a project's snippet
 
```json
Loading
Loading
@@ -52,7 +52,7 @@ GET /projects/:id/snippets/:snippet_id/raw
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `snippet_id` (required) - The ID of a project's snippet
 
## New snippet
Loading
Loading
@@ -65,7 +65,7 @@ POST /projects/:id/snippets
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `title` (required) - The title of a snippet
+ `file_name` (required) - The name of a snippet file
+ `lifetime` (optional) - The expiration date of a snippet
Loading
Loading
@@ -83,7 +83,7 @@ PUT /projects/:id/snippets/:snippet_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `snippet_id` (required) - The ID of a project's snippet
+ `title` (optional) - The title of a snippet
+ `file_name` (optional) - The name of a snippet file
Loading
Loading
@@ -102,7 +102,7 @@ DELETE /projects/:id/snippets/:snippet_id
 
Parameters:
 
+ `id` (required) - The ID or code name of a project
+ `id` (required) - The ID of a project
+ `snippet_id` (required) - The ID of a project's snippet
 
Status code `200` will be returned on success.
Loading
Loading
Loading
Loading
@@ -17,7 +17,7 @@ module Gitlab
# Get a list of project issues
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# Example Request:
# GET /projects/:id/issues
get ":id/issues" do
Loading
Loading
@@ -27,7 +27,7 @@ module Gitlab
# Get a single project issue
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# issue_id (required) - The ID of a project issue
# Example Request:
# GET /projects/:id/issues/:issue_id
Loading
Loading
@@ -39,7 +39,7 @@ module Gitlab
# Create a new project issue
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# title (required) - The title of an issue
# description (optional) - The description of an issue
# assignee_id (optional) - The ID of a user to assign issue
Loading
Loading
@@ -62,7 +62,7 @@ module Gitlab
# Update an existing issue
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# issue_id (required) - The ID of a project issue
# title (optional) - The title of an issue
# description (optional) - The description of an issue
Loading
Loading
@@ -88,7 +88,7 @@ module Gitlab
# Delete a project issue (deprecated)
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# issue_id (required) - The ID of a project issue
# Example Request:
# DELETE /projects/:id/issues/:issue_id
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@ module Gitlab
# List merge requests
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
#
# Example:
# GET /projects/:id/merge_requests
Loading
Loading
@@ -22,7 +22,7 @@ module Gitlab
# Show MR
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# merge_request_id (required) - The ID of MR
#
# Example:
Loading
Loading
@@ -40,7 +40,7 @@ module Gitlab
#
# Parameters:
#
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# source_branch (required) - The source branch
# target_branch (required) - The target branch
# assignee_id - Assignee user ID
Loading
Loading
@@ -67,7 +67,7 @@ module Gitlab
# Update MR
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# merge_request_id (required) - ID of MR
# source_branch - The source branch
# target_branch - The target branch
Loading
Loading
@@ -95,7 +95,7 @@ module Gitlab
# Post comment to merge request
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# merge_request_id (required) - ID of MR
# note (required) - Text of comment
# Examples:
Loading
Loading
Loading
Loading
@@ -7,7 +7,7 @@ module Gitlab
# Get a list of project milestones
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# Example Request:
# GET /projects/:id/milestones
get ":id/milestones" do
Loading
Loading
@@ -19,7 +19,7 @@ module Gitlab
# Get a single project milestone
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# milestone_id (required) - The ID of a project milestone
# Example Request:
# GET /projects/:id/milestones/:milestone_id
Loading
Loading
@@ -33,7 +33,7 @@ module Gitlab
# Create a new project milestone
#
# Parameters:
# id (required) - The ID or code name of the project
# id (required) - The ID of the project
# title (required) - The title of the milestone
# description (optional) - The description of the milestone
# due_date (optional) - The due date of the milestone
Loading
Loading
@@ -54,7 +54,7 @@ module Gitlab
# Update an existing project milestone
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# milestone_id (required) - The ID of a project milestone
# title (optional) - The title of a milestone
# description (optional) - The description of a milestone
Loading
Loading
Loading
Loading
@@ -9,7 +9,7 @@ module Gitlab
# Get a list of project wall notes
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# Example Request:
# GET /projects/:id/notes
get ":id/notes" do
Loading
Loading
@@ -20,7 +20,7 @@ module Gitlab
# Get a single project wall note
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# note_id (required) - The ID of a note
# Example Request:
# GET /projects/:id/notes/:note_id
Loading
Loading
@@ -32,7 +32,7 @@ module Gitlab
# Create a new project wall note
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# body (required) - The content of a note
# Example Request:
# POST /projects/:id/notes
Loading
Loading
@@ -54,7 +54,7 @@ module Gitlab
# Get a list of project +noteable+ notes
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# noteable_id (required) - The ID of an issue or snippet
# Example Request:
# GET /projects/:id/issues/:noteable_id/notes
Loading
Loading
@@ -67,7 +67,7 @@ module Gitlab
# Get a single +noteable+ note
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# noteable_id (required) - The ID of an issue or snippet
# note_id (required) - The ID of a note
# Example Request:
Loading
Loading
@@ -82,7 +82,7 @@ module Gitlab
# Create a new +noteable+ note
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# noteable_id (required) - The ID of an issue or snippet
# body (required) - The content of a note
# Example Request:
Loading
Loading
Loading
Loading
@@ -16,7 +16,7 @@ module Gitlab
# Get a single project
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# Example Request:
# GET /projects/:id
get ":id" do
Loading
Loading
@@ -55,7 +55,7 @@ module Gitlab
# Get a project team members
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# query - Query string
# Example Request:
# GET /projects/:id/members
Loading
Loading
@@ -71,7 +71,7 @@ module Gitlab
# Get a project team members
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# user_id (required) - The ID of a user
# Example Request:
# GET /projects/:id/members/:user_id
Loading
Loading
@@ -83,7 +83,7 @@ module Gitlab
# Add a new project team member
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# user_id (required) - The ID of a user
# access_level (required) - Project access level
# Example Request:
Loading
Loading
@@ -106,7 +106,7 @@ module Gitlab
# Update project team member
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# user_id (required) - The ID of a team member
# access_level (required) - Project access level
# Example Request:
Loading
Loading
@@ -126,7 +126,7 @@ module Gitlab
# Remove a team member from project
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# user_id (required) - The ID of a team member
# Example Request:
# DELETE /projects/:id/members/:user_id
Loading
Loading
@@ -139,7 +139,7 @@ module Gitlab
# Get project hooks
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# Example Request:
# GET /projects/:id/hooks
get ":id/hooks" do
Loading
Loading
@@ -151,7 +151,7 @@ module Gitlab
# Get a project hook
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# hook_id (required) - The ID of a project hook
# Example Request:
# GET /projects/:id/hooks/:hook_id
Loading
Loading
@@ -164,7 +164,7 @@ module Gitlab
# Add hook to project
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# url (required) - The hook URL
# Example Request:
# POST /projects/:id/hooks
Loading
Loading
@@ -181,7 +181,7 @@ module Gitlab
# Update an existing project hook
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# hook_id (required) - The ID of a project hook
# url (required) - The hook URL
# Example Request:
Loading
Loading
@@ -202,7 +202,7 @@ module Gitlab
# Delete project hook
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# hook_id (required) - The ID of hook to delete
# Example Request:
# DELETE /projects/:id/hooks
Loading
Loading
@@ -215,7 +215,7 @@ module Gitlab
# Get a project repository branches
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# Example Request:
# GET /projects/:id/repository/branches
get ":id/repository/branches" do
Loading
Loading
@@ -225,7 +225,7 @@ module Gitlab
# Get a single branch
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# branch (required) - The name of the branch
# Example Request:
# GET /projects/:id/repository/branches/:branch
Loading
Loading
@@ -237,7 +237,7 @@ module Gitlab
# Get a project repository tags
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# Example Request:
# GET /projects/:id/repository/tags
get ":id/repository/tags" do
Loading
Loading
@@ -247,7 +247,7 @@ module Gitlab
# Get a project repository commits
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# ref_name (optional) - The name of a repository branch or tag
# Example Request:
# GET /projects/:id/repository/commits
Loading
Loading
@@ -265,7 +265,7 @@ module Gitlab
# Get a project snippets
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# Example Request:
# GET /projects/:id/snippets
get ":id/snippets" do
Loading
Loading
@@ -275,7 +275,7 @@ module Gitlab
# Get a project snippet
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# snippet_id (required) - The ID of a project snippet
# Example Request:
# GET /projects/:id/snippets/:snippet_id
Loading
Loading
@@ -287,7 +287,7 @@ module Gitlab
# Create a new project snippet
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# title (required) - The title of a snippet
# file_name (required) - The name of a snippet file
# lifetime (optional) - The expiration date of a snippet
Loading
Loading
@@ -313,7 +313,7 @@ module Gitlab
# Update an existing project snippet
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# snippet_id (required) - The ID of a project snippet
# title (optional) - The title of a snippet
# file_name (optional) - The name of a snippet file
Loading
Loading
@@ -339,7 +339,7 @@ module Gitlab
# Delete a project snippet
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# snippet_id (required) - The ID of a project snippet
# Example Request:
# DELETE /projects/:id/snippets/:snippet_id
Loading
Loading
@@ -353,7 +353,7 @@ module Gitlab
# Get a raw project snippet
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# snippet_id (required) - The ID of a project snippet
# Example Request:
# GET /projects/:id/snippets/:snippet_id/raw
Loading
Loading
@@ -366,7 +366,7 @@ module Gitlab
# Get a raw file contents
#
# Parameters:
# id (required) - The ID or code name of a project
# id (required) - The ID of a project
# sha (required) - The commit or branch name
# filepath (required) - The path to the file to display
# Example Request:
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