StatsHub Docs
Endpoint referenceProps

/props/saved-filters

POST
/api/v2/props/saved-filters

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/api/v2/props/saved-filters" \  -H "Content-Type: application/json" \  -d '{    "filters": null,    "name": "string",    "type": "string"  }'
{  "$schema": "https://example.com/schemas/PropsSavedFiltersCreateCreatedBody.json",  "data": {    "createdAt": "string",    "filters": null,    "id": 0,    "name": "string",    "type": "string",    "updatedAt": "string"  }}