POST
/projects/{project_id}/ratings/typedCreate typed rating via API
Create a new rating of any type (helpful, star, NPS) for a project using API key authentication.
Base URL
https://seggwat.com/api/v1Parameters
project_idpathstringrequiredUnique identifier of the project (MongoDB ObjectId)
Example:
507f1f77bcf86cd799439011Request Body
required
Typed rating creation payload
application/jsonTypedRatingCreateRequest
Request body for creating a typed rating via API key authentication
contextRatingContextContext information for a rating
ratingRatingValuerequiredPolymorphic rating value based on type
Responses
Navigation
