Files
n8n-enterprise-unlocked/packages/testing/playwright/expectations/proxy-server/GET-mock_endpoint.json
2025-09-05 09:51:28 +02:00

27 lines
417 B
JSON

{
"httpRequest": {
"method": "GET",
"path": "/mock-endpoint"
},
"httpResponse": {
"statusCode": 200,
"headers": {
"Content-Type": ["application/json"]
},
"body": {
"userId": 1,
"id": 1,
"title": "delectus aut autem",
"completed": false
}
},
"id": "511d9c87-9ee3-4af8-8729-ca13b0a70e89",
"priority": 0,
"timeToLive": {
"unlimited": true
},
"times": {
"remainingTimes": 1
}
}