v1
latestOpenAPI 3.1.02026-07-24130315342.2 KBDrops Endpoints
Update Creator Studio drop edits
Update an existing ERC-721 SeaDrop V1 drop and its stages.
post/api/v2/drops/{slug}
Path parameters
slugstring required
The collection slug identifying the drop to update
Request body
Example request
{
"stages": [
{
"stage_type": "public_sale",
"start_time": "2024-01-01T00:00:00Z",
"end_time": "2024-01-01T01:00:00Z"
}
]
}Response
Drop edits saved successfully