---
title: "Update API version"
method: PUT
path: "/api/version/{newApiVersion}"
tags: ["Version"]
---

# Update API version

`PUT /api/version/{newApiVersion}`

Use this endpoint to upgrade your API version. Upgrades are incremental. If for example you’re on V3, you must migrate to V3.1 before moving to V3.2.

## Path parameters

- `newApiVersion` 'V2' | 'V2_OR_V3' | 'V3' | 'V3_1' | 'V3_2' | 'V3_3' | 'ALL', required

## Headers

- `Authorization` string, required

## Response `200`

OK

---

[API](https://skmtc.dev/hostfully/apis/hostfully-api.md) · [All operations](https://skmtc.dev/hostfully/apis/hostfully-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostfully/hostfully-api/revisions/8387ad22afc6/schema)
