Skip to main content
PUT
Import From Markdown

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request model for importing a journal from markdown.

markdown
string
required

The markdown content to import.

title
string | null
default:Imported Journal

The title of the journal, if you want to provide one.

team_slug
string | null

The team slug that the journal is associated with

Response

Successful Response

Response model for importing a journal from markdown.

success
boolean
required
message
string | null
journal_id
string | null
journal_url
string | null
timestamp
string