diff --git a/API.md b/API.md index 78a5a43..f9466d9 100755 --- a/API.md +++ b/API.md @@ -306,3 +306,18 @@ id (article ID in URL) Access Token ``` + + +## POST `/api/logo` (ADMIN ONLY) + +Takes an image as a file and the access token of the user. +If the user is an admin, updates the logo image in the assets folder with the new image. +Else, returns an error. + +**Required Params:** + +``` +Logo File + +Access Token +```