diff --git a/doc/compiled.json b/doc/compiled.json index 5c62104c..19b9d71f 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -13396,7 +13396,7 @@ }, { "lang": "CLI v2", - "source": "phrase gitlab_syncs list \\\n--account_id abcd1234 \\\n--access_token " + "source": "phrase git_lab_sync list \\\n--account_id abcd1234 \\\n--access_token " } ], "x-cli-version": "2.5" @@ -13466,7 +13466,7 @@ }, { "lang": "CLI v2", - "source": "phrase gitlab_syncs show \\\n--id \\\n--account_id abcd1234 \\\n--access_token " + "source": "phrase git_lab_sync show \\\n--id \\\n--account_id abcd1234 \\\n--access_token " } ], "x-cli-version": "2.5" @@ -13561,7 +13561,7 @@ }, { "lang": "CLI v2", - "source": "phrase gitlab_syncs update \\\n--id \\\n--data '{\"account_id\":\"abcd1234\", \"phrase_project_code\":\"3456abcd\", \"gitlab_project_id\":\"12345\", \"gitlab_branch_name\":\"feature-development\"}' \\\n--access_token " + "source": "phrase git_lab_sync update \\\n--id \\\n--data '{\"account_id\":\"abcd1234\", \"phrase_project_code\":\"3456abcd\", \"gitlab_project_id\":\"12345\", \"gitlab_branch_name\":\"feature-development\"}' \\\n--access_token " } ], "x-cli-version": "2.5" @@ -13611,7 +13611,7 @@ }, { "lang": "CLI v2", - "source": "phrase gitlab_syncs delete \\\n--id \\\n--account_id abcd1234 \\\n--access_token " + "source": "phrase git_lab_sync delete \\\n--id \\\n--account_id abcd1234 \\\n--access_token " } ], "x-cli-version": "2.5" @@ -13678,7 +13678,7 @@ }, { "lang": "CLI v2", - "source": "phrase gitlab_syncs import \\\n--gitlab_sync_id \\\n--data '{\"account_id\":\"abcd1234\"}' \\\n--access_token " + "source": "phrase git_lab_sync import \\\n--gitlab_sync_id \\\n--data '{\"account_id\":\"abcd1234\"}' \\\n--access_token " } ], "requestBody": { @@ -13757,7 +13757,7 @@ }, { "lang": "CLI v2", - "source": "phrase gitlab_syncs export \\\n--gitlab_sync_id \\\n--data '{\"account_id\":\"abcd1234\"}' \\\n--access_token " + "source": "phrase git_lab_sync export \\\n--gitlab_sync_id \\\n--data '{\"account_id\":\"abcd1234\"}' \\\n--access_token " } ], "requestBody": { diff --git a/paths/gitlab_syncs/destroy.yaml b/paths/gitlab_syncs/destroy.yaml index 9621aef7..1b70a204 100644 --- a/paths/gitlab_syncs/destroy.yaml +++ b/paths/gitlab_syncs/destroy.yaml @@ -32,7 +32,7 @@ x-code-samples: -H 'Content-Type: application/json' - lang: CLI v2 source: |- - phrase gitlab_syncs delete \ + phrase git_lab_sync delete \ --id \ --account_id abcd1234 \ --access_token diff --git a/paths/gitlab_syncs/export.yaml b/paths/gitlab_syncs/export.yaml index 087e148f..ed28e1b3 100644 --- a/paths/gitlab_syncs/export.yaml +++ b/paths/gitlab_syncs/export.yaml @@ -37,7 +37,7 @@ x-code-samples: -H 'Content-Type: application/json' - lang: CLI v2 source: |- - phrase gitlab_syncs export \ + phrase git_lab_sync export \ --gitlab_sync_id \ --data '{"account_id":"abcd1234"}' \ --access_token diff --git a/paths/gitlab_syncs/import.yaml b/paths/gitlab_syncs/import.yaml index 0dc831eb..64a217a6 100644 --- a/paths/gitlab_syncs/import.yaml +++ b/paths/gitlab_syncs/import.yaml @@ -41,7 +41,7 @@ x-code-samples: -H 'Content-Type: application/json' - lang: CLI v2 source: |- - phrase gitlab_syncs import \ + phrase git_lab_sync import \ --gitlab_sync_id \ --data '{"account_id":"abcd1234"}' \ --access_token diff --git a/paths/gitlab_syncs/index.yaml b/paths/gitlab_syncs/index.yaml index fd0694bf..d5dbcc7a 100644 --- a/paths/gitlab_syncs/index.yaml +++ b/paths/gitlab_syncs/index.yaml @@ -43,7 +43,7 @@ x-code-samples: -u USERNAME_OR_ACCESS_TOKEN - lang: CLI v2 source: |- - phrase gitlab_syncs list \ + phrase git_lab_sync list \ --account_id abcd1234 \ --access_token x-cli-version: '2.5' diff --git a/paths/gitlab_syncs/show.yaml b/paths/gitlab_syncs/show.yaml index 0a6c03f7..f4405dfe 100644 --- a/paths/gitlab_syncs/show.yaml +++ b/paths/gitlab_syncs/show.yaml @@ -40,7 +40,7 @@ x-code-samples: -u USERNAME_OR_ACCESS_TOKEN - lang: CLI v2 source: |- - phrase gitlab_syncs show \ + phrase git_lab_sync show \ --id \ --account_id abcd1234 \ --access_token diff --git a/paths/gitlab_syncs/update.yaml b/paths/gitlab_syncs/update.yaml index 8c26d8c3..6c0e52aa 100644 --- a/paths/gitlab_syncs/update.yaml +++ b/paths/gitlab_syncs/update.yaml @@ -61,7 +61,7 @@ x-code-samples: -H 'Content-Type: application/json' - lang: CLI v2 source: |- - phrase gitlab_syncs update \ + phrase git_lab_sync update \ --id \ --data '{"account_id":"abcd1234", "phrase_project_code":"3456abcd", "gitlab_project_id":"12345", "gitlab_branch_name":"feature-development"}' \ --access_token