Commit 5c23b174 authored by Greg Messner's avatar Greg Messner Committed by GitHub
Browse files

Fixed DeployKeysApi sample.

parent a8cd89f9
......@@ -110,7 +110,7 @@ List<Commit> commits = gitLabApi.getCommitsApi().getCommits(1234, "new-feature",
### DeployKeysApi
```java
// Get a list of DeployKeys for the authenticated user
List<DeployKey> deployKeys = gitLabApi.getDeployKeyssApi().getDeployKeys();
List<DeployKey> deployKeys = gitLabApi.getDeployKeysApi().getDeployKeys();
```
### EventsApi
......
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