Correct length limit for custom property value

The api-ref states that the both the key and value of a custom
property are limited to 255 chars.  This limit applies only to
the key.

Change-Id: I3bacca8b25f2a8339f6d8758e45c690da9968555
Closes-bug: #1748900
This commit is contained in:
Brian Rosmaita 2018-02-19 22:11:44 -05:00
parent f2f8637d9c
commit 601f82ac24
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ Request
- visibility: visibility-in-request
Additionally, you may include additional properties specified as key:value
pairs, where the value must be a string data type. Keys and values are limited
pairs, where the value must be a string data type. Keys are limited
to 255 chars in length. Available key names may be limited by the cloud's
property protection configuration.