Logs

Insert project logs events

Insert a set of events into the project logs

post/v1/project_logs/{project_id}/insert

Path parameters

project_idstring uuid required

Project id

Project id

Request body

Response

Returns the inserted row ids

row_idsstring[] required

The ids of all rows that were inserted, aligning one-to-one with the rows provided as input

Changes