POST /parents/create

Create Parent ---- [auth scope: admin, grandparent]

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
parentNamestringRequired

The name of Parent

statusbooleanRequired

Parent's Status

themeall ofRequired

The new parent theme color details object

grandparentIdstringRequired

The new parent grandparent id

slugobjectRequired

The new Parent slug

Responses
post
/parents/create
201

Parent created successfully

Last updated