---
title: "Update Default Account Install"
method: PATCH
path: "/api/platform/applications/{application_id}/default-account-install"
tags: ["platform"]
---

# Update Default Account Install

`PATCH /api/platform/applications/{application_id}/default-account-install`

## Path parameters

- `application_id` string, required

## Request body

- DefaultAccountInstallRequest
  - `installAcrossAllAccounts` boolean, required
  - `accountInstallModules` string[], nullable

## Response `200`

Successful Response

- DefaultAccountInstallResponse
  - `applicationId` string, required
  - `installAcrossAllAccounts` boolean, required
  - `accountInstallModules` string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
