Skip to content

Commit

Permalink
added missing search instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharanidk committed Nov 5, 2024
1 parent 4f61572 commit e43a564
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,10 @@ For example, if you want to search for the environment property with a specific

When you click on the name of the API in the above screen, the respective API Overview page appears. Click on the **Properties** tab to list the API properties that you added.

[![API Properties]({{base_path}}/assets/img/learn/view-custom-api-properties.png)]({{base_path}}/assets/img/learn/view-custom-api-properties.png)
[![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.

0 comments on commit e43a564

Please sign in to comment.