Issue Summary
Unable to craft filters in Swagger due to missing currency sign prefix.
Swagger renders filter statements with no leading currency sign ( $ )
curl -X GET "https://uat.agilecraft.xyz/rest/align/api/2/Products?filter=title%20eq%20%27Er1Product%27" -H "accept: application/json;odata.metadata=minimal;odata.streaming=true" -H "Authorization: bearer MyObfuscatedToken"
$ is missing between ? and filter: (...)Products? $ filter=title%20(...)
Steps to Reproduce
- Browse to Swagger
- Authorise a token
- Expand any endpoint
- Click Try out button
- Provide filter details
- Click Execute button
- Notice the cURL statement
Expected Results
- Filter works
Actual Results
- Filter does not work
Workaround
- Once a statement is crafted, add the missing $ and execute it from the command line/console.
- resolves
-
ALIGNSP-5864 Loading...