-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLICENSE
63 lines (39 loc) · 894 Bytes
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Ortelius v11 Domain Microservice
RestAPI for the Domain Object
## Version: 11.0.0
### Terms of service
<http://swagger.io/terms/>
**Contact information:**
Ortelius Google Group
**License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
---
### /msapi/domain
#### GET
##### Summary
Get a List of Domains
##### Description
Get a list of domains for the user.
##### Responses
| Code | Description |
|------|-------------|
| 200 | OK |
#### POST
##### Summary
Create a Domain
##### Description
Create a new Domain and persist it
##### Responses
| Code | Description |
|------|-------------|
| 200 | OK |
### /msapi/domain/:key
#### GET
##### Summary
Get a Domain
##### Description
Get a domain based on the _key or name.
##### Responses
| Code | Description |
|------|-------------|
| 200 | OK |