API Availability for Documentation in Mendixs Domain Model Entities and Microflows?

0
Hello experts, Does anyone know if Mendix provides an API for accessing and manipulating documentation in domain model entities and microflows? I'm looking to retrieve and update documentation programmatically, ensuring it remains accurate and up to date. Any insights or alternatives on how can I get the documentation in Mendix codefully would be greatly appreciated. Thanks!
asked
1 answers
0

You might want to try out the Model SDK. Did not try it myself but from the model it seems you can manipulate the documentation: https://apidocs.rnd.mendix.com/modelsdk/latest/classes/domainmodels.entity.html#documentation

Regards,

Ronald

 

answered