fix json
Signed-off-by: user.name <datastream@datastream-laptop.local> Signed-off-by: datastream <guxianjie@gmail.com>
This commit is contained in:
parent
f9e11527ec
commit
32e713eca6
1 changed files with 3 additions and 3 deletions
|
@ -212,8 +212,8 @@ A successful response is in the form:
|
|||
|
||||
|
||||
{
|
||||
Address: string
|
||||
Data: map[string]string
|
||||
"Address": string
|
||||
"Data": map[string]string
|
||||
}
|
||||
|
||||
|
||||
|
@ -230,7 +230,7 @@ For this API, the remote driver will receive a POST message to the URL `/IpamDri
|
|||
|
||||
{
|
||||
"PoolID": string
|
||||
"Address: string
|
||||
"Address": string
|
||||
}
|
||||
|
||||
Where:
|
||||
|
|
Loading…
Reference in a new issue