---
title: "Update poll option"
method: PUT
path: "/polls/{poll_id}/options"
tags: ["product:chat"]
---

# Update poll option

`PUT /polls/{poll_id}/options`

Updates a poll option

Sends events:
- feeds.poll.updated
- poll.updated

## Path parameters

- `poll_id` string, required — Poll ID

## Request body

- UpdatePollOptionRequest, nullable
  - `custom` object — Custom data for this object
  - `id` string, required — Option ID
  - `text` string, required — Option text
  - `user` UserRequest — User request object
    - `custom` object — Custom user data
    - `id` string, required — User ID
    - `image` string — User's profile image URL
    - `invisible` boolean
    - `language` string
    - `name` string — Optional name of user
    - `privacy_settings` PrivacySettingsResponse
      - `delivery_receipts` DeliveryReceiptsResponse
        - `enabled` boolean
      - `read_receipts` ReadReceiptsResponse
        - `enabled` boolean
      - `typing_indicators` TypingIndicatorsResponse
        - `enabled` boolean
    - `role` string — User's global role
    - `teams` string[] — List of teams the user belongs to
    - `teams_role` object — Map of team-specific roles for the user
  - `user_id` string

## Response `201`

Successful response

- PollOptionResponse, nullable
  - `duration` string, required — Duration of the request in milliseconds
  - `poll_option` PollOptionResponseData, nullable, required
    - `custom` object, required
    - `id` string, required
    - `text` string, required

## Other responses

- `400` — Bad request
- `429` — Too many requests

## Changes

> 108 revisions in range; 2 not diffed, 10 could not be searched.

- **2026-07-30** `22aeb5f0cc76` — 1 warning, 1 info
  - removed the request property `Custom`
  - added the new optional request property `custom`
- **2026-07-29** `d274674f0337` — 3 info
  - the request property `user/privacy_settings/delivery_receipts/enabled` became optional
  - the request property `user/privacy_settings/read_receipts/enabled` became optional
  - the request property `user/privacy_settings/typing_indicators/enabled` became optional

[Change history](https://skmtc.dev/getstream/apis/stream-api/changes/polls/:poll_id/options/put.md)

---

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