Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Create or update an existing QA profile

URL

(POSTPUT) /resources/qa/profile

PARAMETERS

The parameters are a JSON object included in the request body:

profileData

Object containing the QA profile dataSet .

When updating a profile, set the object's ID to the profile you want to updateSet .

When creating a profile, set the object's ID to " null" to create a new profile

QA Profile (Object)

RESULTS

The profile's ID will be returned. This can be used when creating a new profile to get it's the generated ID

Code Block
languagejs
{
    "profileId": 73
}

...