Skip to content

One case as its Markdown block

GET
/v1/test-cases/{id}/markdown
curl --request GET \
--url https://beta-api.plune.ai/v1/test-cases/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/markdown \
--header 'Authorization: Bearer <token>'

The case’s <!-- test --> block alone — no suite block around it, so pasting it into POST /v1/test-cases/markdown edits the case where it is (D9). What «Copy as Markdown» copies.

id
required
string format: uuid

The block

Media type text/markdown
string

No / invalid token or session

No such case in the caller’s project

Media type application/json
object
error
required
string
Example generated
{
"error": "example"
}