Trial activation, setRestaurantVisibility, Readme update, image upload fix

This commit is contained in:
2020-11-12 16:51:13 +01:00
parent cc72671911
commit 8830303fb4
5 changed files with 87 additions and 8 deletions

View File

@@ -166,6 +166,22 @@
<br>
- ### **/restaurant/visibility**
- #### **POST**
Takes a **restaurantId, visible** parameters and a **JWT token(header)**, and tries to set restaurant visibility.
<br>
- ### **/restaurant/trial**
- #### **POST**
Takes a **restaurantId** parameters and a **JWT token(header)**, and tries to activate trial (if not already used).
<br>
* ### **/img**
- #### **POST**