From 601f82ac24038a40dc48579fc3928b6e0f0373bf Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Mon, 19 Feb 2018 22:11:44 -0500 Subject: [PATCH] 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 --- api-ref/source/v2/images-images-v2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/v2/images-images-v2.inc b/api-ref/source/v2/images-images-v2.inc index 4efb99813a..14db8657a0 100644 --- a/api-ref/source/v2/images-images-v2.inc +++ b/api-ref/source/v2/images-images-v2.inc @@ -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.