Fix the server group "policy" field type in api-ref
The server group policy field added in v2.64 is a string but the API reference says the parameter is an object. This patch changes it from "object" to "string". Change-Id: I1b4efe8afb302d94c810389e124c5370cbe72ddf Closes-bug: #1830800
This commit is contained in:
parent
37ccd7ec3a
commit
9614354535
@ -5365,7 +5365,7 @@ policy_name:
|
||||
instead of resulting in a build failure.
|
||||
in: body
|
||||
required: true
|
||||
type: object
|
||||
type: string
|
||||
min_version: 2.64
|
||||
policy_rules:
|
||||
description: |
|
||||
|
Loading…
Reference in New Issue
Block a user