Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AstaFrode authored Oct 30, 2023
1 parent a9442fd commit d7fb503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,15 +302,15 @@ Response schema: `application/json`
| ---------- |

The put file interface is used to upload files to the cess system. You need to submit the file as form data and use provide the specific field.
If the upload is successful, you will get the fid of the file.
If the upload is successful, you will get the fid of the file. If you want to encrypt your file, you can specify the `cipher` field in the header and enter your password (the length cannot exceed 32 characters), and the system will automatically encrypt it.

- Request Header

| key | description |
| ------------- | ------------------ |
| Authorization | token |
| BucketName | stored bucket name |

| cipher | your cipher |


- Request Body
Expand Down

0 comments on commit d7fb503

Please sign in to comment.