Steam (Unofficial) API

Set Steam Cache Client Filters

POST
/IContentServerConfigService/SetSteamCacheClientFilters/v1
key<token>

In: query

Query Parameters

input_json?string

An alternative to the request body; pass arguments as a URL-encoded JSON blob. The "key" and "format" fields should still be passed as separate parameters

format?string

The format of the response. Defaults to json

Value in"json" | "xml" | "vdf"

Request Body

application/x-www-form-urlencoded

cache_id?integer

(Required) Unique ID number

Defaultnull
Formatint32
cache_key?string

(Required) Valid current cache API key

change_notes?string

(Required) Notes

allowed_ip_blocks?string

(Required) comma-separated list of allowed IP address blocks in CIDR format - blank to clear unfilter

Response Body

curl -X POST "https://api.steampowered.com/IContentServerConfigService/SetSteamCacheClientFilters/v1" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d ''
Empty
Empty
Empty