GetRules
POST/twirp/ttab.newswire.Delivery/GetRules
GetRules returns a named ruleset for a destination.
Request
- application/json
Body
destination string
Destination is the name of the destination to get the ruleset from.
name string
Name of the ruleset.
Responses
- 200
- default
Method response
- application/json
- Schema
- Example (from schema)
Schema
created string
Created timestamp Created timestamp as an RFC3339 string.
rules string
Rules is the blockly state describing the rules.
version integer
Version of the ruleset.
{
"created": "string",
"rules": "string",
"version": 0
}
Loading...