We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have an error when I try to add a label on an issue, following this documentation.
Here is how I do it:
$labels = $client->api('issue')->labels()->add('matthieu-rolland', 'test-issuebot', 51, 'Fixed');
And here is what I get:
PHP Fatal error: Uncaught Github\Exception\RuntimeException: Invalid request. No subschema in "anyOf" matched.
When I debug I see that the response I get is actually:
ERROR 422 Unprocessable Entity
I didn't manage to identify the cause of this problem...
Some more information:
The text was updated successfully, but these errors were encountered:
I know this says version 2.12.1, but it works fine in 3.8.0, so has this already been fixed?
Sorry, something went wrong.
No branches or pull requests
Hello,
I have an error when I try to add a label on an issue, following this documentation.
Here is how I do it:
And here is what I get:
PHP Fatal error: Uncaught Github\Exception\RuntimeException: Invalid request. No subschema in "anyOf" matched.
When I debug I see that the response I get is actually:
ERROR 422 Unprocessable Entity
I didn't manage to identify the cause of this problem...
Some more information:
The text was updated successfully, but these errors were encountered: