Media Delivery API ignore casing of alias? #14854
bjarnef
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried out the new Media Delivery API, but I noticed filtering by media type is case sensitive:
So this works:
/umbraco/delivery/api/v1/media?fetch=children%3A%2F&filter=mediaType%3AFolder&skip=0&take=10
but this doesn't:
/umbraco/delivery/api/v1/media?fetch=children%3A%2F&filter=mediaType%3Afolder&skip=0&take=10
because media type alias of folder media item by default is
Folder
.Should it just ignore casing as Umbraco require unique aliases anyway?
Beta Was this translation helpful? Give feedback.
All reactions