action visualstudio_post_api_v1_geneva_actions_pools_target { label: "post_api_v1_GenevaActions_Pools_target" provider: visualstudio method: POST path: "/api/v1/GenevaActions/Pools/{target}" encoding: json input: { type: "object" properties: { comment: { type: "string" } maxTargetCount: { type: "string" } minTargetCount: { type: "string" } poolCode: { type: "string" } poolType: { type: "string" } region: { type: "string" } target: { type: "string" } targetCount: { type: "string" } } required: ["target"] additionalProperties: false } output: { type: "object" properties: { comment: { type: "string" } key: { type: "string" } value: { type: "string" } } additionalProperties: false } }