added functions to admin buttons

This commit is contained in:
Alysia Broddrick 2023-08-10 17:34:09 -07:00
parent d3bc00fdce
commit d1a5f6943c
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
5 changed files with 99 additions and 51 deletions

View file

@ -31,7 +31,7 @@ Finally, you'll need to craft a request and send it.
```
request = ...
response = registry.send(request)
response = registry.send(request, cleaned=True)
```
Note that you'll need to attest that the data you are sending has been sanitized to remove malicious or invalid strings. Use `send(..., cleaned=True)` to do that.