---
title: "updateStudioCampaignSocialVideoStatus"
method: PUT
path: "/studio-campaigns/{campaign_id}/share-settings/social-videos/{persona}/status"
tags: ["Studio Campaign", "Social Video"]
---

# updateStudioCampaignSocialVideoStatus

`PUT /studio-campaigns/{campaign_id}/share-settings/social-videos/{persona}/status`

Updates the enabled status of a social video for a studio campaign

## Path parameters

- `campaign_id` integer, required
- `persona` string, required

## Request body

- object
  - `is_enabled` boolean, required — Whether the social video is enabled

## Response `200`

Success

- object
  - `is_enabled` boolean

## Other responses

- `400` — Bad Request - Invalid persona or no video exists
- `403` — Requester is not authorized to perform action
- `404` — Campaign not found
- `422` — Validation error
- `500` — Internal server error

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/revisions/6d020bee17cc/schema)
