I build a module which uses the api to create / update / delete resources (posts, discussions, users,...) and try to get the (minimum) required attributes to create a new resource.
Discussions and users should work with the following minimal attributes.
Create discussion
- title
- content
- (tags optional)
Create user (but activation via api doesn't work)
- username
- email
- password
Is there a way to get the required and optional attributes by an api call?