action maif_patch_global_auth_module { label: "Update one global auth. module config" description: "Update one global auth. module config" provider: maif method: PATCH path: "/api/auths/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" } }