Do not mention that tags are case sensitive in docs
Because MySQL is case insensitive by default, and this is something that depends on the database backend in the cloud, let's not mention that tags are case sensitive in the API. Change-Id: I6efa9d6a5c598ac7a5c898d63b6a4b1934560b80 Related-Bug: #1538011
This commit is contained in:
parent
430ec6504b
commit
22f4aedb85
@ -15,8 +15,6 @@ Tags have the following restrictions:
|
||||
|
||||
- Tag is a non-empty string.
|
||||
|
||||
- Tags are case sensitive.
|
||||
|
||||
- '/' is not allowed to be in a tag name
|
||||
|
||||
- Comma is not allowed to be in a tag name in order to simplify requests that
|
||||
|
@ -4978,8 +4978,6 @@ server_tags_create:
|
||||
|
||||
- Tag is a non-empty string.
|
||||
|
||||
- Tags are case sensitive.
|
||||
|
||||
- '/' is not allowed to be in a tag name
|
||||
|
||||
- Comma is not allowed to be in a tag name in order to simplify
|
||||
|
@ -231,7 +231,6 @@ user documentation.
|
||||
|
||||
* Tag is a Unicode bytestring no longer than 60 characters.
|
||||
* Tag is a non-empty string.
|
||||
* Tags are case sensitive.
|
||||
* '/' is not allowed to be in a tag name
|
||||
* Comma is not allowed to be in a tag name in order to simplify requests that
|
||||
specify lists of tags
|
||||
|
Loading…
Reference in New Issue
Block a user