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