POST/projects/{project_id}/ratings/typed

Create typed rating via API

Create a new rating of any type (helpful, star, NPS) for a project using API key authentication.

Base URLhttps://seggwat.com/api/v1

Parameters

project_idpathstringrequired

Unique identifier of the project (MongoDB ObjectId)

Example: 507f1f77bcf86cd799439011

Request Body

required

Typed rating creation payload

application/json
TypedRatingCreateRequest

Request body for creating a typed rating via API key authentication

contextRatingContext

Context information for a rating

ratingRatingValuerequired

Polymorphic rating value based on type

Responses

Navigation