Skip to main content
POST
/
api
/
v1
/
:team_slug
/
:app_slug
/
channels
/
{channel_id}
/
content
Error
A valid request URL is required to generate request examples
{
  "data": {
    "created_at": "<string>",
    "field_type": "<string>",
    "id": "<string>",
    "parent_id": "<string>",
    "parent_type": "<string>",
    "preview": [
      "<string>"
    ],
    "relationships": [
      "<string>"
    ],
    "updated_at": "<string>",
    "value": "<string>"
  },
  "details": [
    "<string>"
  ],
  "success": true
}

Path Parameters

team_slug
string
required

Team slug

app_slug
string
required

App slug

channel_id
string
required

Channel ID

Body

application/json

Channel content data

field_type
enum<string>
required
Available options:
name,
description,
short_description,
html_description,
html_short_description,
meta_title,
meta_description,
slug,
category,
collection,
tag,
attribute,
image
parent_id
string
required
parent_type
enum<string>
required
Available options:
product,
variant
relationships
string[]
value
string

Response

OK

data
object
details
string[]

Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes

success
boolean