Intents
Create policy rule update intent
Create an intent to update a rule on a policy. The intent must be authorized by the policy owner before it can be executed.
patch/v1/intents/policies/{policy_id}/rules/{rule_id}
Path parameters
policy_idstring required
ID of the policy.
rule_idstring required
ID of the rule.
Headers
privy-app-idstring required
ID of your Privy app.
privy-request-expirystring
Request expiry. Value is a Unix timestamp in milliseconds representing the deadline by which the request must be processed.
Request body
Example request
{
"conditions": [
{
"field": "content"
}
]
}Response
Created rule update intent.