Update condition set
Update a condition set by condition set ID.
Authorizations
Basic Auth header with your app ID as the username and your app secret as the password.
Headers
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.
Path Parameters
24Body
Request 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.
- OwnerInputUser
- OwnerInputPublicKey
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.
Response
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.

