---
title: "Updates an extension install request with a new status, message and exception."
method: PUT
path: "/api/v1/platform/installs/extensions/{extensionInstallRequestId}"
tags: ["ExtensionInstall"]
---

# Updates an extension install request with a new status, message and exception.

`PUT /api/v1/platform/installs/extensions/{extensionInstallRequestId}`

Sample request:
            
PUT /api/v1/platform/installs/extensions/{extension-install-request-id}
{
   "State": 2, // Created = 0, Pending = 1, Completed = 2, Error = 3,
   "Message": "string",
   "Exception": "string"
 }

## Path parameters

- `extensionInstallRequestId` integer, required

## Request body

- ExtensionInstallRequestUpdate
  - `state` 0 | 1 | 2 | 3
  - `message` string, nullable
  - `exception` string, nullable

## Response `200`

OK

---

[API](https://skmtc.dev/q2developer/apis/q2-portal-web-server.md) · [All operations](https://skmtc.dev/q2developer/apis/q2-portal-web-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/q2developer/q2-portal-web-server/revisions/7225eea22612/schema)
