action figshare_private_article_update { label: "Update article" description: "Updating an article by passing body parameters; request can also be made with the PATCH method." provider: figshare method: PUT path: "/account/articles/{article_id}" encoding: json output: { type: "object" additionalProperties: true } }