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:
Yikun Jiang 2019-05-29 09:16:51 +08:00
parent 37ccd7ec3a
commit 9614354535
1 changed files with 1 additions and 1 deletions

View File

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