You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "**Required scopes:** `project.source.file` (Read only).\n\nSearches source files by name/title across up to 50 caller-supplied projects."
6456
-
operationId: api.search.files.getMany
6457
-
parameters:
6458
-
-
6459
-
name: query
6460
-
in: query
6461
-
description: 'Search files by `name` or `title`'
6462
-
required: true
6463
-
schema:
6464
-
type: string
6465
-
maxLength: 128
6466
-
-
6467
-
name: projectIds
6468
-
in: query
6469
-
description: 'Project identifiers to search across. Get via [List Projects](#operation/api.projects.getMany). It can be one project or a list of comma-separated ones (max 50)'
description: "**Required scopes:** `project.source.string` (Read only).\n\nSearches source strings by text/context/key across up to 50 caller-supplied projects."
14386
-
operationId: api.search.strings.getMany
14387
-
parameters:
14388
-
-
14389
-
name: query
14390
-
in: query
14391
-
description: 'Search strings by the fields selected in `scope`'
14392
-
required: true
14393
-
schema:
14394
-
type: string
14395
-
maxLength: 128
14396
-
-
14397
-
name: projectIds
14398
-
in: query
14399
-
description: 'Project identifiers to search across. Get via [List Projects](#operation/api.projects.getMany). It can be one project or a list of comma-separated ones (max 50)'
14400
-
required: true
14401
-
schema:
14402
-
type: string
14403
-
example: '1,2,3'
14404
-
-
14405
-
name: scope
14406
-
in: query
14407
-
description: 'Specify field to be the target of filtering. One of: `all`, `text`, `context`, `key`. Default is `all`'
description: "**Required scopes:** `project.translation` (Read only).\n\nSearches target-language translations by text across up to 50 caller-supplied projects."
16333
-
operationId: api.search.translations.getMany
16334
-
parameters:
16335
-
-
16336
-
name: query
16337
-
in: query
16338
-
description: 'Search translations by `text`'
16339
-
required: true
16340
-
schema:
16341
-
type: string
16342
-
maxLength: 128
16343
-
-
16344
-
name: projectIds
16345
-
in: query
16346
-
description: 'Project identifiers to search across. Get via [List Projects](#operation/api.projects.getMany). It can be one project or a list of comma-separated ones (max 50)'
16347
-
required: true
16348
-
schema:
16349
-
type: string
16350
-
example: '1,2,3'
16351
-
-
16352
-
name: languageIds
16353
-
in: query
16354
-
description: 'Filter by target language identifier. Get via [Project Target Languages](#operation/api.projects.get). It can be one language or a list of comma-separated ones'
message: 'The search was too broad to complete within the time limit'
16397
-
code: 422
16398
16185
'/projects/{projectId}/votes':
16399
16186
get:
16400
16187
tags:
@@ -55331,9 +55118,6 @@ tags:
55331
55118
-
55332
55119
name: 'Source Strings'
55333
55120
description: "\nSource strings are the text units for translation. Instead of modifying source files, you can manage source strings one by one.\n\nUse API to add, edit, or delete some specific strings in the source-based and files-based projects (available only for the following file formats: CSV, RESX, JSON, Android XML, iOS strings, PROPERTIES, XLIFF).\n"
55334
-
-
55335
-
name: Search
55336
-
description: 'Search across multiple projects in your organization in a single request.'
55337
55121
-
55338
55122
name: 'String/Asset Translations'
55339
55123
description: 'Use API to add or remove strings/asset translations, approvals, and votes.'
0 commit comments