Create a new entity from a template
Templates
Create a new entity from a template
Create a new entity (community, challenge, achievement, action, post, or reward) from an existing template.
POST
Create a new entity from a template
Authorizations
Body
application/json
The input required to create an entity from a template
The ID of the template entity to copy from
Example:
"60f1b3b3b3b3b3b3b3b3b3b3"
The type of entity to create
Available options:
achievement, action, challenge, community, post, reward Example:
"challenge"
The ID of the community where the entity will be created
Example:
"60f1b3b3b3b3b3b3b3b3b3b3"
Response
Successful response
The created entity from the template. Returns the appropriate admin schema based on entityType with an additional entityType field for discrimination.

