Skip to content

Commit c4b51a4

Browse files
Adding limitations on team-handle characters (DataDog#25042)
* Adding limitations on team-handle characters Differentiating between the rules for team-handle vs team-name characters * Update content/en/account_management/teams/_index.md Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> --------- Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com>
1 parent ff7684c commit c4b51a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/en/account_management/teams/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ Access the team directory page from [Organization Settings][1] or by navigating
2424
1. Provide an optional **Description**.
2525
1. Click **Create**.
2626

27-
**Note:** Allowed characters for team names and team handles are `a-z`, `A-Z`, `0-9`, and `._-:/`. Replace spaces with underscores.
27+
**Notes**:
28+
29+
- Allowed characters for team names are `a-z`, `A-Z`, `0-9`, and `._-:/`. Replace spaces with underscores.
30+
- Allowed characters for team handles are `a-z`, `0-9`, and `._-:/`. The last character cannot be an underscore.
2831

2932
### Modify team
3033

0 commit comments

Comments
 (0)