box-openapi icon indicating copy to clipboard operation
box-openapi copied to clipboard

Error at 'Create folder'

Open ModalityZ opened this issue 2 years ago • 0 comments

Description of the issue

The requirements on the 'name' request field should indicate that the name will be compared case-insensitively to existing names, and any names found to be the same will trigger a 409 error with message 'Item with the same name already exists'. For example, folder "Payments" cannot be created if there is already a "payments" in the same folder.

Current content

Nothing about this, nor any option to request a case-sensitive comparison instead.

Expected content

Would describe this default behavior, and provide a field to override.

Link to the documentation page

https://developer.box.com/reference/post-folders/

ModalityZ avatar Oct 13 '23 11:10 ModalityZ