Create or update group
Call to sync group data from the game to the dashboard
| Path Parameters |
|---|
name string — REQUIREDGameserver name identifier Example:
|
game_id string — REQUIREDGroup ID from the game Example:
|
| Request Body |
|---|
name string — REQUIREDGroup name |
owner_id integerCharacter ID of the group owner |
admin_ids integer[]Array of character IDs for group admins |
member_ids integer[]Array of character IDs for group members |
| Responses | |||
|---|---|---|---|
200successful operation
|