Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Tags allow you to easily filter runs in the dashboard and when usi

## What are tags?

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

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

Expand Down
4 changes: 2 additions & 2 deletions docs/v3-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@ components:
example: ["user_5df987al13", "org_c6b7dycmxw"]
items:
type: string
description: A tag must be between 1 and 64 characters, a run can have up to 5 tags attached to it.
description: A tag must be between 1 and 128 characters, a run can have up to 10 tags attached to it.
costInCents:
type: number
example: 0.00292
Expand Down Expand Up @@ -2005,7 +2005,7 @@ components:
example: ["user_5df987al13", "org_c6b7dycmxw"]
items:
type: string
description: A tag must be between 1 and 64 characters, a run can have up to 5 tags attached to it.
description: A tag must be between 1 and 128 characters, a run can have up to 10 tags attached to it.
metadata:
type: object
description: The metadata of the run. See [Metadata](/runs/metadata) for more information.
Expand Down