action figshare_private_collection_categories_add { label: "Add collection categories" description: "Associate new categories with the collection. This will add new categories to the list of already associated categories" provider: figshare method: POST path: "/account/collections/{collection_id}/categories" encoding: json output: { type: "object" required: ["location"] properties: { location: { type: "string" format: "url" description: "Url for item" } } } }