Unverified Commit 0c1e8de9 authored by Greg Messner's avatar Greg Messner Committed by GitHub
Browse files

Fixed ResourceLabelEventsApi anchor.

parent 3b16ee87
...@@ -509,7 +509,7 @@ List<Branch> branches = gitLabApi.getRepositoryApi().getBranches(); ...@@ -509,7 +509,7 @@ List<Branch> branches = gitLabApi.getRepositoryApi().getBranches();
RepositoryFile file = gitLabApi.getRepositoryFileApi().getFile("file-path", 1234, "ref"); RepositoryFile file = gitLabApi.getRepositoryFileApi().getFile("file-path", 1234, "ref");
``` ```
#### ResouceLabelEventsApi #### ResourceLabelEventsApi
```java ```java
// Get the label events for the specified merge request // Get the label events for the specified merge request
List<LabelEvent> labelEvents = gitLabApi.getResourceLabelEventsApi() List<LabelEvent> labelEvents = gitLabApi.getResourceLabelEventsApi()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment