# Path Parameter Configuration

:::info
The features covered in this tutorial are available only to organizations that have subscribed to the Web Application Security Testing feature.
:::

This page describes how to fix placeholders for parameters included in an endpoint path (e.g., the `{userID}` part of `/users/{userID}`) to specific values.

After registering your endpoints, navigate to the "Authentication Settings" tab (`https://cloud.shisho.dev/[orgid]/applications/[appid]/preconditions`).

In the "Other Settings" table at the bottom of the screen, click the "Configure" button in the "Path Parameters" row.

![](/docs/_md-assets/801e222395-dashboard.png)

Next, in the displayed form, enter the key and value for the path parameter you want to fix. For example, if you want to fix the `{userID}` part of `/users/{userID}` to `1234`, enter it as follows:

![](/docs/_md-assets/8d0d5da12a-form.png)

Once the configuration is complete, click the "Save" button at the bottom of the screen.
