Compare commits
2 Commits
d3346cf9e5
...
52df244e0b
Author | SHA1 | Date |
---|---|---|
tracer | 52df244e0b | |
tracer | ffe1ccedcb |
|
@ -22,7 +22,7 @@
|
|||
"default": "https"
|
||||
},
|
||||
"hostname": {
|
||||
"default": "ns2.24unix.net"
|
||||
"default": "ns1.24unix.net"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -116,7 +116,7 @@
|
|||
"operationId": "getSingleDomain",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "name",
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"schema": {
|
||||
|
@ -145,7 +145,7 @@
|
|||
"operationId": "putDomain",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "name",
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"schema": {
|
||||
|
@ -183,7 +183,7 @@
|
|||
"operationId": "73c6c14e6d84f759d2e09029cb7ab2be",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "name",
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"schema": {
|
||||
|
@ -215,7 +215,7 @@
|
|||
],
|
||||
"summary": "Returns a single domain by name.",
|
||||
"description": "Returns information of a single domain specified by its domain name.",
|
||||
"operationId": "getSingleDomain",
|
||||
"operationId": "getSingleDomainByName",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "name",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
window.onload = function () {
|
||||
// Begin Swagger UI call region
|
||||
const ui = SwaggerUIBundle({
|
||||
url: "https://ns2.24unix.net/openapi/bindapi.json",
|
||||
url: "/openapi/bindapi.json",
|
||||
dom_id: "#swagger-ui",
|
||||
deepLinking: true,
|
||||
presets: [
|
||||
|
|
Loading…
Reference in New Issue