---
title: "Update SMS survey V2"
method: PUT
path: "/v2/survey/{surveyId}/shares/sms/{channelId}"
tags: ["share"]
---

# Update SMS survey V2

`PUT /v2/survey/{surveyId}/shares/sms/{channelId}`

## Path parameters

- `surveyId` number, required
- `channelId` number, required

## Request body

- Model236
  - `contacts` Model150[]
    - `mobile` string, required
    - `variables` Properties
  - `contactList` Model235[]
    - `id` number, required
    - `variables` Properties
  - `message` string
  - `smsTargetId` number
  - `variables` Properties
  - `sendLaterInDays` number
  - `twilio_consent_agreed` boolean — For using surveysparrow message service you need to agree the consent.

## 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/revisions/f9da74f558da/schema)
