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
Documentation states mime_type query param for /inscriptions endpoint is array of mime types, which produces 400 Bad Request error: querystring/mime_type/0 must match pattern \"^\\w+\\/[-.\\w]+(?:\\+[-.\\w]+)?$\"
So does the API supports multiple mime types or just a single mime type at this time? Would love to implement file type filtering but filtering for specific file extensions do not seem user friendly, otherwise would have to fetch the API multiple times for different image file extensions and consolidate to return the "image" type inscriptions. Same goes for audio, video, and so on.
Describe the bug
Documentation states
mime_type
query param for/inscriptions
endpoint is array of mime types, which produces 400 Bad Request error:querystring/mime_type/0 must match pattern \"^\\w+\\/[-.\\w]+(?:\\+[-.\\w]+)?$\"
To Reproduce
Steps to reproduce the behavior:
mime_type
-- query' and click on 'Add item'image/jpeg
andimage/png
Expected behavior
Return 200 success
Screenshots
If applicable, add screenshots or consol.log to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: