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
Describe the bug
In Singleton Service APIs, there're some limitation for some request fileds, but for the new API:getRranslationWithPatternUsingGET, only productName,version have verification, other fileds no verification.
To Reproduce
Steps to reproduce the behavior:
Get latest Singleton Service build, and start it;
Go to API: GET/i18n/api/v2/combination/translationsAndPattern Get translations and patterns
Check all the paramters for this API
Expected behavior
Should all parameters be verificated, keep consistent with other APIs.
Screenshots
NA
Desktop (please complete the following information):
NA
Additional context
NA
The text was updated successfully, but these errors were encountered:
Parameter "scope" needs to be verificated whether the value is correct, not only unexpected characters.
Example, if set scope=date, "date" is not supported, only support "dates".
Describe the bug
In Singleton Service APIs, there're some limitation for some request fileds, but for the new API:getRranslationWithPatternUsingGET, only productName,version have verification, other fileds no verification.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should all parameters be verificated, keep consistent with other APIs.
Screenshots
NA
Desktop (please complete the following information):
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: