action figshare_private_project_note { label: "Project note details" provider: figshare method: GET path: "/account/projects/{project_id}/notes/{note_id}" encoding: json output: { type: "object" required: ["abstract", "created_date", "id", "modified_date", "text", "user_id", "user_name"] properties: { text: { type: "string" description: "Full text of note" } } } }