action figshare_private_article_private_link_create { label: "Create private link" description: "Create new private link for this article" provider: figshare method: POST path: "/account/articles/{article_id}/private_links" encoding: json output: { type: "object" required: ["html_location", "location", "token"] properties: { html_location: { type: "string" format: "url" description: "HTML url for private link" } location: { type: "string" format: "url" description: "Url for private link" } token: { type: "string" description: "Token for private link" } } } }