action visualstudio_post_api_v1_geneva_actions_prebuilds_pools_createorupdatesetting { label: "post_api_v1_GenevaActions_Prebuilds_pools_createorupdatesettings" provider: visualstudio method: POST path: "/api/v1/GenevaActions/Prebuilds/pools/createorupdatesettings" encoding: json input: { type: "object" properties: { branchName: { type: "string" } devContainerPath: { type: "string" } pools: { type: "array" items: { type: "object" properties: { poolType: { type: "integer" format: "int32" enum: ["0 (None)", "1 (Blob)", "2 (CodespacePool)", "3 (StoragePool)", "4 (CodespaceAndStoragePool)"] } skuName: { type: "string" } targetCount: { type: "integer" format: "int64" } } additionalProperties: false } } repoId: { type: "string" } storageType: { type: "integer" format: "int32" enum: ["0 (V1)", "1 (V2)"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }