Skip to content

Commit

Permalink
update descriptions for new parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
malvarezphrase committed Sep 25, 2024
1 parent f60d0a6 commit 235a9a3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -8775,6 +8775,24 @@
"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": null,
"name": "use_translation_key_prefix_as_filter",
"in": "query",
"schema": {
"type": "boolean"
}
},
{
"name": "custom_metadata_filters",
"in": "query",
Expand Down

0 comments on commit 235a9a3

Please sign in to comment.