From 1a4f0156055f9dd7526e03925dad51551f183f16 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 29 Jul 2019 22:51:43 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b0440c..9e1add4 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,10 @@ ### 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 @@ -46,7 +48,7 @@ return the file with correct MIME type as RAW data. #### `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`