Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel3

...

Add BDD Configuration

POST /rest/admin/bddConfiguration/add

Request

Content-Type: application/json

...

List BDD Repositories

POST /rest/admin/bddConfiguration/list

Description

List of configured BDD repositories.

Request

Content-Type: application/json

...

Name

Located in

Required

Description

Default

Schema

projectID

body

yes

ID of project for which you want list of BDD repository

-

integer

start

query

no

The index of the first item to return in a page of results

-

integer

limit

query

no

The maximum number of items to return per page. The maximum is 50.

-

integer

page

query

no

The page number.

-

integer

Response

Content-Type: application/json

...

Test BDD Credentials

POST /rest/admin/bddConfiguration/test

Description

Test the BDD configuration

Request

Content-Type: application/json

...

Update BDD Configuration

POST /rest/admin/bddConfiguration/update

Request

Content-Type: application/json
Parameters

...

Delete BDD Configuration

POST /rest/admin/bddConfiguration/delete

Request

Content-Type: application/json

...

string

Name

Located in

Required

Description

Default

Schema

body

body

no

-

requests

body

yes

JsonArray of Requests

-

JsonArray

...