You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: