POST
/projects/{project_id}/ratingsCreate rating via API (helpful type)
Create a new helpful rating (thumbs up/down) for a project using API key authentication. For other rating types (star, NPS), use the /ratings/typed endpoint.
Base URL
https://seggwat.com/api/v1Parameters
project_idpathstringrequiredUnique identifier of the project (MongoDB ObjectId)
Example:
507f1f77bcf86cd799439011Request Body
required
Rating creation payload
application/jsonRatingCreateRequest
Request body for creating a helpful rating via API key authentication (legacy format)
pathstringOptional URL path where the rating relates to
Example:
/docs/getting-startedsubmitted_bystringOptional user identifier who submitted the rating
Example:
user-abc-123valuebooleanrequiredRating value - true for helpful, false for not helpful
Example:
trueversionstringOptional application version to track ratings against specific releases
Example:
2.1.0Responses
Navigation
