mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Login doc
This commit is contained in:
parent
6df7359fe8
commit
7fb6525cc9
1 changed files with 36 additions and 3 deletions
|
@ -3,19 +3,52 @@
|
||||||
## Introduction
|
## Introduction
|
||||||
Introduction text here
|
Introduction text here
|
||||||
|
|
||||||
|
## Basics
|
||||||
|
|
||||||
|
### Login
|
||||||
|
|
||||||
|
| Field name | Required | Attributes | Field description |
|
||||||
|
| ----------------- |----------| -----|----------------- |
|
||||||
|
| [login](#login) | true | | |
|
||||||
|
| clTRID | false | | Client transaction id |
|
||||||
|
|
||||||
|
##### login
|
||||||
|
| Field name | Required | Field description |
|
||||||
|
| ----------------- |----------|----------------- |
|
||||||
|
| clID | true | Username |
|
||||||
|
| pw | true | Password |
|
||||||
|
| [options](#options) | false | |
|
||||||
|
| [svcs](#svcs) | false | |
|
||||||
|
|
||||||
|
|
||||||
|
##### options
|
||||||
|
| Field name | Required | Field description |
|
||||||
|
| ----------------- |----------|----------------- |
|
||||||
|
| version | false | 1.0 |
|
||||||
|
| lang | false | en |
|
||||||
|
|
||||||
|
##### svcs
|
||||||
|
| Field name | Required | Field description |
|
||||||
|
| ----------------- |----------|----------------- |
|
||||||
|
| objURI | false | Object URI that is going to be used in current connection. (0-n) |
|
||||||
|
| [svcExtension](#svcExtension) | false | |
|
||||||
|
|
||||||
|
##### svcExtension
|
||||||
|
| Field name | Required | Field description |
|
||||||
|
| ----------------- |----------|----------------- |
|
||||||
|
| extURI | false | Extension URI that is going to be used in current connection. (0-n) |
|
||||||
|
|
||||||
## Domain related functions
|
## Domain related functions
|
||||||
|
|
||||||
|
|
||||||
### Domain create
|
### Domain create
|
||||||
|
|
||||||
| Field name | Required | Attributes | Field description |
|
| Field name | Required | Attributes | Field description |
|
||||||
| ----------------- |----------| -----|----------------- |
|
| ----------------- |----------| -----|----------------- |
|
||||||
| [create](#top-domain-create) | true | | |
|
| [create](#create) | true | | |
|
||||||
| [extension](#top-domain-create-extension) | true | | |
|
| [extension](#top-domain-create-extension) | true | | |
|
||||||
| clTRID | false | | Client transaction id |
|
| clTRID | false | | Client transaction id |
|
||||||
|
|
||||||
##### <a name="top-domain-create"></a>create
|
##### create
|
||||||
| Field name | Required | Attributes | Field description |
|
| Field name | Required | Attributes | Field description |
|
||||||
| ----------------- |----------| -----|----------------- |
|
| ----------------- |----------| -----|----------------- |
|
||||||
| [domain:create](#domaincreate) | true | xmlns:domain (urn:ietf:params:xml:ns:domain-1.0) | |
|
| [domain:create](#domaincreate) | true | xmlns:domain (urn:ietf:params:xml:ns:domain-1.0) | |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue