Skip to content

Commit

Permalink
add new download parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
malvarezphrase committed Sep 24, 2024
1 parent 7161c93 commit c503cc7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions paths/locales/download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,18 @@ parameters:
in: query
schema:
type: string
- description: Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a <code>tag</code> parameter indicating a specific job.
example: "prefix_"
name: translation_key_prefix
in: query
schema:
type: string
- description: Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a <code>tag</code> parameter indicating a specific job.
example:
name: use_translation_key_prefix_as_filter
in: query
schema:
type: boolean
- name: custom_metadata_filters
in: query
description: |
Expand Down

0 comments on commit c503cc7

Please sign in to comment.