action visagecloud_map_classification_attributes_to_profile_using_put { label: "Maps classification attributes to a profile" provider: visagecloud method: PUT path: "/rest/v1.1/profile/classificationAttributes" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } classificationAttributes: { type: "string" } collectionId: { type: "string" } profileId: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "classificationAttributes", "collectionId", "profileId", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }