mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
EPP Doc update
This commit is contained in:
parent
5ed983fd2e
commit
1d7b289a10
6 changed files with 6614 additions and 6551 deletions
|
@ -17,7 +17,7 @@ Here are functions like login, logout, hello, poll
|
|||
| `---<extURI>` | 0-n | Extension URI that is going to be used in current connection. |
|
||||
| `<clTRID>` | 0-1 | Client transaction id |
|
||||
|
||||
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-session-when-connected-with-valid-user-logs-in-epp-user)
|
||||
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-session-when-connected-with-valid-user-logs-in-epp-user)
|
||||
|
||||
### Logout request
|
||||
|
||||
|
@ -26,7 +26,7 @@ Here are functions like login, logout, hello, poll
|
|||
| `<logout>` | 1 | |
|
||||
| `<clTRID>` | 0-1 | Client transaction id |
|
||||
|
||||
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-session-when-connected-with-valid-user-logs-out-epp-user)
|
||||
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-session-when-connected-with-valid-user-logs-out-epp-user)
|
||||
|
||||
### Poll request
|
||||
|
||||
|
@ -35,4 +35,4 @@ Here are functions like login, logout, hello, poll
|
|||
| `<poll>` | 1 | Rec for receiving messages, ack for dequeuing Attribute: op="req / ack" |
|
||||
| `<clTRID>` | 0-1 | Client transaction id |
|
||||
|
||||
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-poll-with-valid-user-queues-and-dequeues-messages)
|
||||
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-poll-with-valid-user-queues-and-dequeues-messages)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue