Skip to main content
PATCH
Update test case tags

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Playwright test ID (pw_test_id), the 41-character hash identifying the test case.

Minimum string length: 1

Body

application/json
tags
string[]
required

Array of tags to assign to the test case.

Response

The updated test case.

data
object
required

The updated test case.

error
object

Present alongside a non-null data only when the update partially failed (e.g. the source file could not be updated).