- Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Update the errors plugin to match the new schema
{ "$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/genericrandomerrorplugin.schema.json", "errors": [ { "request": { "url": "https://api.contoso.com/*" }, "responses": [ { "statusCode": 500, "headers": [ { "name": "content-type", "value": "application/json; charset=utf-8" } ], "body": { "code": "InternalServerError", "message": "Something went wrong" } } ] } ] }
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working