steam_updateWorkshopItem
Update an existing Steam Workshop item's title, description, visibility, and tags using the partner API. Provides metadata adjustments without file content changes.
Instructions
Update metadata for an existing Steam Workshop item (title, description, visibility, tags) via the partner API. 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 | |
| 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 |