Skip to content

Add a comment to a studio request

POST
/api/v1/studio-requests/{request_id}/comments

Adds a customer comment to their organization's request.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Parameters

Path Parameters

request_id*
Type
string
Required
Format
"uuid"

Request Body

application/json
JSON
{
  
"content": "string",
  
"is_internal": false
}

Responses

Successful Response

application/json
JSON
{
  
"id": "string",
  
"request_id": "string",
  
"user_id": "string",
  
"user_name": "string",
  
"user_email": "string",
  
"content": "string",
  
"is_internal": true,
  
"created_at": "string"
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation