-
-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create key missing title , missing key #167
Comments
Are you using |
Nope, I just did a request myself and seemed to work |
So theres no issue? |
No i wrote it like :
Because it did not work through the package |
I just did a quick test using the following $gitlab = new Client('https://mygitlab.com/');
$gitlab->authenticate('...');
$gitlab->api('users')->createKey(
'test',
'...'
); And it worked fine but I am running 7.13.5 so maybe something has changed in later versions. I can't see why what you just posted would work using the client directly and not via the package though... |
Just noticed the content type.. it could well be todo with later versions requiring JSON input on specific methods? |
I tried this with 9.1.0 and it's working fine on gitlab.com. |
Same error when using package Fixed by using package |
@Yousha If you upgrade to the latest version of this package, this issue and many others are resolved. |
@GrahamCampbell Already using latest version, but it wasn't about the version. |
When trying to create an ssh key im having this error
They are not empty, i checked. :-)
The text was updated successfully, but these errors were encountered: