Testsets

Create Testset Revision

Create a new revision on an existing variant.

Creates a revision row without committing content. Most callers instead use /testsets/revisions/commit, which writes the testcases and the revision together.

post/testsets/revisions/

Request body

include_testcasesboolean nullable

Include full testcase objects in the response. Defaults to true when the response would carry revision data.

Response

Successful Response

countinteger

1 if a revision was returned, 0 otherwise.

Changes