mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Logout doc
This commit is contained in:
parent
e97619c4ae
commit
fc2ceb7072
1 changed files with 12 additions and 1 deletions
|
@ -5,7 +5,7 @@ Introduction text here
|
|||
|
||||
## Basics
|
||||
|
||||
### Login and logout
|
||||
### Login request
|
||||
|
||||
| Field name | Required | Attributes | Field description |
|
||||
| ----------------- |----------| -----|----------------- |
|
||||
|
@ -38,6 +38,17 @@ Introduction text here
|
|||
| ----------------- |----------|----------------- |
|
||||
| extURI | false | Extension URI that is going to be used in current connection. (0-n) |
|
||||
|
||||
[EXAMPLE REQUEST AND RESPONSE](https://github.com/domify/registry/blob/master/doc/epp-doc.md#epp-session-when-connected-with-valid-user-logs-in-epp-user)
|
||||
|
||||
### Logout request
|
||||
|
||||
| Field name | Required | Attributes | Field description |
|
||||
| ----------------- |----------| -----|----------------- |
|
||||
| logout | true | | |
|
||||
| clTRID | false | | Client transaction id |
|
||||
|
||||
[EXAMPLE REQUEST AND RESPONSE](https://github.com/domify/registry/blob/master/doc/epp-doc.md#epp-session-when-connected-with-valid-user-logs-out-epp-user)
|
||||
|
||||
## Domain related functions
|
||||
|
||||
### Domain create
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue