POST/projects/{project_id}/review-tasks

Create review task

Create a new review task. New tasks start in `open` status.

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

Parameters

project_idpathstringrequired

Unique identifier of the project (MongoDB ObjectId)

Example: 507f1f77bcf86cd799439011

Request Body

required
application/json
CreateReviewTaskRequest
descriptionstringnullable
titlestringrequired
Example: Review the new pricing page
urlstringnullable

Page the task refers to (http/https).

Responses

Navigation