---
title: "Update Application Role Bundle"
method: PATCH
path: "/api/platform/applications/{application_id}/role-bundles/{slug}"
tags: ["platform"]
---

# Update Application Role Bundle

`PATCH /api/platform/applications/{application_id}/role-bundles/{slug}`

## Path parameters

- `application_id` string, required
- `slug` string, required

## Request body

- UpdateApplicationRoleBundleRequest
  - `displayName` string, nullable
  - `description` string, nullable
  - `application` string[], nullable
  - `modules` object, nullable

## Response `200`

Successful Response

- ApplicationRoleBundleSummary — API response shape for a single application role bundle.
  - `applicationId` string, required
  - `slug` string, required
  - `source` 'app' | 'system', required
  - `displayName` string, required
  - `description` string, nullable
  - `application` string[]
  - `modules` object
  - `fgaSyncStatus` string, required
  - `fgaLastError` string, nullable
  - `fgaLastReconciledAt` string, date-time, nullable
  - `createdAt` string, date-time, nullable
  - `updatedAt` string, date-time, nullable

## 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)
