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 /collections/{collection_id}/bulk_items doesn't seem to be performing the same validations as /collections/{collection_id}/items
To Reproduce
Create an item without a datetime.
Expected behavior
Creating an item without a datetime property using the /collections/{collection_id}/items endpoint it is impossible but with the /collections/{collection_id}/bulk_items it is possible.
The text was updated successfully, but these errors were encountered:
pedro-cf
changed the title
/collections/{collection_id}/bulk_items doesn't seem to be performing validations as /collections/{collection_id}/items/collections/{collection_id}/bulk_items doesn't seem to be performing the same validations as /collections/{collection_id}/itemsFeb 7, 2025
Describe the bug
/collections/{collection_id}/bulk_items
doesn't seem to be performing the same validations as/collections/{collection_id}/items
To Reproduce
Create an item without a
datetime
.Expected behavior
Creating an item without a
datetime
property using the/collections/{collection_id}/items
endpoint it is impossible but with the/collections/{collection_id}/bulk_items
it is possible.The text was updated successfully, but these errors were encountered: