---
title: "Update a Quable App"
method: PUT
path: "/quable-apps/{id}"
tags: ["Integration"]
---

# Update a Quable App

`PUT /quable-apps/{id}`

Replaces the IntegrationApp resource.

## Path parameters

- `id` string, required

## Request body

- IntegrationAppIntegrationAppInputIntegrationAppInputUpdate
  - `documentType` EmbedDocumentTypeInputIntegrationAppInputUpdate
    - `id` string
  - `url` string, uri
  - `parameters` string[]
  - `headers` HttpHeaders
    - `Authorization` string
    - `Content-Type` string
  - `payload` object
  - `icon` string — Fontawesome icon name : https://fontawesome.com/icons
  - `slots` unknown[]
    - unknown
  - `status` boolean — Status of the Quable App
  - `helpDeskUrl` string — URL for the Help Desk
  - `documentationUrl` string — URL for the Documentation
  - `permissionFeatures` string[]
  - `name` LanguageTranslation — This structure does accept key & values where key has to be a language code configured in your PIM & the value is the value for this field in this language.
    - `fr-FR` string
    - `en-US` string
  - `description` LanguageTranslation — This structure does accept key & values where key has to be a language code configured in your PIM & the value is the value for this field in this language.
    - `fr-FR` string
    - `en-US` string

## Response `200`

IntegrationApp resource updated

- IntegrationAppIntegrationAppOutputIntegrationAppOutput
  - `id` string, uuid
  - `slug` string
  - `type` 'Custom' | 'AppStore'
  - `url` string, uri
  - `headers` HttpHeaders
    - `Authorization` string
    - `Content-Type` string
  - `payload` object
  - `documentType` DocumentTypeIntegrationAppOutput
    - `id` string, required — This is the unique identifier of the resource
  - `parameters` string[]
  - `icon` string — Fontawesome icon name : https://fontawesome.com/icons
  - `slots` unknown[]
    - unknown
  - `status` boolean — Status of the Quable App
  - `helpDeskUrl` string — URL for the Help Desk
  - `documentationUrl` string — URL for the Documentation
  - `security` object
    - `appSecret` string
  - `permissionFeatures` string[]
  - `name` LanguageTranslation — This structure does accept key & values where key has to be a language code configured in your PIM & the value is the value for this field in this language.
    - `fr-FR` string
    - `en-US` string
  - `description` LanguageTranslation — This structure does accept key & values where key has to be a language code configured in your PIM & the value is the value for this field in this language.
    - `fr-FR` string
    - `en-US` string
  - `dateCreated` string, date-time
  - `dateModified` string, date-time
  - `createdBy` UserUserOutputIntegrationAppOutput
    - `id` integer
  - `updatedBy` UserUserOutputIntegrationAppOutput
    - `id` integer

## Other responses

- `400` — Invalid input
- `404` — Resource not found
- `422` — Unprocessable entity

---

[API](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/versions/1641096abb34/schema)
