Skip to content

[API Policies] [URL Mapping] Incorrect Mapping of HTTP Verb and URL Pattern in API Configuration Instructions #9099

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

Open
Dakshithas opened this issue Mar 10, 2025 · 0 comments
Labels

Comments

@Dakshithas
Copy link

Description

The documentation incorrectly maps the HTTP Verb and URL Pattern in the instructions for adding a resource under the Resources tab in the API Publisher.

Affected Page:

Current Incorrect Information:

The documentation currently states:

Go to Resources tab under the API Configurations and add a resource with the following parameters.

Field Value
HTTP Verb /business/{id}/details
URL pattern GET

Issue:

  • The values for HTTP Verb and URL Pattern are swapped.
  • HTTP Verb should be GET, not /business/{id}/details.
  • URL Pattern should be /business/{id}/details, not GET.

Image

Steps to Reproduce

Suggested Fix

The correct mapping should be:

Field Value
HTTP Verb GET
URL Pattern /business/{id}/details

Version

4.5.0

Environment Details (with versions)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant