Update a condition set by condition set ID.
Documentation Index
Fetch the complete documentation index at: https://docs.privy.io/llms.txt
Use this file to discover all available pages before exploring further.
Basic Auth header with your app ID as the username and your app secret as the password.
ID of your Privy app.
Request authorization signature. If multiple signatures are required, they should be comma separated.
Request expiry. Value is a Unix timestamp in milliseconds representing the deadline by which the request must be processed.
24Request body for updating a condition set. At least one field must be provided. owner and owner_id are mutually exclusive.
Name to assign to condition set.
1 - 100New owner of the condition set. Cannot be used together with owner_id. Set to null to clear the existing owner.
New key quorum ID to set as the owner of the condition set. Cannot be used together with owner. Set to null to clear the existing owner.
Updated condition set object.
A condition set for grouping related condition values.
Unique ID of the created condition set. This will be the primary identifier when using the condition set in the future.
24Name of the condition set.
1 - 100The key quorum ID of the owner of the condition set.
Unix timestamp of when the condition set was created in milliseconds.