action wikipathways_get_save_ontology_tag { label: "get_saveOntologyTag" description: "saveOntologyTag" provider: wikipathways method: GET path: "/saveOntologyTag" encoding: json input: { type: "object" properties: { auth: { type: "string" } format: { type: "string" enum: ["json", "xml", "html", "dump", "jpg", "pdf"] } pwId: { type: "string" } term: { type: "string" } termId: { type: "string" } user: { type: "string" } } required: ["auth", "pwId", "term", "termId", "user"] additionalProperties: false } output: { type: "object" additionalProperties: true } }