You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ bot.set_verbosity(2)
86
86
87
87
### Test 1: Add a new plant to your garden
88
88
89
-
This test will help familiarize you with sending commands via the [API](https://developer.farm.bot/docs/web-app/rest-api).
89
+
This test will help familiarize you with sending commands via the [API](https://developer.farm.bot/docs/rest-api).
90
90
```
91
91
new_cabbage = {
92
92
"name": "Cabbage", # Point name
@@ -185,7 +185,7 @@ sidecar-starter-pack/
185
185
> Making requests other than `GET` to the API will permanently alter the data in your account. `DELETE` and `POST` requests may destroy data that cannot be recovered. Altering data through the API may cause account instability.
186
186
187
187
> [!NOTE]
188
-
> Not sure which endpoint to access? [Find the list here](https://developer.farm.bot/docs/web-app/api-docs).
188
+
> Not sure which endpoint to access? [Find the list here](https://developer.farm.bot/docs/api-docs).
0 commit comments