mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-28 15:10:34 +02:00
Update docs/developer/registry-access.md
Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
This commit is contained in:
parent
593a589636
commit
28fde24010
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ request = commands.UpdateDomain(name="okay.gov", add=[common.HostObjSet(["ns1.ok
|
|||
```
|
||||
|
||||
```
|
||||
request = commands.UpdateDomain(name="okay.gov", add=[common.DomainContact(contact="sh8014", type="technical")])
|
||||
request = commands.UpdateDomain(name="okay.gov", add=[common.DomainContact(contact="sh8014", type="tech")])
|
||||
```
|
||||
|
||||
### How to see the raw XML
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue