> For the complete documentation index, see [llms.txt](https://docs.piscesiot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.piscesiot.com/helium-hotspot-p100/firmware-api/othercontroller/v2-update.md).

# \[V2]Update

**BaseUrl**

```json
http://your-hotspot-ip:8001/api/action/Update
```

**params**

```json
region: EU/US/CN/AS
version: latest/0.31/0.32/0.28
```

**example**

```
http://192.168.1.182:8001/api/action/Update?region=EU&version=latest
```

**return**

🍺Success

```json
timeout
```

❌404

```json
{
"code": 404,
"data": "Nothing Found Here  :-("
}
```
