APIEndpoint referenceProps
/props/saved-filters
The type cannot be changed: a filter saved for one screen would not be understood by another.
The type cannot be changed: a filter saved for one screen would not be understood by another.
AuthorizationBearer <token>
Supabase access token.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/api/props/saved-filters" \ -H "Content-Type: application/json" \ -d '{ "filters": null, "id": 0, "name": "string" }'{ "data": { "createdAt": "string", "filters": null, "id": 0, "name": "string", "type": "string", "updatedAt": "string" }}