action visualstudio_post_api_v1_geneva_actions_resources_resource_id_under_investiga { label: "post_api_v1_GenevaActions_Resources_resourceId_under_investigation" provider: visualstudio method: POST path: "/api/v1/GenevaActions/Resources/{resourceId}/under-investigation" encoding: json input: { type: "object" properties: { resourceId: { type: "string" } } required: ["resourceId"] additionalProperties: false } output: { type: "object" properties: { investigationStarted: { type: "string" format: "date-time" } resourceId: { type: "string" } underInvestigation: { type: "boolean" } updated: { type: "boolean" } } additionalProperties: false } }