---
title: "POST /wishlists/change-wishlist"
method: POST
path: "/wishlists/change-wishlist"
tags: ["wishlists"]
---

# POST /wishlists/change-wishlist

`POST /wishlists/change-wishlist`

Removes a rental from one wishlist and adds it to another

## Request body

- ChangeWishlistRequest
  - `campground_id` integer
  - `new_wishlist_id` integer
  - `old_wishlist_id` integer
  - `rental_id` integer

## Response `201`

- ChangeWishlistResponse
  - `cover_image_url` string
  - `title` string

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized error
- `404` — Not found error
- `default` — An unknown, unexpected error.

---

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