POST
/
api2
/
v1
/
lqa
/
profiles
/
{profileUid}
/
default
Make LQA profile default
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/lqa/profiles/{profileUid}/default
{
  "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

profileUid
string
required

Response

200
application/json

successful operation

The response is of type object.