mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
Add note about cleaned flag
This commit is contained in:
parent
72fe977178
commit
3d6fe6a629
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ request = ...
|
||||||
response = registry.send(request)
|
response = registry.send(request)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
See below for some example commands to send. Replace example data with data which makes sense for your debugging scenario. Other commands are available; see the source code of epplib for more options.
|
See below for some example commands to send. Replace example data with data which makes sense for your debugging scenario. Other commands are available; see the source code of epplib for more options.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue