diff --git a/spec/openapi.yaml b/spec/openapi.yaml index 314ec8ee..4c1a5dab 100644 --- a/spec/openapi.yaml +++ b/spec/openapi.yaml @@ -8369,6 +8369,15 @@ paths: description: The account's unique identifier. This can be found in the Smartling Dashboard under Account Settings > API. schema: type: string + - name: jobUids + in: query + required: false + description: (Optional) Filter results to the specified list of translation job identifiers (max 200). + schema: + type: array + items: + type: string + maxItems: 200 responses: 200: