Update documentation for CI/CD and new hostname
This commit is contained in:
+4
-4
@@ -3,17 +3,17 @@
|
||||
## List categories
|
||||
|
||||
```
|
||||
curl -X GET https://api2.photowall.com/categories/
|
||||
curl -X GET https://api.photowall.com/categories/
|
||||
```
|
||||
|
||||
## Show category
|
||||
|
||||
```
|
||||
curl -X GET https://api2.photowall.com/categories/1
|
||||
curl -X GET https://api.photowall.com/categories/1
|
||||
```
|
||||
|
||||
## Update category
|
||||
|
||||
```
|
||||
curl -X PUT https://api2.photowall.com/categories/1 -H "Content-Type: application/json" -d '{"name": "Dogs"}'
|
||||
```
|
||||
curl -X PUT https://api.photowall.com/categories/1 -H "Content-Type: application/json" -d '{"name": "Dogs"}'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user