fix new syntax error

pull/7721/head
Jeff Escalante 5 years ago
parent 373f45a832
commit 21ea5287b3
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB

@ -226,21 +226,21 @@ $ curl \
The filter will be executed against each Intention in the result list with The filter will be executed against each Intention in the result list with
the following selectors and filter operations being supported: the following selectors and filter operations being supported:
| Selector | Supported Operations | | Selector | Supported Operations |
| --------------- | -------------------------------------------------- | | ----------------- | -------------------------------------------------- |
| Action | Equal, Not Equal, In, Not In, Matches, Not Matches | | `Action` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| DefaultAddr | Equal, Not Equal, In, Not In, Matches, Not Matches | | `DefaultAddr` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| DefaultPort | Equal, Not Equal | | `DefaultPort` | Equal, Not Equal |
| Description | Equal, Not Equal, In, Not In, Matches, Not Matches | | `Description` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| DestinationNS | Equal, Not Equal, In, Not In, Matches, Not Matches | | `DestinationNS` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| DestinationName | Equal, Not Equal, In, Not In, Matches, Not Matches | | `DestinationName` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| ID | Equal, Not Equal, In, Not In, Matches, Not Matches | | `ID` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| Meta | Is Empty, Is Not Empty, In, Not In | | `Meta` | Is Empty, Is Not Empty, In, Not In |
| Meta.<any> | Equal, Not Equal, In, Not In, Matches, Not Matches | | `Meta.<any>` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| Precedence | Equal, Not Equal | | `Precedence` | Equal, Not Equal |
| SourceNS | Equal, Not Equal, In, Not In, Matches, Not Matches | | `SourceNS` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| SourceName | Equal, Not Equal, In, Not In, Matches, Not Matches | | `SourceName` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| SourceType | Equal, Not Equal, In, Not In, Matches, Not Matches | | `SourceType` | Equal, Not Equal, In, Not In, Matches, Not Matches |
## Update Intention ## Update Intention

Loading…
Cancel
Save