Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Style a cell in in table through Rest API

Richard Houde June 6, 2024

I am creating a basic table to be uploaded to confluence through the rest API. Everything works as expected until I try to make the text in the cells the color red. I Get an Error 500 internal server error. 

how would I still this cell?

<td><span>Something</span></td>

1 answer

0 votes
Thiago P [Atlassian Support]
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 30, 2025

Hey there @Richard Houde ,

Here's how you can do it using Storage Format:

<td><p><span style="color: rgb(255,86,48);">Some text in red</span></p></td>

The easiest way to confirm this is applying the desired changes to a page, publishing it and then checking it's Storage Format.

You should see this option from the Ellipsis button (3 dots) > Advanced Details > View Storage Format or using the below URL:

https://<your-domain>.atlassian.net/wiki/plugins/viewstorage/viewpagestorage.action?pageId=1234567890

Hope this helps! =]

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events