create threshold

View as Markdown
### POST /api/v1/{account_id}/projects/{project_id}/dimension-thresholds Creates a dimension threshold for a specific project within an account. #### Request - `base_url` (string): The base URL of the API. - `account_id` (string): The unique identifier of the account. - `project_id` (string): The unique identifier of the project. #### Request Body - `dimensionThreshold` (object): Dimension threshold configuration. - `dimensionId` (string): The unique identifier of the dimension. - `blockThreshold` (number): Score threshold for block decision. - `challengeThreshold` (number): Score threshold for challenge decision. #### Response The response for this request is a JSON object with the following schema: ``` json {} ```

Path parameters

account_idstringRequired
project_idstringRequired

Request

This endpoint expects an object.
dimensionThresholdobjectRequired