Update a tutorial page
Update a tutorial page including its metadata and content
Authorizations
Path Parameters
UID of an API Product
1
UID of a tutorial page
1
Body
Title of the post
Status of the post (e.g., draft, published)
Short summary or lead paragraph of the post
Full content of the post
URL path for the post
IDs of existing categories to associate with the post
IDs of existing tags to associate with the post
Whether Markdown is enabled for this post
Content of the post in Markdown format, if Markdown is enabled
Preview content of the post
Response
OK
Unique identifier for the post
1
Content of this tutorial page. If MarkdownEnabled is true then content of this tutorial page is treated as Markdown text and as HTML otherwise
"# Title\r\n## Subtitle\r\nContent goes here"
Switches content between Markdown and HTML versions
true
Status of the post (e.g., draft, published)
published, draft, review "published"
Title of the post
"Get started this API Product"
Short summary or lead paragraph of the post
Type of the post (e.g., article, news)
URL path for the post
List of categories associated with the post
List of tags associated with the post
Timestamp of when this post was created
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$"2023-06-25 13:37"
Timestamp of when this post was last updated
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$"2023-06-25 13:37"