upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--26.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/26.md b/26.md
index 3eb1856..1299b72 100644
--- a/26.md
+++ b/26.md
@@ -38,11 +38,11 @@ The following fields and operators are supported in the above query string:
38*Fields*: 38*Fields*:
391. `kind` 391. `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
422. `created_at` 422. `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
47In 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 `&`. 47In 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