---
title: "Apply Plan Proposal"
method: POST
path: "/trips/{trip_id}/plan-proposals/{proposal_id}/apply"
tags: ["plan"]
---

# Apply Plan Proposal

`POST /trips/{trip_id}/plan-proposals/{proposal_id}/apply`

## Path parameters

- `trip_id` string, required
- `proposal_id` string, uuid, required

## Response `200`

Successful Response

- ProposalStatusResponse
  - `proposal_id` string, required
  - `status` string, required
  - `version` integer, nullable
  - `applied` integer
  - `dropped` integer

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-24** `1060a62bfafc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stardrift/apis/fastapi/changes/trips/:trip_id/plan-proposals/:proposal_id/apply/post.md)

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/f6559d3df7e9?raw)
