action visualstudio_get_api_v1_geneva_actions_configuration_target_key { label: "get_api_v1_GenevaActions_Configuration_target_key" provider: visualstudio method: GET path: "/api/v1/GenevaActions/Configuration/{target}/{key}" encoding: json input: { type: "object" properties: { key: { type: "string" } target: { type: "string" } } required: ["key", "target"] additionalProperties: false } output: { type: "object" properties: { comment: { type: "string" } key: { type: "string" } value: { type: "string" } } additionalProperties: false } }