Removed incorrect `name` URL parameter from the API definitions
This commit is contained in:
parent
d65cc94092
commit
616b2087ba
|
@ -18,10 +18,6 @@
|
|||
}
|
||||
},
|
||||
"params": {
|
||||
"name": {
|
||||
"type" : "string",
|
||||
"description" : "The name of the alias"
|
||||
},
|
||||
"timeout": {
|
||||
"type" : "time",
|
||||
"description" : "Explicit timestamp for the document"
|
||||
|
|
|
@ -18,10 +18,6 @@
|
|||
}
|
||||
},
|
||||
"params": {
|
||||
"name": {
|
||||
"type" : "string",
|
||||
"description" : "The name of the alias to be created or updated"
|
||||
},
|
||||
"timeout": {
|
||||
"type" : "time",
|
||||
"description" : "Explicit timestamp for the document"
|
||||
|
|
Loading…
Reference in New Issue