mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
added functions to admin buttons
This commit is contained in:
parent
d3bc00fdce
commit
d1a5f6943c
5 changed files with 99 additions and 51 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue