---
title: "Patch Ship Nav"
method: PATCH
path: "/my/ships/{shipSymbol}/nav"
tags: ["Fleet"]
---

# Patch Ship Nav

`PATCH /my/ships/{shipSymbol}/nav`

Update the nav configuration of a ship.

Currently only supports configuring the Flight Mode of the ship, which affects its speed and fuel consumption.

## Path parameters

- `shipSymbol` string, required

## Request body

- object
  - `flightMode` ShipNavFlightModeJson — unresolved $ref

## Response `200`

The updated data of the ship.

- object — Success response for updating the nav configuration of a ship.
  - `data` object, required
    - `nav` ShipNavJson, required — unresolved $ref
    - `fuel` ShipFuelJson, required — unresolved $ref
    - `events` ShipConditionEventJson[], required — unresolved $ref

---

[API](https://skmtc.net/spacetradersapi/apis/spacetraders-api.md) · [All operations](https://skmtc.net/spacetradersapi/apis/spacetraders-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spacetradersapi/spacetraders-api/revisions/197cf9b9a2b6/schema)
