Skip to content
Closed
Show file tree
Hide file tree
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
22 changes: 11 additions & 11 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -4337,7 +4337,7 @@
"id": {
"type": "string"
},
"event_type": {
"type": {
"type": "string",
"enum": [
"import",
Expand Down Expand Up @@ -4380,7 +4380,7 @@
}
},
"example": {
"event_type": "import",
"type": "import",
"created_at": "2015-01-28T09:52:53Z",
"status": "failure",
"auto_import": true,
Expand Down Expand Up @@ -21739,7 +21739,7 @@
},
{
"lang": "CLI v2",
"source": "phrase repo_sync list \\\n--account_id abcd1234 \\\n--access_token <token>"
"source": "phrase repo_syncs list \\\n--account_id abcd1234 \\\n--access_token <token>"
}
],
"x-cli-version": "2.24"
Expand Down Expand Up @@ -21803,7 +21803,7 @@
},
{
"lang": "CLI v2",
"source": "phrase repo_sync show \\\n--id <id> \\\n--account_id abcd1234 \\\n--access_token <token>"
"source": "phrase repo_syncs show \\\n--id <id> \\\n--account_id abcd1234 \\\n--access_token <token>"
}
],
"x-cli-version": "2.24"
Expand Down Expand Up @@ -21867,7 +21867,7 @@
},
{
"lang": "CLI v2",
"source": "phrase repo_sync export \\\n--id <repo_sync_id> \\\n--access_token <token>"
"source": "phrase repo_syncs export \\\n--id <repo_sync_id> \\\n--access_token <token>"
}
],
"x-cli-version": "2.24"
Expand Down Expand Up @@ -21931,7 +21931,7 @@
},
{
"lang": "CLI v2",
"source": "phrase repo_sync import \\\n--id <repo_sync_id> \\\n--access_token <token>"
"source": "phrase repo_syncs import \\\n--id <repo_sync_id> \\\n--access_token <token>"
}
],
"x-cli-version": "2.24"
Expand Down Expand Up @@ -22004,7 +22004,7 @@
},
{
"lang": "CLI v2",
"source": "phrase repo_sync events \\\n--id <id> \\\n--account_id abcd1234 \\\n--access_token <token>"
"source": "phrase repo_syncs events \\\n--id <id> \\\n--account_id abcd1234 \\\n--access_token <token>"
}
],
"x-cli-version": "2.24"
Expand All @@ -22014,7 +22014,7 @@
"get": {
"summary": "Get a single Repo Sync Event",
"description": "Shows a single Repo Sync event.",
"operationId": "repo_sync_event/show",
"operationId": "repo_sync/events_show",
"tags": [
"Repo Syncs"
],
Expand Down Expand Up @@ -22071,7 +22071,7 @@
},
{
"lang": "CLI v2",
"source": "phrase repo_sync_event show \\\n--id <id> \\\n--repo_sync_id <repo_sync_id> \\\n--account_id abcd1234 \\\n--access_token <token>"
"source": "phrase repo_syncs show \\\n--id <id> \\\n--repo_sync_id <repo_sync_id> \\\n--account_id abcd1234 \\\n--access_token <token>"
}
],
"x-cli-version": "2.24"
Expand Down Expand Up @@ -22135,7 +22135,7 @@
},
{
"lang": "CLI v2",
"source": "phrase repo_sync deactivate \\\n--id <repo_sync_id> \\\n--access_token <token>"
"source": "phrase repo_syncs deactivate \\\n--id <repo_sync_id> \\\n--access_token <token>"
}
],
"x-cli-version": "2.24"
Expand Down Expand Up @@ -22199,7 +22199,7 @@
},
{
"lang": "CLI v2",
"source": "phrase repo_sync activate \\\n--id <repo_sync_id> \\\n--access_token <token>"
"source": "phrase repo_syncs activate \\\n--id <repo_sync_id> \\\n--access_token <token>"
}
],
"x-cli-version": "2.24"
Expand Down
2 changes: 1 addition & 1 deletion paths/repo_sync_events/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ x-code-samples:
-u USERNAME_OR_ACCESS_TOKEN
- lang: CLI v2
source: |-
phrase repo_sync events \
phrase repo_syncs events \
--id <id> \
--account_id abcd1234 \
--access_token <token>
Expand Down
4 changes: 2 additions & 2 deletions paths/repo_sync_events/show.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
summary: Get a single Repo Sync Event
description: Shows a single Repo Sync event.
operationId: repo_sync_event/show
operationId: repo_sync/events_show
tags:
- Repo Syncs
parameters:
Expand Down Expand Up @@ -36,7 +36,7 @@ x-code-samples:
-u USERNAME_OR_ACCESS_TOKEN
- lang: CLI v2
source: |-
phrase repo_sync_event show \
phrase repo_syncs events_show \
--id <id> \
--repo_sync_id <repo_sync_id> \
--account_id abcd1234 \
Expand Down
2 changes: 1 addition & 1 deletion paths/repo_syncs/activate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ x-code-samples:
-H 'Content-Type: application/json'
- lang: CLI v2
source: |-
phrase repo_sync activate \
phrase repo_syncs activate \
--id <repo_sync_id> \
--access_token <token>
x-cli-version: '2.24'
2 changes: 1 addition & 1 deletion paths/repo_syncs/deactivate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ x-code-samples:
-H 'Content-Type: application/json'
- lang: CLI v2
source: |-
phrase repo_sync deactivate \
phrase repo_syncs deactivate \
--id <repo_sync_id> \
--access_token <token>
x-cli-version: '2.24'
2 changes: 1 addition & 1 deletion paths/repo_syncs/export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ x-code-samples:
-H 'Content-Type: application/json'
- lang: CLI v2
source: |-
phrase repo_sync export \
phrase repo_syncs export \
--id <repo_sync_id> \
--access_token <token>
x-cli-version: '2.24'
2 changes: 1 addition & 1 deletion paths/repo_syncs/import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ x-code-samples:
-H 'Content-Type: application/json'
- lang: CLI v2
source: |-
phrase repo_sync import \
phrase repo_syncs import \
--id <repo_sync_id> \
--access_token <token>
x-cli-version: '2.24'
2 changes: 1 addition & 1 deletion paths/repo_syncs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ x-code-samples:
-u USERNAME_OR_ACCESS_TOKEN
- lang: CLI v2
source: |-
phrase repo_sync list \
phrase repo_syncs list \
--account_id abcd1234 \
--access_token <token>
x-cli-version: '2.24'
2 changes: 1 addition & 1 deletion paths/repo_syncs/show.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ x-code-samples:
-u USERNAME_OR_ACCESS_TOKEN
- lang: CLI v2
source: |-
phrase repo_sync show \
phrase repo_syncs show \
--id <id> \
--account_id abcd1234 \
--access_token <token>
Expand Down
4 changes: 2 additions & 2 deletions schemas/repo_sync_event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repo_sync_event:
properties:
id:
type: string
event_type:
type:
type: string
enum: [import, export]
created_at:
Expand All @@ -28,7 +28,7 @@ repo_sync_event:
- type: string
- type: object
example:
event_type: import
type: import
created_at: '2015-01-28T09:52:53Z'
status: failure
auto_import: true
Expand Down
Loading