Update test case tags
Test Cases
Update test case tags
Replaces the tags on a test case and attempts to update the source file. Access is derived from the test case’s project, returning 403 when the caller cannot access it.
PATCH
Update test case tags
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Playwright test ID (pw_test_id), the 41-character hash identifying the test case.
Minimum string length:
1Body
application/json
Array of tags to assign to the test case.