Skip to content

Commit 2e3434b

Browse files
authored
docs(API): mark target_locale_id required (#934)
1 parent 501bd0f commit 2e3434b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/compiled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21698,7 +21698,7 @@
2169821698
"example": "mykey* translated:true"
2169921699
},
2170021700
"target_locale_id": {
21701-
"description": "Locale used to exlcude or include keys.",
21701+
"description": "Exclude translations in locale",
2170221702
"type": "string",
2170321703
"example": "abcd1234abcd1234abcd1234abcd1234"
2170421704
},
@@ -21792,7 +21792,7 @@
2179221792
"example": "mykey* translated:true"
2179321793
},
2179421794
"target_locale_id": {
21795-
"description": "Locale used to exlcude or include keys.",
21795+
"description": "Include translations in locale",
2179621796
"type": "string",
2179721797
"example": "abcd1234abcd1234abcd1234abcd1234"
2179821798
},

paths/keys/exclude.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ requestBody:
6969
type: string
7070
example: mykey* translated:true
7171
target_locale_id:
72-
description: Locale used to exlcude or include keys.
72+
description: Exclude translations in locale
7373
type: string
7474
example: abcd1234abcd1234abcd1234abcd1234
7575
tags:

paths/keys/include.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ requestBody:
7070
type: string
7171
example: mykey* translated:true
7272
target_locale_id:
73-
description: Locale used to exlcude or include keys.
73+
description: Include translations in locale
7474
type: string
7575
example: abcd1234abcd1234abcd1234abcd1234
7676
tags:

0 commit comments

Comments
 (0)