v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
admin

Admin: list every maintenance event including disabled and scheduled

post/v1/admin.maintenance.list

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.steamsets.com/schemas/ListAllResponseBody.json",
  "items": [
    {
      "$schema": "https://api.steamsets.com/schemas/MaintenanceEvent.json"
    }
  ]
}