Skip to content
Merged
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
9 changes: 9 additions & 0 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down