action wikipathways_get_save_curation_tag { label: "get_saveCurationTag" description: "saveCurationTag" provider: wikipathways method: GET path: "/saveCurationTag" encoding: json input: { type: "object" properties: { auth: { type: "string" } format: { type: "string" enum: ["json", "xml", "html", "dump", "jpg", "pdf"] } pwId: { type: "string" } revision: { type: "integer" } tagName: { type: "string" } text: { type: "string" } username: { type: "string" } } required: ["auth", "pwId", "revision", "tagName", "text", "username"] additionalProperties: false } output: { type: "object" additionalProperties: true } }