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