diff --git a/docs/apis/http/webdav/_index.md b/docs/apis/http/webdav/_index.md
index b947d3e93..01371ff55 100644
--- a/docs/apis/http/webdav/_index.md
+++ b/docs/apis/http/webdav/_index.md
@@ -323,36 +323,49 @@ Available namespaces:
### Supported WebDAV Properties
-| Property | Desription | Example |
-|-----------------------------|----------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|
-| `` | The latest modification time. | `Fri, 30 Dec 2022 14:22:43 GMT` |
-| `` | The file's etag. | `"c3a1ee4a0c28edc15b9635c3bf798013"` |
-| `` | The mime type of the file. | `image/jpeg` |
-| `` | Specifies the nature of the resource. | `` for a folder |
-| `` | The size if it is a file in bytes. | `5` bytes |
-| `` | Describes the active locks on a resource. | Detailed Example in [Locking]() |
-| `` | The globally unique ID of the resource. | `storage-1$27475553-7fb7-4689-b4cf-bbb635daff79!27475553-7fb7-4689-b4cf-bbb635daff79` |
-| `` | The globally unique ID of the resource. | `storage-1$27475553-7fb7-4689-b4cf-bbb635daff79!27475553-7fb7-4689-b4cf-bbb635daff79` |
-| `` | Direct URL to download a file from. | Not implemented. |
-| `` | The permissions a user has on the resource. | The value is a string containing letters for all available permissions. |
-| | | `S`: Shared |
-| | | `M`: Mounted |
-| | | `D`: Deletable |
-| | | `NV`: Updateable, Renameable, Moveable |
-| | | `W`: Updateable (file) |
-| | | `CK`: Creatable (folders only) |
-| | | `Z`: Deniable |
-| | | `P`: Trashbin Purgable |
-| `` | List of user specified tags. | `test` |
-| ` ` | The favorite state. | `0` for not favourited, `1` for favourited |
-| `` | The user id of the owner of a resource. Project spaces have no owner. | `einstein` |
-| `` | The display name of the owner of a resource. Project spaces have no owner. | `Albert Einstein` |
-| `` | List of share types. | `0` = User Share |
-| | | `1` = Group Share |
-| | | `2` = Public Link |
-| `` | | ``
`SHA1:1c68ea370b40c06fcaf7f26c8b1dba9d9caf5dea MD5:2205e48de5f93c784733ffcca841d2b5 ADLER32:058801ab`
`` |
-| | | Due to a bug in the very early development of ownCloud, this value is not an array, but a string separated by whitespaces. |
-| `` | Similar to `getcontentlength` but it also works for folders. | `10` bytes |
+| Property | Desription | Example |
+| ----------------------------------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
+| `` | The latest modification time. | `Fri, 30 Dec 2022 14:22:43 GMT` |
+| `` | The file's etag. | `"c3a1ee4a0c28edc15b9635c3bf798013"` |
+| `` | The mime type of the file. | `image/jpeg` |
+| `` | Specifies the nature of the resource. | `` for a folder |
+| `` | The size if it is a file in bytes. | `5` bytes |
+| `` | Describes the active locks on a resource. | Detailed Example in [Locking]() |
+| `` | The globally unique ID of the resource. | `storage-1$27475553-7fb7-4689-b4cf-bbb635daff79!27475553-7fb7-4689-b4cf-bbb635daff79` |
+| `` | The globally unique ID of the resource. | `storage-1$27475553-7fb7-4689-b4cf-bbb635daff79!27475553-7fb7-4689-b4cf-bbb635daff79` |
+| `` | Direct URL to download a file from. | Not implemented. |
+| `` | The permissions a user has on the resource. | The value is a string containing letters for all available permissions. |
+| | | `S`: Shared |
+| | | `M`: Mounted |
+| | | `D`: Deletable |
+| | | `NV`: Updateable, Renameable, Moveable |
+| | | `W`: Updateable (file) |
+| | | `CK`: Creatable (folders only) |
+| | | `Z`: Deniable |
+| | | `P`: Trashbin Purgable |
+| `` | List of user specified tags. | `test` |
+| ` ` | The favorite state. | `0` for not favourited, `1` for favourited |
+| `` | The user id of the owner of a resource. Project spaces have no owner. | `einstein` |
+| `` | The display name of the owner of a resource. Project spaces have no owner. | `Albert Einstein` |
+| `` | List of share types. | `0` = User Share |
+| | | `1` = Group Share |
+| | | `2` = Public Link |
+| `` | | ``
`SHA1:1c68ea370b40c06fcaf7f26c8b1dba9d9caf5dea MD5:2205e48de5f93c784733ffcca841d2b5 ADLER32:058801ab`
`` |
+| | | Due to a bug in the very early development of ownCloud, this value is not an array, but a string separated by whitespaces. |
+| `` | Similar to `getcontentlength` but it also works for folders. | `10` bytes |
+| `` | The ID of the share if the resource is part of such. | `storage-1$27475553-7fb7-4689-b4cf-bbb635daff79!27475553-7fb7-4689-b4cf-bbb635daff79` |
+| `` | The root path of the shared resource if the resource is part of such. | `/shared-folder` |
+| `` | The ID of the shared resource if the resource is part of such. | `storage-1$27475553-7fb7-4689-b4cf-bbb635daff79!27475553-7fb7-4689-b4cf-bbb635daff79` |
+| `` | The type of the resource if it's a public link. | `folder` |
+| `` | The share permissions of the resource if it's a public link. | `1` |
+| `` | The expiration date of the public link. | `Tue, 14 May 2024 12:44:29 GMT` |
+| `` | The date the public link was created. | `Tue, 14 May 2024 12:44:29 GMT` |
+| `` | The username of the user who created the public link. | `admin` |
+| `` | The original name of the resource before it was deleted. | `some-file.txt` |
+| `` | The original location of the resource before it was deleted. | `some-file.txt` |
+| `` | The date the resource was deleted. | `Tue, 14 May 2024 12:44:29 GMT` |
+| `` | Audio meta data if the resource contains such. | `MetallicaMetallicaEnter Sandman` |
+| `` | Location meta data if the resource contains such. | `51.504106-0.074575` |
### Request Headers