---
title: "Update a deeplink"
method: PUT
path: "/application/{applicationId}/deeplinks/{deeplinkId}"
tags: ["Deeplinks"]
---

# Update a deeplink

`PUT /application/{applicationId}/deeplinks/{deeplinkId}`

Updates an existing deeplink

## Path parameters

- `applicationId` number, required
- `deeplinkId` number, required

## Request body

- object
  - `name` string
  - `description` string
  - `autoLaunch` boolean
  - `launchData` union
    - string
    - unknown

## Response `200`

Default Response

---

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