You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So when my plantuml file is called create_user.plantuml, the endpoint would be /create/user.
But this does not work. I am trying to archive grouped endpoints.
Also I would like to combine functions somehting like this:
How to use the
replaceAll
function in a.tpl
file?I tried to use it like this:
So when my plantuml file is called
create_user.plantuml
, the endpoint would be/create/user
.But this does not work. I am trying to archive grouped endpoints.
Also I would like to combine functions somehting like this:
to convert
create_user
toCreateUser
.The text was updated successfully, but these errors were encountered: