summaryrefslogtreecommitdiff
path: root/api-ref/source/flavors.inc
diff options
context:
space:
mode:
Diffstat (limited to 'api-ref/source/flavors.inc')
-rw-r--r--api-ref/source/flavors.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/api-ref/source/flavors.inc b/api-ref/source/flavors.inc
index 0216ce2983..52577667ec 100644
--- a/api-ref/source/flavors.inc
+++ b/api-ref/source/flavors.inc
@@ -60,6 +60,15 @@ Creates a flavor.
Creating a flavor is typically only available to administrators of a
cloud because this has implications for scheduling efficiently in the cloud.
+.. note::
+ Flavors with special characters in the flavor ID, except the hyphen '-',
+ underscore '_', spaces and dots '.', are not permitted.
+
+ Flavor IDs are meant to be UUIDs. Serialized strings separated/grouped by "-"
+ represent the default flavor ID or UUID. eg: 01cc74d8-4816-4bef-835b-e36ff188c406.
+
+ Only for backward compatibility, an integer as a flavor ID is permitted.
+
Normal response codes: 200
Error response codes: badRequest(400), unauthorized(401), forbidden(403),