Merge pull request #442 from AlvaroBernalG/master

fix(docs): Incorrect method signature
This commit is contained in:
Justin Dalrymple 2019-09-18 22:37:31 -04:00 committed by GitHub
commit f8ca6f321b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -346,7 +346,7 @@ const api = new Gitlab({
token: 'personaltoken',
});
api.Projects.create(projectId, {
api.Projects.create({
//options defined in the Gitlab API documentation
});
```