---
title: "Accept schedule change"
method: POST
path: "/v2/air/accept-change"
tags: ["Air"]
---

# Accept schedule change

`POST /v2/air/accept-change`

Accept a schedule change for a PNR

## Request body

- AirScheduleChangeAcceptRequest
  - `pnrId` string, required — The unique ID identifying the PNR to which the schedule change is being accepted.
  - `tripId` string, required — The unique ID identifying the trip to which the schedule change is being accepted.

## Response `200`

OK

- AirScheduleChangeAcceptResponse
  - `success` boolean, required — Indicates whether the schedule change was successfully accepted.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

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