action visagecloud_update_collection2_using_post { label: "Update an existing collection with a given id" provider: visagecloud method: POST path: "/rest/v1.1/collection/{id}" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } id: { type: "string" } name: { type: "string" } purposes: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "id", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }