Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.25 KB

PostFleetsFleetIdMembersInvitation.md

File metadata and controls

23 lines (16 loc) · 1.25 KB

PostFleetsFleetIdMembersInvitation

Properties

Name Type Description Notes
characterId Integer The character you want to invite
role RoleEnum If a character is invited with the `fleet_commander` role, neither `wing_id` or `squad_id` should be specified. If a character is invited with the `wing_commander` role, only `wing_id` should be specified. If a character is invited with the `squad_commander` role, both `wing_id` and `squad_id` should be specified. If a character is invited with the `squad_member` role, `wing_id` and `squad_id` should either both be specified or not specified at all. If they aren’t specified, the invited character will join any squad with available positions.
squadId Long squad_id integer [optional]
wingId Long wing_id integer [optional]

Enum: RoleEnum

Name Value
FLEET_COMMANDER "fleet_commander"
WING_COMMANDER "wing_commander"
SQUAD_COMMANDER "squad_commander"
SQUAD_MEMBER "squad_member"