Updated Doc with Logo Upload Endpoint

pull/3/head
Nishant Arora 8 years ago committed by GitHub
parent 606c858051
commit 74075c8cbe

@ -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
```

Loading…
Cancel
Save