steam_updateWorkshopItem
Update metadata for an existing Steam Workshop item, including title, description, visibility, and tags. Set confirm=true to apply changes after a dry run.
Instructions
MUTATES LIVE WORKSHOP ITEM METADATA. Default dry_run=true; requires confirm=true to send. Update metadata for an existing Steam Workshop item (title, description, visibility, tags) via the partner API. Does not change the store page listing. Requires a publisher API key with server IP allowlisted. File content updates require the SDK.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Replace the item's tags with this list | |
| appid | Yes | Steam application ID | |
| title | No | New title for the item | |
| confirm | No | Required true when dry_run is false. Refuses otherwise. | |
| dry_run | No | If true (default), return the planned request without contacting Steam | |
| visibility | No | Visibility: 0=Public, 1=FriendsOnly, 2=Private, 3=Unlisted | |
| publishedfileid | Yes | Workshop item's published file ID | |
| file_description | No | New description for the item |