action visualstudio_post_api_v1_environments_environment_id_notify { label: "post_api_v1_Environments_environmentId_notify" provider: visualstudio method: POST path: "/api/v1/Environments/{environmentId}/notify" encoding: json input: { type: "object" properties: { details: { type: "string" } displayMode: { type: "string" } environmentId: { type: "string" format: "uuid" } message: { type: "string" } modal: { type: "boolean" } } required: ["environmentId"] additionalProperties: false } output: { type: "string" } }