action ritc_update_app { label: "updateApp" description: "Update an app" provider: ritc method: PATCH path: "/apps/{app_id}" encoding: json input: { type: "object" properties: { app_id: { type: "string" } } required: ["app_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }