Merge pull request #11642 from nextcloud/doc/add-file-versions-api-documentation

doc(files_versions): added API doc for file versions
This commit is contained in:
Eduardo Morales
2024-03-13 11:17:07 -05:00
committed by GitHub

View File

@@ -310,6 +310,10 @@ Supported properties
| <nc:reminder-due-date> | | The due date of the reminder | ``1970-01-01T00:00:00+00:00`` |
| | | as an ISO 8601 formatted string. | |
+-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+
| <nc:version-label /> | The user-set label for a file. | |
+-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+
| <nc:version-author /> | The author's id of a specified file verson. | ``admin``, ``jane``, ``thisAuthorsID`` |
+-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+
Listing folders (rfc4918_)
--------------------------