Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
8caa0a93
Commit
8caa0a93
authored
7 years ago
by
Greg Messner
Browse files
Options
Download
Email Patches
Plain Diff
Fixed javadoc problems related to project snippets.
parent
63ee9bf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/org/gitlab4j/api/ProjectApi.java
+4
-4
src/main/java/org/gitlab4j/api/ProjectApi.java
with
4 additions
and
4 deletions
+4
-4
src/main/java/org/gitlab4j/api/ProjectApi.java
+
4
-
4
View file @
8caa0a93
...
...
@@ -1353,9 +1353,9 @@ public class ProjectApi extends AbstractApi implements Constants {
*
* POST /projects/:id/snippets
*
* @param
i
d the ID of the project owned by the authenticated user, required
* @param
projectI
d the ID of the project owned by the authenticated user, required
* @param title the title of a snippet, required
* @param file
N
ame the name of a snippet file, required
* @param file
n
ame the name of a snippet file, required
* @param description the description of a snippet, optional
* @param code the content of a snippet, required
* @param visibility the snippet's visibility, required
...
...
@@ -1381,10 +1381,10 @@ public class ProjectApi extends AbstractApi implements Constants {
*
* PUT /projects/:id/snippets/:snippet_id
*
* @param
i
d the ID of the project owned by the authenticated user, required
* @param
projectI
d the ID of the project owned by the authenticated user, required
* @param snippetId the ID of a project's snippet, required
* @param title the title of a snippet, optional
* @param file
N
ame the name of a snippet file, optional
* @param file
n
ame the name of a snippet file, optional
* @param description the description of a snippet, optioptionalonal
* @param code the content of a snippet, optional
* @param visibility the snippet's visibility, reqoptionaluired
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment