v1

latestOpenAPI 3.1.02026-07-261344388.3 KB
Test events

Update test event

Update an existing test event with partial data.

put/api/projects/{projectId}/test-events/{testEventId}

Path parameters

testEventIdstring uuid required

ID of the test event to update

projectIdstring uuid required

ID of the project containing the test event

Request body

Response

The updated test event

idstring uuid required

Unique identifier of the test event

namestring required

Name of the test event

contextstring required

JSON context data for the test event

category'private' | 'shared' | 'global' required

Category of the test event (private, shared, or global)

projectIdstring uuid required

ID of the project this test event belongs to

userIdstring uuid nullable

ID of the user who owns this test event (for private events)

documentIdstring uuid nullable

ID of the document this test event is associated with