I have uml diagram in Mermaid syntax as simle as this:
classDiagram class Animal { +String name +int age +makeSound() } class Dog { +String breed +bark() } class Cat { +String color +meow() } Animal <|-- Dog Animal <|-- Cat
Is there any way to send it in body request to the API so it was visible in Confluence page as diagram not as plain text?
I send request to
me.atlassian.net/wiki/api/v2/pages
with body
Hi @Beata Malczewska ,
You'd need to contact the plugin vendor to ask them how they store the Mermaid diagram. It is likely not directly stored as text on the page.
You'd hope they offer an API for sending Mermaid from external systems.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.