Skip to content

Commit fbc5974

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

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

doc/compiled.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28698,6 +28698,7 @@
2869828698
"/accounts/{account_id}/automations/{automation_id}/activate": {
2869928699
"post": {
2870028700
"summary": "Activate an automation",
28701+
"description": "Activate an automation.\n\nFor feature availability, see [Jobs (Strings)](https://support.phrase.com/hc/en-us/articles/5784100517788-Jobs-Strings).\n",
2870128702
"operationId": "automation/activate",
2870228703
"tags": [
2870328704
"Automations"
@@ -28760,6 +28761,7 @@
2876028761
"/accounts/{account_id}/automations/{automation_id}/deactivate": {
2876128762
"post": {
2876228763
"summary": "Deactivate an automation",
28764+
"description": "Deactivate an automation.\n\nFor feature availability, see [Jobs (Strings)](https://support.phrase.com/hc/en-us/articles/5784100517788-Jobs-Strings).\n",
2876328765
"operationId": "automation/deactivate",
2876428766
"tags": [
2876528767
"Automations"

paths/automations/activate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
summary: Activate an automation
3+
description: |
4+
Activate an automation.
5+
6+
For feature availability, see [Jobs (Strings)](https://support.phrase.com/hc/en-us/articles/5784100517788-Jobs-Strings).
37
operationId: automation/activate
48
tags:
59
- Automations

paths/automations/deactivate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
summary: Deactivate an automation
3+
description: |
4+
Deactivate an automation.
5+
6+
For feature availability, see [Jobs (Strings)](https://support.phrase.com/hc/en-us/articles/5784100517788-Jobs-Strings).
37
operationId: automation/deactivate
48
tags:
59
- Automations

0 commit comments

Comments
 (0)