Update return from initialize
This commit is contained in:
parent
9076208a92
commit
fd4f033a04
|
@ -926,7 +926,7 @@
|
||||||
},
|
},
|
||||||
"/api/v1/initialize": {
|
"/api/v1/initialize": {
|
||||||
"post": {
|
"post": {
|
||||||
"description": "Note: Normally used only once during cluster bootstrap; checks for the existence of the \"/primary_node\" key before proceeding",
|
"description": "Note: Normally used only once during cluster bootstrap; checks for the existence of the \"/primary_node\" key before proceeding and returns 400 if found",
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "OK",
|
"description": "OK",
|
||||||
|
@ -934,8 +934,8 @@
|
||||||
"$ref": "#/definitions/Message"
|
"$ref": "#/definitions/Message"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"302": {
|
"400": {
|
||||||
"description": "Cluster already initialized"
|
"description": "Bad request"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"summary": "Initialize a new PVC cluster",
|
"summary": "Initialize a new PVC cluster",
|
||||||
|
|
Loading…
Reference in New Issue