Merge "Do not mention that tags are case sensitive in docs"

This commit is contained in:
Jenkins 2017-07-19 17:32:57 +00:00 committed by Gerrit Code Review
commit 28fe91ffea
3 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -5016,8 +5016,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

View File

@ -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