Skip to content

Commit

Permalink
user id is now inferred by the token
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere authored Nov 9, 2024
1 parent 7bd5b90 commit 70d7da1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/development/contribution/backend/upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ On the first chunk leave `upload_id` empty, you will get a response with the `up

- `file` - The chunk of the file, name is blob
- `upload_id` - The id of the upload
- `user` - The user id
- `offset` - The offset of the chunk
- `md5` - The md5 hash of the chunk (not used yet, you can leave it empty)

Expand All @@ -41,7 +40,6 @@ Combines the chunks of a file into a single file and moves it to the upload fold
#### Form Data:

- `upload_id` - The id of the upload
- `user` - The user id
- `md5` - Just the md5 hash of whole file
- `filename` - The original filename

Expand Down

0 comments on commit 70d7da1

Please sign in to comment.