API Documentation
- Additional Workflow Step
- Analysis
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- Language AI
- Language Quality Assessment
- Machine Translation
- Machine Translation Settings
- Mapping
- Net Rate Scheme
- Notifications
- Price List
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow Step
- XML Assistant
Connector
Upload a file to a subfolder of the selected connector
Upload a file to a subfolder of the selected connector
POST
/
api2
/
v1
/
connectors
/
{connectorId}
/
folders
/
{folder}
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/connectors/{connectorId}/folders/{folder} \
--header 'Content-Type: multipart/form-data' \
--form 'sourceFileName=<string>' \
--form 'subfolderName=<string>' \
--form 'mimeType=<string>' \
--form 'commitMessage=<string>'
Copy
Ask AI
{
"id": "<string>",
"name": "<string>",
"folder": "<string>",
"encodedName": "<string>",
"size": 123,
"error": "<string>",
"asyncTaskId": "<string>",
"errors": {
"errors": [
{
"code": "<string>",
"message": "<string>",
"messageCode": "<string>",
"args": {},
"skipPrefix": true
}
]
}
}
Headers
Available options:
multipart/form-data
Body
multipart/form-data
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/connectors/{connectorId}/folders/{folder} \
--header 'Content-Type: multipart/form-data' \
--form 'sourceFileName=<string>' \
--form 'subfolderName=<string>' \
--form 'mimeType=<string>' \
--form 'commitMessage=<string>'
Copy
Ask AI
{
"id": "<string>",
"name": "<string>",
"folder": "<string>",
"encodedName": "<string>",
"size": 123,
"error": "<string>",
"asyncTaskId": "<string>",
"errors": {
"errors": [
{
"code": "<string>",
"message": "<string>",
"messageCode": "<string>",
"args": {},
"skipPrefix": true
}
]
}
}
Assistant
Responses are generated using AI and may contain mistakes.