Collection properties
This Piiano Vault REST API resource enables you to create, retrieve, list, update, and delete the collection properties that define the stored data values.
List collection properties
get/api/pvlt/1.0/ctl/collections/{collection}/properties
Lists the properties of a collection.
Add collection property
post/api/pvlt/1.0/ctl/collections/{collection}/properties/{property}
Adds a property to a collection.
Get collection property
get/api/pvlt/1.0/ctl/collections/{collection}/properties/{property}
Gets a property of a collection.
Update collection property
patch/api/pvlt/1.0/ctl/collections/{collection}/properties/{property}
Updates the attributes of a collection property. Supports updating the following property attributes:
Delete collection property
delete/api/pvlt/1.0/ctl/collections/{collection}/properties/{property}
Deletes a property from a collection.