mirror of
https://github.com/internetee/registry.git
synced 2025-06-14 16:44:46 +02:00
Update documentation
This commit is contained in:
parent
e0d8171d6e
commit
4804c0b3fd
2 changed files with 51 additions and 6 deletions
|
@ -12782,6 +12782,49 @@ RESPONSE:
|
||||||
</epp>
|
</epp>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Unread notification of contact update
|
||||||
|
|
||||||
|
REQUEST:
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<epp xmlns="https://epp.tld.ee/schema/epp-ee-1.0.xsd">
|
||||||
|
<command>
|
||||||
|
<poll op="req"/>
|
||||||
|
</command>
|
||||||
|
</epp>
|
||||||
|
```
|
||||||
|
|
||||||
|
RESPONSE:
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<epp xmlns="https://epp.tld.ee/schema/epp-ee-1.0.xsd"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="lib/schemas/epp-ee-1.0.xsd">
|
||||||
|
<response>
|
||||||
|
<result code="1301">
|
||||||
|
<msg>Command completed successfully; ack to dequeue</msg>
|
||||||
|
</result>
|
||||||
|
<msgQ count="3" id="481605495">
|
||||||
|
<qDate>2018-09-19T19:03:21Z</qDate>
|
||||||
|
<msg>Contact has been updated</msg>
|
||||||
|
</msgQ>
|
||||||
|
<extension>
|
||||||
|
<changePoll:changeData xmlns:changePoll="https://epp.tld.ee/schema/changePoll-1.0.xsd">
|
||||||
|
<changePoll:operation>update</changePoll:operation>
|
||||||
|
<changePoll:date>2010-07-04T21:00:00Z</changePoll:date>
|
||||||
|
<changePoll:svTRID>146211577</changePoll:svTRID>
|
||||||
|
<changePoll:who>Registrant User</changePoll:who>
|
||||||
|
</changePoll:changeData>
|
||||||
|
</extension>
|
||||||
|
<trID>
|
||||||
|
<svTRID>ccReg-0684472903</svTRID>
|
||||||
|
</trID>
|
||||||
|
</response>
|
||||||
|
</epp>
|
||||||
|
```
|
||||||
|
|
||||||
### EPP Helper in context of Domain generates valid transfer xml
|
### EPP Helper in context of Domain generates valid transfer xml
|
||||||
|
|
||||||
REQUEST:
|
REQUEST:
|
||||||
|
|
|
@ -9,12 +9,13 @@
|
||||||
|
|
||||||
## Supported protocols
|
## Supported protocols
|
||||||
|
|
||||||
[RFC5730 - EPP](http://tools.ietf.org/html/rfc5730)
|
- [RFC5730 - EPP](http://tools.ietf.org/html/rfc5730)
|
||||||
[RFC5731 - Domain Mapping](http://tools.ietf.org/html/rfc5731)
|
- [RFC5731 - Domain Mapping](http://tools.ietf.org/html/rfc5731)
|
||||||
[RFC5733 - Contact Mapping](http://tools.ietf.org/html/rfc5733)
|
- [RFC5733 - Contact Mapping](http://tools.ietf.org/html/rfc5733)
|
||||||
[RFC5734 - Transport over TCP](http://tools.ietf.org/html/rfc5734)
|
- [RFC5734 - Transport over TCP](http://tools.ietf.org/html/rfc5734)
|
||||||
[RFC5910 - DNSSEC Mapping](http://tools.ietf.org/html/rfc5910)
|
- [RFC5910 - DNSSEC Mapping](http://tools.ietf.org/html/rfc5910)
|
||||||
[RFC3735 - Guidelines for Extending the EPP](http://tools.ietf.org/html/rfc3735)
|
- [RFC3735 - Guidelines for Extending the EPP](http://tools.ietf.org/html/rfc3735)
|
||||||
|
- [Change Poll Draft v0.8](https://tools.ietf.org/html/draft-ietf-regext-change-poll-08)
|
||||||
|
|
||||||
## XML schemas
|
## XML schemas
|
||||||
|
|
||||||
|
@ -26,6 +27,7 @@
|
||||||
* [host-1.0.xsd](/lib/schemas/host-1.0.xsd)
|
* [host-1.0.xsd](/lib/schemas/host-1.0.xsd)
|
||||||
* [keyrelay-1.0.xsd](/lib/schemas/keyrelay-1.0.xsd)
|
* [keyrelay-1.0.xsd](/lib/schemas/keyrelay-1.0.xsd)
|
||||||
* [secDNS-1.1.xsd](/lib/schemas/secDNS-1.1.xsd)
|
* [secDNS-1.1.xsd](/lib/schemas/secDNS-1.1.xsd)
|
||||||
|
* [changePoll-1.0.xsd](/lib/schemas/changePoll-1.0.xsd)
|
||||||
|
|
||||||
### .ee-specific
|
### .ee-specific
|
||||||
* [all-ee-1.0.xsd](/lib/schemas/all-ee-1.0.xsd)
|
* [all-ee-1.0.xsd](/lib/schemas/all-ee-1.0.xsd)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue