diff options
| -rw-r--r-- | 96.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -273,7 +273,7 @@ The `server` should reject deletes from users other than the original uploader. | |||
| 273 | It should be noted that more than one user may have uploaded the same file (with the same hash). In this case, a delete must not really delete the file but just remove the user's `pubkey` from the file owners list (considering the server keeps just one copy of the same file, because multiple uploads of the same file results | 273 | It should be noted that more than one user may have uploaded the same file (with the same hash). In this case, a delete must not really delete the file but just remove the user's `pubkey` from the file owners list (considering the server keeps just one copy of the same file, because multiple uploads of the same file results |
| 274 | in the same file hash). | 274 | in the same file hash). |
| 275 | 275 | ||
| 276 | The successfull response is a 200 OK one with just basic JSON fields: | 276 | The successful response is a 200 OK one with just basic JSON fields: |
| 277 | 277 | ||
| 278 | ``` | 278 | ``` |
| 279 | { | 279 | { |