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
Aug 27, 2017
by
Greg Messner
Browse files
Fixed javadoc problems related to project snippets.
parent
63ee9bf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/ProjectApi.java
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
...
...
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