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