action lambdatest_stop_screenshots_test { label: "Stop specified screenshot test" description: "Stop specified screenshot test" provider: lambdatest method: PUT path: "/stop/{test_id}" encoding: json input: { type: "object" properties: { test_id: { type: "string" } } required: ["test_id"] additionalProperties: false } output: { properties: { message: { type: "string" } } } }