Skip to main content
PUT
Update a Motivation Code Group

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer<int64>
required

The ID of the motivation code group.

Body

The motivation code group details to save, 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