Create condition set
Create a new condition set. You must provide either “owner” or “owner_id” (but not both) to specify ownership.
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
Request body for creating a condition set. Exactly one of owner or owner_id is required.
Name to assign to condition set.
1 - 100Owner of the condition set. Exactly one of owner or owner_id is required; cannot be used together with owner_id.
- OwnerInputUser
- OwnerInputPublicKey
Key quorum ID to set as the owner of the condition set. Exactly one of owner or owner_id is required; cannot be used together with owner.
Response
Created 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, or null if unowned.
Unix timestamp of when the condition set was created in milliseconds.

