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 doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -12129,7 +12129,7 @@
"example": "https://example.atlassian.net/browse/FOO"
},
"tags": {
"description": "tags of keys that should be included within the job",
"description": "tags of keys that should be included within the job.\n\n*Note: a tag matches every key currently carrying that tag, not just the ones you just tagged. For example, if hundreds of pre-existing keys already share the tag `myUploadTag`, adding it here pulls in every one of them, not only the key you just tagged. Use `translation_key_ids` to scope the job to specific keys instead.*\n",
"type": "array",
"items": {
"type": "string"
Expand Down
5 changes: 4 additions & 1 deletion paths/jobs/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ requestBody:
type: string
example: https://example.atlassian.net/browse/FOO
tags:
description: tags of keys that should be included within the job
description: |
tags of keys that should be included within the job.

*Note: a tag matches every key currently carrying that tag, not just the ones you just tagged. For example, if hundreds of pre-existing keys already share the tag `myUploadTag`, adding it here pulls in every one of them, not only the key you just tagged. Use `translation_key_ids` to scope the job to specific keys instead.*
type: array
items:
type: string
Expand Down
Loading