Skip to content

Fix creating folders in root and accept new conflict option

Compare
Choose a tag to compare
@36864 36864 released this 19 Jun 12:13
· 5 commits to master since this release
5d2b404

Passing a directory_conflict_behavior key in the $options array now allows you to define the @microsoft.graph.conflictBehavior passed with requests to create directories.
Supported values are fail, rename, replace.