---
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

## Changes

> 50 revisions in range; 2 not diffed.

- **2025-03-10** `6c351be600a0` — 1 breaking, 3 info
  - the `data` response's property type changed from no type to `object` for status `200`
  - added the required property `data/events` to the response with the `200` status
  - added the required property `data/fuel` to the response with the `200` status
  - added the required property `data/nav` to the response with the `200` status
- **2025-02-06** `a4500b4e7ef1` — 1 breaking
  - added the new path request parameter `shipSymbol`
- **2023-06-09** `735393b679c5` — 2 info
  - api tag `Fleet` added
  - api tag `fleet` removed
- **2023-05-23** `252df2c2fc84` — 1 info
  - endpoint added
- **2023-05-20** `86f8c56c4690` — 4 breaking, 1 warning, 2 info
  - the `data` response's property type changed from `object` to no type for status `200`
  - removed the required property `data/events` from the response with the `200` status
  - removed the required property `data/fuel` from the response with the `200` status
  - removed the required property `data/nav` from the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/spacetradersapi/apis/spacetraders-api/changes/my/ships/:shipSymbol/nav/patch.md)

---

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