Beta notice
Productboard REST API 2.0 is currently in Beta. Use it for experimentation, prototyping, and early integrations. Please note that individual endpoints may still change before the public release. We’re actively looking for Feedback & Help – let us know what works and what doesn’t. For critical production systems, continue using the Productboard REST API v1.0.
Whether you're crafting a masterpiece in rich text or deciphering one, our handy table below is your ultimate guide. When you're sending rich text to Productboard's API, remember: every tag needs a buddy (all tags must be closed), and attributes should be neatly tucked in quotes.
But here's the twist: our API is quite the curator of rich text. If you send tags that aren't supported to our Notes API, they'll get a stylish makeover (we'll strip them out). In Entity APIs, they'll be met with a 400 response — our way of keeping things neat and tidy on the frontend side.
So, go ahead and get creative with your rich text, but keep it within the lines of our supported tags for a smooth and error-free experience!
Tag | Description |
---|---|
<h1>, <h2> | Headers |
<p> | Paragraph |
<b> | Bold |
<i> | Italics |
<u> | Underline |
<code> | Code |
<ul> | Unordered list |
<ol> | Ordered list |
<li> | List item |
<a> | Link |
<hr/> | Horizontal line |
<pre> | Code block |
<blockquote> | Block quote |
<s> |