stage_instances_modify
stage_instances_modify
Section titled “stage_instances_modify”Category: stage_instances
Modify the live Stage instance (topic / privacy_level).
Pass only fields you want to change.
When to use
Section titled “When to use”When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
channel_id | string | yes | Stage channel |
topic | string | no | |
privacy_level | integer | no | |
audit_reason | string | no | Reason recorded in audit log (X-Audit-Log-Reason header) |
Returns
Section titled “Returns”updated \{id, guild_id, channel_id, topic, privacy_level, untrusted_text\} (topic wrapped).
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | Discord stage instance ID |
guild_id | string | yes | |
channel_id | string | yes | Discord channel ID (snowflake) |
topic | string | yes | |
privacy_level | integer | yes | |
untrusted_text | string | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |