---
title: "PATCH /wishlists/{wishlist_id}"
method: PATCH
path: "/wishlists/{wishlist_id}"
tags: ["wishlists"]
---

# PATCH /wishlists/{wishlist_id}

`PATCH /wishlists/{wishlist_id}`

Updates the details of an existing wishlist

## Request body

- UpdateWishlistRequest
  - `ada` boolean
  - `end_date` string
  - `is_public` boolean
  - `number_of_adults` integer
  - `number_of_children` integer
  - `pets` boolean
  - `start_date` string
  - `title` string

## Response `204`

Everything went as planned

## 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/versions/f0cf8f605ea0/schema)
