Removed incorrect `name` URL parameter from the API definitions

This commit is contained in:
Karel Minarik 2013-05-28 09:52:17 +02:00
parent d65cc94092
commit 616b2087ba
2 changed files with 0 additions and 8 deletions

View File

@ -18,10 +18,6 @@
} }
}, },
"params": { "params": {
"name": {
"type" : "string",
"description" : "The name of the alias"
},
"timeout": { "timeout": {
"type" : "time", "type" : "time",
"description" : "Explicit timestamp for the document" "description" : "Explicit timestamp for the document"

View File

@ -18,10 +18,6 @@
} }
}, },
"params": { "params": {
"name": {
"type" : "string",
"description" : "The name of the alias to be created or updated"
},
"timeout": { "timeout": {
"type" : "time", "type" : "time",
"description" : "Explicit timestamp for the document" "description" : "Explicit timestamp for the document"