ListRules
POST/twirp/ttab.newswire.Delivery/ListRules
ListRules lists the rulesets for a given destination.
Request
- application/json
Body
name string
Name of the destination to list rules for.
Responses
- 200
- default
Method response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
items object[]
Items included in the ruleset listing.
created string
Created is the time that this version of the ruleset was created.
deployed_version integer
DeployedVersion is the version number of the currently deployed version.
name string
Name of the ruleset.
version integer
Version of the ruleset.
{
"items": [
{
"created": "string",
"deployed_version": 0,
"name": "string",
"version": 0
}
]
}
Loading...