Skip to main content
POST
Register a play module

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Body

application/json

Play module identity to register.

name
string
required

Owner-scoped play module name.

Required string length: 1 - 32
Pattern: ^[a-z][a-z0-9_]{0,31}$

Response

Successful Response

id
string
required

Play module ID.

name
string
required

Owner-scoped play module name.

user_id
string
required

User who owns the play module.

created
boolean
required

Whether this request created the play module.

created_at
string<date-time>
required

Time the play module was created.