You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/connectors_import_v3/connectors_import_endpoints.yaml
+39-5Lines changed: 39 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,14 @@ x-paths:
15
15
- Integrating translation requests into your CI/CD pipeline
16
16
- Building custom dashboards or tools that manage translation workflows
17
17
18
+
**Required Permissions:**
19
+
This endpoint is accessible to users with the following roles:
20
+
- **Account Owner** - Full administrative access to the account
21
+
- **Project Manager** - Manages localization at the project level
22
+
- **Requester** - Can submit content for translation
23
+
24
+
For more information about user roles and permissions, see [Introduction to User Roles](https://help.smartling.com/hc/en-us/articles/360056193134).
25
+
18
26
**Prerequisites:**
19
27
1. You must have a configured connector between Smartling TMS and your external system via the Smartling Dashboard
20
28
2. You must have valid asset UIDs and titles from your external system (UID format varies by integration type; title is used as file name prefix in Smartling)
@@ -87,8 +95,13 @@ x-paths:
87
95
pattern: '^[a-z0-9]{7,9}$'
88
96
description: |
89
97
Your Smartling project identifier. Find this in the Smartling Dashboard under **Account Settings > API**.
90
-
91
-
Example: `a1b2c3d4e5`
98
+
99
+
**Validation Rules:**
100
+
- Must be 7-9 characters long
101
+
- Must contain only lowercase letters (a-z) and digits (0-9)
102
+
- Cannot include uppercase letters, hyphens, or special characters
103
+
104
+
Example: `a1b2c3d4e`
92
105
- name: integrationId
93
106
in: path
94
107
required: true
@@ -112,15 +125,20 @@ x-paths:
112
125
The type of connector integration configured in your Smartling project.
113
126
This must match one of the supported integration types.
114
127
128
+
**Validation Rules:**
129
+
- Must be 4-50 characters long
130
+
- Must contain only lowercase letters (a-z) and hyphens (-)
131
+
- Cannot include uppercase letters, digits, underscores, or other special characters
132
+
115
133
**Supported Values** (partial list - more available):
0 commit comments