Render a markup document as HTML
POST
/markup
Authorizations
Section titled “Authorizations”Request Body
Section titled “Request Body”Media typeapplication/json
MarkupOption markup options
object
BranchPath
The current branch path where the form gets posted
string
Context
Context to render
string
FilePath
File path for detecting extension in file mode
string
Mode
Mode to render (comment, gfm, markdown, file)
string
Text
Text markup to render
string
Wiki
Is it a wiki page ?
boolean
Examplegenerated
{ "BranchPath": "example", "Context": "example", "FilePath": "example", "Mode": "example", "Text": "example", "Wiki": true}Responses
Section titled “Responses”MarkupRender is a rendered markup document
Media typetext/html
string
APIValidationError is error format response related to input validation
Media typetext/html
object
message
string
url
string