action visualstudio_post_api_v1_geneva_actions_pools_change_resource_deletion_settin { label: "post_api_v1_GenevaActions_Pools_change_resource_deletion_setting" provider: visualstudio method: POST path: "/api/v1/GenevaActions/Pools/change-resource-deletion-setting" encoding: json input: { type: "object" properties: { comment: { type: "string" } enabled: { type: "boolean" } poolCode: { type: "string" } poolType: { type: "string" } region: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { comment: { type: "string" } key: { type: "string" } value: { type: "string" } } additionalProperties: false } }