Skip to main content
PUT

Authorizations

Authorization
string
header
required

OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.

Path Parameters

invitation_list_id
integer
required

integer - required - The ID of the invitation list

Example:

34

Body

application/x-www-form-urlencoded
name
string
required

The name of the invitation list

Example:

"test list update"

notes
string

Optional notes for the invitation list

Example:

"random notes"

Response

Update Object

id
integer
Example:

34

name
string
Example:

"test list update"

notes
string

Only included when fields parameter includes 'notes'

Example:

"random notes"

module
string | null

The module type ('main' or 'cfs') - only included when fields parameter includes 'module'

Example:

"main"

reg_type_id
integer | null

Only included when fields parameter includes 'reg_type_id'

Example:

null

package_id
integer | null

Only included when fields parameter includes 'package_id'

Example:

null

cfs_role_id
integer | null

Only included when fields parameter includes 'cfs_role_id'

Example:

null

created_at
string

Only included when fields parameter includes 'created_at'

Example:

"2025-10-06 20:49:50"

updated_at
string

Only included when fields parameter includes 'updated_at'

Example:

"2025-10-06 21:10:41"