Skip to main content
POST
Create a Motivation Code Group
Send its name and description, and the codes to include. Returns the created group.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Body

The motivation code group details to create, including the codes it contains.

name
string
required

The name of the motivation code group.

Required string length: 1 - 100
id
integer<int64> | null

The unique identifier of the motivation code group.

description
string | null

The description of the motivation code group.

Maximum string length: 1000
codes
object[] | null

The motivation codes to put in the group.

Response

OK

name
string | null

The name of the motivation code group.

description
string | null

The description of the motivation code group.

codes
object[] | null

The motivation codes in the group.

Last modified on July 28, 2026