I'm planning to develop a system that should contain a function to automatically configure a publication on an FME Server according to parameters set by a user via a web app.
I think it should be possible with FME Server REST API [post] /notifications/publications (Create Publication).
However, so far, I've not found a comprehensive documentation on parameter values such as "publisherName", "properties/name" etc. applicable to a publication - e.g. Email (SMTP) publication.
Where can I find that?