summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2018-02-19 22:11:44 -0500
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2018-02-19 22:11:44 -0500
commit601f82ac24038a40dc48579fc3928b6e0f0373bf (patch)
tree99d85665c7c5a07ba204b66dde6f0b98373e400f
parentf2f8637d9c5194e4ff16f8ee2e29a75fe076471e (diff)
downloadglance-601f82ac24038a40dc48579fc3928b6e0f0373bf.tar.gz
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
-rw-r--r--api-ref/source/v2/images-images-v2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-ref/source/v2/images-images-v2.inc b/api-ref/source/v2/images-images-v2.inc
index 4efb99813..14db8657a 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.