Update 'README.md'

This commit is contained in:
William Mantly 2019-07-29 22:51:43 +00:00
parent 2867e6d9f2
commit 1a4f015605

View File

@ -21,8 +21,10 @@
### Users ### Users
Simple table as a place holder for user seeded with a `anon` user Simple table as a place holder for user seeded with a `anon` user and usable password
* Name varchar(160)
* Password varchar(255)
## v1 API endpoints ## v1 API endpoints
@ -46,7 +48,7 @@ return the file with correct MIME type as RAW data.
#### `PUT` #### `PUT`
Post new file data about file. Editable fileds are `tpye` and `is_public`. Post new file data about file. Editable fields are `type` and `is_public`.
#### `DELETE` #### `DELETE`