diff options
| -rw-r--r-- | 26.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -38,11 +38,11 @@ The following fields and operators are supported in the above query string: | |||
| 38 | *Fields*: | 38 | *Fields*: |
| 39 | 1. `kind` | 39 | 1. `kind` |
| 40 | - *Operators*: | 40 | - *Operators*: |
| 41 | - `=${KIND_NUMBER}` - delegator may only sign events of this kind | 41 | - `=${KIND_NUMBER}` - delegatee may only sign events of this kind |
| 42 | 2. `created_at` | 42 | 2. `created_at` |
| 43 | - *Operators*: | 43 | - *Operators*: |
| 44 | - `<${TIMESTAMP}` - delegator may only sign events created ***before*** the specified timestamp | 44 | - `<${TIMESTAMP}` - delegatee may only sign events created ***before*** the specified timestamp |
| 45 | - `>${TIMESTAMP}` - delegator may only sign events created ***after*** the specified timestamp | 45 | - `>${TIMESTAMP}` - delegatee may only sign events created ***after*** the specified timestamp |
| 46 | 46 | ||
| 47 | In order to create a single condition, you must use a supported field and operator. Multiple conditions can be used in a single query string, including on the same field. Conditions must be combined with `&`. | 47 | In order to create a single condition, you must use a supported field and operator. Multiple conditions can be used in a single query string, including on the same field. Conditions must be combined with `&`. |
| 48 | 48 | ||