v1

latestOpenAPI 3.1.02026-07-261344388.3 KB
Test events

Upsert test event

Create a new test event or update an existing one if a matching ID is provided.

patch/api/projects/{projectId}/test-events

Path parameters

projectIdstring uuid required

ID of the project containing the test event

Request body

Response

The created or 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