Skip to content

Commit

Permalink
Add missing spec changes
Browse files Browse the repository at this point in the history
  • Loading branch information
YasasRangika committed Aug 2, 2024
1 parent 14327b0 commit 46231b3
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,18 @@ paths:
Retrieves all existing deny policies.
parameters:
- $ref: '#/components/parameters/Accept'
- name: query
in: query
description: |
**Search condition**.
You can search in attributes by using **"conditionType:"** modifier and **"conditionValue:"** modifier.
Eg.
The entry "conditionType:API" will result in a match with blocking conditions only if the conditionType is "API". Similarly, "conditionValue:test/1.0.0" will result in a match with blocking conditions only if the conditionValue is "test/1.0.0".
When you use "conditionType:API & conditionValue:test/1.0.0" as a combination, it will result in a match with blocking conditions only if both the conditionType is "API" and the conditionValue is "test/1.0.0".
If query attribute is provided, this returns the blocking conditions that match the specified attributes.
Please note that you need to use encoded URL (URL encoding) if you are using a client which does not support URL encoding (such as curl)
schema:
type: string
responses:
200:
description: |
Expand Down

0 comments on commit 46231b3

Please sign in to comment.