Move tests into a folder

File several tests into a folder at once, or unfile them with folderId: null. Ids that no longer exist are skipped rather than failing the call, and a test already in that folder is left alone. To move a single test, PATCH /tests takes folderId too.

post/tests/folders/move

Request body

testIdsstring[] required

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

folderIdstring nullable

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

Response

Successful response

messagestring
movedTestIdsstring[]

Tests that changed folder.

unchangedTestIdsstring[]

Tests that were already in that folder.

skippedTestIdsstring[]

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.