Products/Create a new tutorial page for an API Product

POST {{portal-host-port}}/portal-api/products/2/docs

Request Body

{"Content"=>"# Title\r\n## Subtitle\r\nContent goes here", "MarkdownEnabled"=>true, "Status"=>"published", "Title"=>"Title1"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring

RESPONSES

status: Created

{"Content":"# Title\r\n## Subtitle\r\nContent goes here","ID":3,"MarkdownEnabled":true,"Status":"published","Title":"Title1"}