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
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string |
RESPONSES
status: Created
{"Content":"# Title\r\n## Subtitle\r\nContent goes here","ID":3,"MarkdownEnabled":true,"Status":"published","Title":"Title1"}