docs: add upload_time to supported DAV properties table

Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
This commit is contained in:
Cristian Scheid
2026-02-17 08:21:53 -03:00
committed by backportbot[bot]
parent 728e2f041a
commit 73d025239a

View File

@@ -65,6 +65,8 @@ not all properties can be used for each operation.
+----------------------------------------------+---------------------------------+------------+------------+----------+----------+
| {DAV:}getlastmodified | Modified date | ✓ | ✓ | ✓ | Datetime |
+----------------------------------------------+---------------------------------+------------+------------+----------+----------+
| {http://nextcloud.org/ns}upload_time | Upload date | ✓ | ✓ | ✓ | Datetime |
+----------------------------------------------+---------------------------------+------------+------------+----------+----------+
| {http://owncloud.org/ns}size | File size or folder size | ✓ | ✓ | ✓ | Integer |
+----------------------------------------------+---------------------------------+------------+------------+----------+----------+
| {http://owncloud.org/ns}favorite | Favorite status | ✓ | ✓ | ✓ | Boolean |