| label | string | - | yes | The label of the folder |
| label | string | - | yes | The label of the folder |
| folder | string | Base folder | no | The current parent folder. If the uuid is invalid or does not exist, the base folder uuid will be used instead. |
| parent | string | Base folder | no | The current parent folder |
| cseType | string | "none" | no | The client side encryption type |
| cseType | string | "none" | no | The client side encryption type |
| edited | int | 0 | no | Unix timestamp when the user has last renamed the folder |
| hidden | bool | false | no | Whether or not the folder should be hidden |
| hidden | bool | false | no | Whether or not the folder should be hidden |
| favourite | bool | false | no | Whether or not the user has marked this folder as favourite |
| favourite | bool | false | no | Whether or not the user has marked this folder as favourite |
...
@@ -75,4 +76,38 @@ The success status code is `201 Created`
...
@@ -75,4 +76,38 @@ The success status code is `201 Created`
| revision | string | The UUID of the revision |
| revision | string | The UUID of the revision |
#### Notes
#### Notes
- If the folder is not hidden and should be created in a hidden folder, it will be created in the default folder instead.
- If the uuid of the parent folder is invalid or does not exist, the base folder uuid will be used instead
\ No newline at end of file
- If the folder is not hidden and should be created in a hidden folder, it will be created in the default folder instead
- If the `edited` argument is "0", missing or in the future, the current time will be used
# The update action
The update action creates a new revision of a folder with an updated set of attributes.