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:
yanpuqing 2018-06-11 05:33:39 -04:00
parent d3365c6e80
commit ba30fe4a51
1 changed files with 1 additions and 1 deletions

View File

@ -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.