Image Collections¶
Create Collection¶
POST /api/admin/image_collections
Schema
image_collection: Objectlabel: Stringactive: Booleansort: Integer | How it's sorted on the order formcontainer_image_ids:Array<Integer>| List of image IDs
Update Collection¶
PATCH /api/admin/image_collections/{id}
Schema
image_collection: Objectlabel: Stringactive: Booleansort: Integer | How it's sorted on the order formcontainer_image_ids:Array<Integer>| List of image IDs