@@ -550,12 +550,18 @@ You can set some special headers that Nextcloud will interpret.
550
550
Response Headers
551
551
----------------
552
552
553
- +-----------+------------------------------------------------+-----------------------------------------+
554
- | Header | Description | Example |
555
- +===========+================================================+=========================================+
556
- | OC-Etag | | On creation, move and copy, | ` ` "50ef2eba7b74aa84feff013efee2a5ef"` ` |
557
- | | | the response contain the etag of the file. | |
558
- +-----------+------------------------------------------------+-----------------------------------------+
559
- | OC-FileId | | On creation, move and copy, | | Format: ` ` <padded-id><instance-id>` ` . |
560
- | | | the response contain the fileid of the file. | | Example: ` ` 00000259oczn5x60nrdu` ` |
561
- +-----------+------------------------------------------------+-----------------------------------------+
553
+ +-----------------+-----------------------------------------------+-----------------------------------------+
554
+ | Header | Description | Example |
555
+ +=================+===============================================+=========================================+
556
+ || OC-Etag || On creation, move and copy, || ` ` "50ef2eba7b74aa84feff013efee2a5ef"` ` |
557
+ || || the response contain the etag of the file. || |
558
+ +-----------------+-----------------------------------------------+-----------------------------------------+
559
+ || OC-FileId || On creation, move and copy, || Format: ` ` <padded-id><instance-id>` ` . |
560
+ || || the response contain the fileid of the file. || Example: ` ` 00000259oczn5x60nrdu` ` |
561
+ +-----------------+-----------------------------------------------+-----------------------------------------+
562
+ || OC-OwnerId || On creation, the response contains the owner || Example: ` ` admin` ` |
563
+ || || ID. || |
564
+ +-----------------+-----------------------------------------------+-----------------------------------------+
565
+ || OC-Permissions || On creation, the response contains the || Example: ` ` RGDNVW` ` |
566
+ || || permissions string. || |
567
+ +-----------------+-----------------------------------------------+-----------------------------------------+
0 commit comments