Skip to content

Commit 4d6d399

Browse files
Add feature availability info to automation endpoints
1 parent 580a25a commit 4d6d399

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

doc/compiled.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28312,7 +28312,7 @@
2831228312
},
2831328313
"post": {
2831428314
"summary": "Create an automation",
28315-
"description": "Create a new automation.",
28315+
"description": "Create a new automation.\n\nFor feature availability, see [Jobs (Strings)](https://support.phrase.com/hc/en-us/articles/5784100517788-Jobs-Strings).\n",
2831628316
"operationId": "automation/create",
2831728317
"tags": [
2831828318
"Automations"
@@ -28453,7 +28453,7 @@
2845328453
"/accounts/{account_id}/automations/{automation_id}": {
2845428454
"get": {
2845528455
"summary": "Get a single automation",
28456-
"description": "Get details of a single automation.",
28456+
"description": "Get details of a single automation.\n\nFor feature availability, see [Jobs (Strings)](https://support.phrase.com/hc/en-us/articles/5784100517788-Jobs-Strings).\n",
2845728457
"operationId": "automation/show",
2845828458
"tags": [
2845928459
"Automations"
@@ -28514,7 +28514,7 @@
2851428514
},
2851528515
"patch": {
2851628516
"summary": "Update an automation",
28517-
"description": "Update an existing automation.",
28517+
"description": "Update an existing automation.\n\nFor feature availability, see [Jobs (Strings)](https://support.phrase.com/hc/en-us/articles/5784100517788-Jobs-Strings).\n",
2851828518
"operationId": "automation/update",
2851928519
"tags": [
2852028520
"Automations"
@@ -28653,7 +28653,7 @@
2865328653
},
2865428654
"delete": {
2865528655
"summary": "Destroy automation",
28656-
"description": "Destroy an automation of an account.\n\nThis endpoint is only available to accounts with advanced plans or above.\n",
28656+
"description": "Destroy an automation of an account.\n\nFor feature availability, see [Jobs (Strings)](https://support.phrase.com/hc/en-us/articles/5784100517788-Jobs-Strings).\n",
2865728657
"operationId": "automation/delete",
2865828658
"tags": [
2865928659
"Automations"

paths/automations/create.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
summary: Create an automation
3-
description: Create a new automation.
3+
description: |
4+
Create a new automation.
5+
6+
For feature availability, see [Jobs (Strings)](https://support.phrase.com/hc/en-us/articles/5784100517788-Jobs-Strings).
47
operationId: automation/create
58
tags:
69
- Automations

paths/automations/destroy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ summary: Destroy automation
33
description: |
44
Destroy an automation of an account.
55
6-
This endpoint is only available to accounts with advanced plans or above.
6+
For feature availability, see [Jobs (Strings)](https://support.phrase.com/hc/en-us/articles/5784100517788-Jobs-Strings).
77
operationId: automation/delete
88
tags:
99
- Automations

paths/automations/show.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
summary: Get a single automation
3-
description: Get details of a single automation.
3+
description: |
4+
Get details of a single automation.
5+
6+
For feature availability, see [Jobs (Strings)](https://support.phrase.com/hc/en-us/articles/5784100517788-Jobs-Strings).
47
operationId: automation/show
58
tags:
69
- Automations

paths/automations/update.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
summary: Update an automation
3-
description: Update an existing automation.
3+
description: |
4+
Update an existing automation.
5+
6+
For feature availability, see [Jobs (Strings)](https://support.phrase.com/hc/en-us/articles/5784100517788-Jobs-Strings).
47
operationId: automation/update
58
tags:
69
- Automations

0 commit comments

Comments
 (0)