Modify the type of subnet in the api-ref
The type of parameter "subnet-obj" should be object, not string. Change-Id: Ied9802df1f63a59f4af6850bb1d863f5b70ed12f
This commit is contained in:
parent
d3365c6e80
commit
ba30fe4a51
@ -5487,7 +5487,7 @@ subnet-obj:
|
||||
A ``subnet`` object.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
type: object
|
||||
subnet-prefixlen-request:
|
||||
description: |
|
||||
The prefix length to use for subnet allocation from a subnet pool.
|
||||
|
Loading…
Reference in New Issue
Block a user