Regenerate host value
This commit is contained in:
parent
398fb2dfe9
commit
d75a9749ac
|
@ -4,7 +4,7 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"message": {
|
"message": {
|
||||||
"description": "A text message",
|
"description": "A text message",
|
||||||
"example": "PVC API version 1",
|
"example": "PVC API version 1.0",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -902,9 +902,9 @@
|
||||||
"type": "object"
|
"type": "object"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"host": "http://pvc.local:7570",
|
||||||
"info": {
|
"info": {
|
||||||
"title": "PVC Client and Provisioner API",
|
"title": "PVC Client and Provisioner API",
|
||||||
"url": "http://pvc.local:7570",
|
|
||||||
"version": "1.0"
|
"version": "1.0"
|
||||||
},
|
},
|
||||||
"paths": {
|
"paths": {
|
||||||
|
|
Loading…
Reference in New Issue