For the complete documentation index, see llms.txt. This page is also available as Markdown.

Matters API

Upload matters CSV for a review cycle

post

Accepts a CSV file upload and associates it with the provided review cycle. Returns 200 OK on success.

Query parameters
reviewCycleIdstring · uuidRequired

Review cycle identifier the uploaded matters belong to.

Example: 7c9e6679-7425-40de-944b-e07fc1f90ae7
Body
filestring · binaryRequired

CSV file containing matters data.

Responses
200

OK — matters CSV accepted and associated with the review cycle.

No content

post/matters-csv/upload-csv

No content

Last updated