Skip to content
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

Fix Invalid Request Parameters Exception in ListLabels Method for File-Based Projects #243

Closed
Cancri55E opened this issue Jun 14, 2024 · 0 comments · Fixed by #252
Closed
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Cancri55E
Copy link

Description:
After the #224 ListLabels method currently includes an isSystem = false parameter. When this method is called for file-based projects, it results in an exception: "Invalid Request Parameters: Key [isSystem]: Not allowed for file-based projects."

Recommendation:
To resolve this issue, we can make the isSystem parameter nullable. This will prevent the method from automatically including the parameter in requests that are not allowed, thereby avoiding the exception and ensuring compatibility with file-based projects.

@andrii-bodnar andrii-bodnar added bug Something isn't working good first issue Good for newcomers labels Jun 17, 2024
@innomaxx innomaxx self-assigned this Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants