action figshare_private_project_notes_create { label: "Create project note" description: "Create a new project note" provider: figshare method: POST path: "/account/projects/{project_id}/notes" encoding: json output: { type: "object" required: ["location"] properties: { location: { type: "string" format: "url" description: "Url for item" } } } }