Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReturnOverrides example is incorrect #5792

Open
iamdjones opened this issue Dec 4, 2024 · 0 comments
Open

ReturnOverrides example is incorrect #5792

iamdjones opened this issue Dec 4, 2024 · 0 comments

Comments

@iamdjones
Copy link

iamdjones commented Dec 4, 2024

request.ReturnOverrides.response_code = 403;
request.ReturnOverrides.response_body = "Access Denied";

snippet should be

      request.ReturnOverrides.ResponseCode = 403;
      request.ReturnOverrides.ResponseBody = "Access Denied";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant