Update Invitation List
Updates an existing invitation list by its ID. You can modify the list name and capacity settings.
Authorizations
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
integer - required - The ID of the invitation list
34
Body
Response
Update Object
34
"test list update"
Only included when fields parameter includes 'notes'
"random notes"
The module type ('main' or 'cfs') - only included when fields parameter includes 'module'
"main"
Only included when fields parameter includes 'reg_type_id'
null
Only included when fields parameter includes 'package_id'
null
Only included when fields parameter includes 'cfs_role_id'
null
Only included when fields parameter includes 'created_at'
"2025-10-06 20:49:50"
Only included when fields parameter includes 'updated_at'
"2025-10-06 21:10:41"