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
https://github.com/gogits/go-gogs-client/wiki/Issues-Labels#add-labels-to-an-issue describes a POST request and from the context it seems to require a parameter "labels" from the type array.
The text was updated successfully, but these errors were encountered:
Same is valid for https://github.com/gogits/go-gogs-client/wiki/Issues-Labels#remove-a-label-from-an-issue
Sorry, something went wrong.
Example of https://github.com/gogits/go-gogs-client/wiki/Issues-Labels#add-labels-to-an-issue is given, https://github.com/gogits/go-gogs-client/wiki/Issues-Labels#remove-a-label-from-an-issue does not need parameter.
If you want to be somehow consistent you then need to decide which route to go as for https://github.com/gogits/go-gogs-client/wiki/Issues-Labels#create-a-label you're providing information on the parameters and an example. The remove actions seems to need a parameter - at least the example suggests that.
I'm even struggling which tool to host API docs....
fixed backend path for CreateIssueComment (gogs#46)
80778ed
No branches or pull requests
https://github.com/gogits/go-gogs-client/wiki/Issues-Labels#add-labels-to-an-issue describes a POST request and from the context it seems to require a parameter "labels" from the type array.
The text was updated successfully, but these errors were encountered: