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
- GETGET list LQA profiles
- POSTCreate LQA profile
- GETGet list of LQA profile authors
- GETGet LQA profile default values
- GETGet LQA profile details
- PUTUpdate LQA profile
- DELDelete LQA profile
- POSTMake LQA profile default
- POSTDuplicate LQA profile
- POSTRun quality assurance (batch)deprecated
- POSTEdit ignored checks
- POSTAdd ignored warnings
- DELDelete ignored warnings
- POSTRun quality assurancedeprecated
- GET
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow Step
- XML Assistant
Quality Assurance
Make LQA profile default
POST
/
api2
/
v1
/
lqa
/
profiles
/
{profileUid}
/
default
Make LQA profile default
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/lqa/profiles/{profileUid}/default
Copy
Ask AI
{
"uid": "string",
"name": "<string>",
"isDefault": true,
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"organization": {
"uid": "<string>"
}
}
Path Parameters
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Make LQA profile default
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/lqa/profiles/{profileUid}/default
Copy
Ask AI
{
"uid": "string",
"name": "<string>",
"isDefault": true,
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"organization": {
"uid": "<string>"
}
}
Assistant
Responses are generated using AI and may contain mistakes.