box-openapi
box-openapi copied to clipboard
Error at 'Create folder'
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/