Versions Compared

Key

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

...

Version 8.6.3Version 8.6.4


Code Block
titleRequest Body
{
    "start": 0,
    "limit": 10,
    "page": 1,
    "params": {
        "releaseID":10925,
		"showArchive": true
    }
}



Code Block
languagejs
titleRequest Body
{
    "start": 0,
    "limit": 10,
    "page": 1,
    "params":
        {
            "releaseID": [3190,3191],
            "showArchive": true
        }
    
}


Add BDD Configuration

API/rest/admin/bddConfiguration/add
MethodPOST
Impact of changeLow
Backward CompatibilityYes
Reason for changeAdded support for GitLab. Git Hub can also be authenticated with new "accessToken" parameter field in request body
ChangesAdded below field in the request:
  • accessToken

...