Skip to main content
POST
Move tests into a folder

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
testIds
string[]
required

The tests to file. Ids that no longer exist are skipped and reported back.

folderId
string | null

The destination folder, or null to take the tests out of their folders.

Response

Successful response

message
string
movedTestIds
string[]

Tests that changed folder.

unchangedTestIds
string[]

Tests that were already in that folder.

skippedTestIds
string[]

Ids that do not belong to any test in this organisation.