Authorizations
Basic Auth header with your app ID as the username and your app secret as the password.
Headers
ID of your Privy app.
Body
Name to assign to policy.
1 - 50The owner of the resource. If you provide this, do not specify an owner_id as it will be generated automatically. When updating a wallet, you can set the owner to null to remove the owner. The P-256 public key of the owner of the resource, in base64-encoded DER format. If you provide this, do not specify an owner_id as it will be generated automatically.
The key quorum ID to set as the owner of the resource. If you provide this, do not specify an owner.
Response
Created policy update intent.
Response for a policy update intent creation request
Unique ID for the intent
Display name of the user who created the intent
Unix timestamp when the intent was created
ID of the resource being modified (wallet_id, policy_id, etc)
Detailed authorization information including key quorum members, thresholds, and signature status
Current status of the intent
pending, executed, failed, expired, rejected Unix timestamp when the intent expires
POLICY The original policy update request that would be sent to the policy endpoint
ID of the user who created the intent. If undefined, the intent was created using the app secret
Current state of the policy before any changes. If undefined, the resource was deleted and no longer exists
Result of policy update execution (only present if status is 'executed' or 'failed')

