Skip to content

Commit

Permalink
fix Review Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharanidk committed Nov 5, 2024
1 parent 5e99612 commit 118fbe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 0 additions & 5 deletions en/docs/design/create-api/adding-custom-properties-to-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,3 @@ When you click on the name of the API in the above screen, the respective API Ov

[![API Properties]({{base_path}}/assets/img/learn/view-custom-api-properties.png)]({{base_path}}/assets/img/learn/view-custom-api-properties.png)

??? note "Note"
When devportal visibility is enabled for a property when searching from Publisher, we need to search it in the following manner.
<property_name>__display:<property_value>

For example, if you added a property called env with value dev, we need to search it in the publisher as env__display:dev.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ You can add advanced rate limiting policies to both APIs and resources.
<li>
Note that if you want to add a header, query param, or JSON Web Token (JWT) claim condition, you need to set the `enable_header_based_throttling` , `enable_jwt_claim_based_throttling` or `enable_query_param_based_throttling` element to `true` (depending on which condition you need) under `[apim.throttling]` in the `repository/conf/deployment.toml` file.</li>
```toml
[transport.passthru_https.sender.parameters]
HostnameVerifier = "AllowAll"
[apim.throttling]
enable_header_based_throttling = true
enable_jwt_claim_based_throttling = true
enable_query_param_based_throttling = true
```
<li>This JWT is the backend JWT and not the one you use to invoke it. In addition, you need to enable the Backend JWT token to get this rate limiting flow to work.
</li></ul>
Expand Down

0 comments on commit 118fbe8

Please sign in to comment.