We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd9f26 commit 837e1abCopy full SHA for 837e1ab
README.md
@@ -171,8 +171,8 @@ List<Namespace> namespaces = gitLabApi.getNamespaceApi().findNamespaces("foobar"
171
172
### NotesApi
173
```java
174
-// Get a list of the issues's notes for project ID 1234, issue ID 1
175
-List<Note> notes = getNotes(Integer 1234, Integer 1);
+// Get a list of the issues's notes for project ID 1234, issue IID 1
+List<Note> notes = getNotes(1234, 1);
176
```
177
178
### PipelineApi
0 commit comments