action visualstudio_post_api_v1_geneva_actions_pools_pool_code_rotate_pool { label: "post_api_v1_GenevaActions_Pools_poolCode_rotate_pool" provider: visualstudio method: POST path: "/api/v1/GenevaActions/Pools/{poolCode}/rotate-pool" encoding: json input: { type: "object" properties: { poolCode: { type: "string" } } required: ["poolCode"] additionalProperties: false } output: { type: "object" additionalProperties: true } }