Look up a channel's body syntax
describe_grammarHow to write the body for a channel that has its own markup. Naver Blog has one; every other platform returns not_supported, which is not an error to work around. Call this before writing a Naver Blog body for the first time, or whenever you want something the basics do not cover: highlighting a phrase, a styled table, a collage, an event block, a map with several places. Without a topic you get an overview and the list of topics; with one you get that section in full, including the mistakes that fail silently. The values come from the same grammar the publisher validates against, so what this returns is what publish accepts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Which section. overview (default) sketches the whole thing; directives, attributes, inline, blocks, highlight, media and limits go deep. | |
| platform | Yes | Platform id, e.g. naver_blog. Only naver_blog has body markup today. | |
| workspaceId | No | Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again. |