action figshare_private_article_authors_add { label: "Add article authors" description: "Associate new authors with the article. This will add new authors to the list of already associated authors" provider: figshare method: POST path: "/account/articles/{article_id}/authors" encoding: json output: { type: "object" additionalProperties: true } }