---
title: "Update Study"
method: PUT
path: "/api/v1/studies/{id}"
tags: ["Studies"]
---

# Update Study

`PUT /api/v1/studies/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateStudyReqV1
  - `title` string, nullable
  - `description` string, nullable
  - `access_policy` 'FULL_ACCESS' | 'CAN_EDIT' | 'CAN_EDIT_SURVEY_ONLY' | 'CAN_VIEW' | 'INVITE_ONLY', nullable
  - `config` object, nullable
  - `welcome_message` object, nullable
  - `thank_you_message` object, nullable
  - `screen_out_message` object, nullable
  - `folder_id` string, nullable
  - `status` 'published' | 'paused' | 'archived', nullable
  - `mode` 'TEXT_ONLY' | 'TEXT_AND_VOICE' | 'VOICE_ONLY' | 'VOICE_WITH_PREVIEW' | 'VIDEO' | 'VOICE_AND_VIDEO', nullable
  - `quota` integer, nullable
  - `pause_url` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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