Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Create or update an existing QA profile

URL

(POST) /resources/qa/profile

PARAMETERS

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

profileData

Object containing the QA profile data.

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

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

QA Profile (Object)

RESULTS

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

{
    "profileId": 73
}

 

 

  • No labels