restrict the allowed characters for the next_batch_token

Co-authored-by: Jonathan de Jong <jonathandejong02@gmail.com>
pull/4035/head
Andrew Morgan 1 year ago committed by GitHub
parent 7829c3bf4a
commit 92aef5b242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,7 +56,7 @@ continue until the server does no longer insert `"next_batch_token"`.
"joined": [
// ...
],
"next_batch_token": "<any valid ascii string up to 32 chars>"
"next_batch_token": "<a string up to 32 characters abiding by the regex /[a-zA-Z0-9]+/>"
}
```

Loading…
Cancel
Save