Products/Update a tutorial page

PUT {{portal-host-port}}/portal-api/products/2/docs/3

Request Body

{"Content"=>"<p>HTML</p>", "ID"=>5, "MarkdownEnabled"=>false, "Status"=>"published", "Title"=>"Title1"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring

RESPONSES

status: OK

{&quot;Content&quot;:&quot;\u003cp\u003eHTML\u003c/p\u003e&quot;,&quot;ID&quot;:5,&quot;MarkdownEnabled&quot;:false,&quot;Status&quot;:&quot;published&quot;,&quot;Title&quot;:&quot;Title1&quot;}