I am currently developing an interface for an external ERP to communicate with Magento 2.
I decided to use the REST API and the creation of categories and products already works basically.
However, I still have some minor questions that I don't find answered in the documentation for the REST API. Maybe I also have the wrong sources?
So far I have developed based on this link: https://devdocs.magento.com/redoc/2.3/admin-rest-api.html#tag/categories
Until then good, but I can't find a documentary about the parameters in the payload anywhere. Some are self-explanatory, but for example there is nowhere which parameters are really needed or optional.
Through external tutorials I have noticed that I only need a few parameters from the payload to create a category.
Is there a better/detailed documentation about the API methods somewhere?
Thanks for hints and tips