Skip to main content
GET
/
api
/
v1
/
help
/
articles
/
{slug}
Error
A valid request URL is required to generate request examples
{
  "slug": "<string>",
  "title": "<string>",
  "category": "<string>",
  "order": 123,
  "description": "<string>",
  "reading_time": 123,
  "is_popular": true,
  "is_new": true,
  "content": "<string>",
  "related_pages": [
    "<string>"
  ],
  "tags": [
    "<string>"
  ]
}

Path Parameters

slug
string
required

Response

OK

slug
string
required
title
string
required
category
string
required
order
integer
required
description
string
required
reading_time
integer
required
is_new
boolean
required
content
string
required
tags
string[]
required