Create a new wing in a fleetAlternate route: /dev/fleets/{fleet_id}/wings/Alternate route: /legacy/fleets/{fleet_id}/wings/Alternate route: /v1/fleets/{fleet_id}/wings/
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://esi.evetech.net/latest/fleets//wings/'
Response Response Example
201 - response
{"wing_id":123}
Request
Path Params
fleet_id
integerÂ
required
ID for a fleet
Query Params
datasource
stringÂ
optional
The server name you would like data from
token
stringÂ
optional
Access token to use if unable to set a header
Responses
🟢201Wing created
application/json
Body
201 created object
wing_id
integer <int64>
post_fleets_fleet_id_wings_wing_id
required
The wing_id of the newly created wing
🟠400Bad request
🟠401Unauthorized
🟠403Forbidden
🟠404The fleet does not exist or you don't have access to it