Skip to content

Commit f116e93

Browse files
authored
Docs: tags can be up to 128 chars (#2678)
1 parent 6137338 commit f116e93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/tags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Tags allow you to easily filter runs in the dashboard and when usi
55

66
## What are tags?
77

8-
We support up to 10 tags per run. Each one must be a string between 1 and 64 characters long.
8+
We support up to 10 tags per run. Each one must be a string between 1 and 128 characters long.
99

1010
We recommend prefixing your tags with their type and then an underscore or colon. For example, `user_123456` or `video:123`.
1111

docs/v3-openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ components:
18281828
example: ["user_5df987al13", "org_c6b7dycmxw"]
18291829
items:
18301830
type: string
1831-
description: A tag must be between 1 and 64 characters, a run can have up to 5 tags attached to it.
1831+
description: A tag must be between 1 and 128 characters, a run can have up to 10 tags attached to it.
18321832
costInCents:
18331833
type: number
18341834
example: 0.00292
@@ -2005,7 +2005,7 @@ components:
20052005
example: ["user_5df987al13", "org_c6b7dycmxw"]
20062006
items:
20072007
type: string
2008-
description: A tag must be between 1 and 64 characters, a run can have up to 5 tags attached to it.
2008+
description: A tag must be between 1 and 128 characters, a run can have up to 10 tags attached to it.
20092009
metadata:
20102010
type: object
20112011
description: The metadata of the run. See [Metadata](/runs/metadata) for more information.

0 commit comments

Comments
 (0)