airflow-mcp-server

by abhishekbhakat
Verified

patch_role

patch_role

Input Schema

NameRequiredDescriptionDefault
actionsNo
nameNo
role_nameNo
update_maskNo

Input Schema (JSON Schema)

{ "properties": { "actions": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Actions" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "role_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Role Name" }, "update_mask": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Update Mask" } }, "title": "patch_role_input", "type": "object" }