---
title: "Update survey details"
method: PUT
path: "/v1/surveys/{id}"
tags: ["survey"]
---

# Update survey details

`PUT /v1/surveys/{id}`

## Path parameters

- `id` number, required

## Request body

- Model203
  - `name` string
  - `workspace_id` number
  - `theme_id` number
  - `welcomeDescriptionEnabled` boolean
  - `welcomeScreenYesButtonText` string
  - `welcomeText` string
  - `welcomeDescription` string
  - `addThankyouPage` boolean
  - `thankyou_json` Model201[]
    - `preAdded` boolean
    - `message` string
    - `description` string
    - `redirectBoolean` boolean
    - `redirectMultiBoolean` boolean
    - `redirect` string
    - `branding` boolean
    - `redirectMulti` Properties
  - `archived` boolean

## Response `default`

Successful

---

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