---
title: "Update Creator Studio drop edits"
method: POST
path: "/api/v2/drops/{slug}"
tags: ["Drops Endpoints"]
---

# Update Creator Studio drop edits

`POST /api/v2/drops/{slug}`

Update an existing ERC-721 SeaDrop V1 drop and its stages.

## Path parameters

- `slug` string, required

## Request body

- SaveDropEditsRequest — Request to save Creator Studio drop edits
  - `stages` SaveDropEditsStageRequest[], required — Drop stages to save
    - `uuid` string, required — Stage UUID
    - `stage_type` string, required — Stage type
    - `start_time` string, date-time, required — Stage start time
    - `end_time` string, date-time, required — Stage end time
    - `price` SaveDropEditsPriceRequest, required — Native token price for a Creator Studio drop stage
      - `unit` string, required — Price unit as a decimal string
      - `contract_address` string, required — Contract address for the price token
    - `max_total_mintable_by_wallet` string, required — Maximum tokens mintable per wallet as a decimal string
    - `max_token_supply_for_stage` string — Maximum token supply for this stage as a decimal string
    - `label` string — Stage label
    - `description` string — Stage description
    - `allowlist_file_token` string — Allowlist file token
  - `max_supply` string — Maximum supply for the drop as a decimal string
  - `creator_payout_address` string — Creator payout address

## Response `200`

Drop edits saved successfully

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Invalid or missing API key
- `403` — Forbidden
- `404` — Resource not found
- `409` — Conflict
- `500` — Internal server error. Please open a support ticket so OpenSea can investigate.

---

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