Hi,
we want to move from API v1 to v2 in confluence cloud.
/wiki/rest/api/space?expand=icon
/wiki/api/v2/spaces
On the new v2 API the icon property comes by default but for me is always null is this intended?
Thanks in advance.
Hi,
we want to move from API v1 to v2 in confluence cloud.
/wiki/rest/api/space?expand=icon
/wiki/api/v2/spaces
On the new v2 API the icon property comes by default but for me is always null is this intended?
Thanks in advance.
Hi,
Can you try fetching it using:
?include-icon=true
Seems this accidentally missed being in the docs. We will get it added ASAP!