UpdateRuleRequest
data class UpdateRuleRequest(val url: String, val pattern: PatternType, val action: ActionType, val reason: ReasonType, val comment: String? = null, val createdBy: Did? = null)
Parameters
url
The URL or domain to update the rule for
comment
Optional comment about the update
createdBy
Optional DID to credit as the creator. Only respected for admin_token authentication.
Constructors
Link copied to clipboard
constructor(url: String, pattern: PatternType, action: ActionType, reason: ReasonType, comment: String? = null, createdBy: Did? = null)