API: Add deprecation notice for updating folder UID (#68543)

* API: Add deprecation notice for updating folder UID
This commit is contained in:
Sofia Papagiannaki
2023-05-16 18:28:18 +03:00
committed by GitHub
parent 6189f48be7
commit 14fb4ff779
4 changed files with 293 additions and 120 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
JSON Body schema:
- **uid** Provide another [unique identifier](/http_api/folder/#identifier-id-vs-unique-identifier-uid) than stored to change the unique identifier.
- **uid** Provide another [unique identifier](/http_api/folder/#identifier-id-vs-unique-identifier-uid) than stored to change the unique identifier. Starting with 10.0, this is **deprecated**. It will be removed in a future release. Please avoid using it because it can result in folder losing its permissions.
- **title** The title of the folder.
- **version** Provide the current version to be able to update the folder. Not needed if `overwrite=true`.
- **overwrite** Set to true if you want to overwrite existing folder with newer version.