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
319042a6
Commit
319042a6
authored
Dec 22, 2018
by
Greg Messner
Browse files
Corrected Javadoc for updateIssue().
parent
34615119
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/IssuesApi.java
View file @
319042a6
...
@@ -394,7 +394,7 @@ public class IssuesApi extends AbstractApi implements Constants {
...
@@ -394,7 +394,7 @@ public class IssuesApi extends AbstractApi implements Constants {
* <pre><code>GitLab Endpoint: PUT /projects/:id/issues/:issue_iid</code></pre>
* <pre><code>GitLab Endpoint: PUT /projects/:id/issues/:issue_iid</code></pre>
*
*
* @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance, required
* @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance, required
* @param issueIid the issue IID to update,
optional
* @param issueIid the issue IID to update,
required
* @param title the title of an issue, optional
* @param title the title of an issue, optional
* @param description the description of an issue, optional
* @param description the description of an issue, optional
* @param confidential set the issue to be confidential, default is false, optional
* @param confidential set the issue to be confidential, default is false, optional
...
...
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