action learnifier_patch_orgunits_orgid { label: "Updates an Organization Unit" description: "Adds an Organization Unit" provider: learnifier method: PATCH path: "/orgunits/{orgid}" encoding: json input: { type: "object" properties: { orgid: { type: "string" } } required: ["orgid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }