Skip to main content
POST
/
api
/
v2
/
projects
/
{project_id}
/
completion-feedback
/
id
/
{completion_id}
Add Completion Feedback
curl --request POST \
  --url https://{host}.freeplay.ai/api/v2/projects/{project_id}/completion-feedback/id/{completion_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required
completion_id
string
required

Body

application/json
{key}

Response

201 - application/json

SimpleResponseWithMessage(message: str)

message
string
required