drops

Update a drop

patch/v1/drops/{dropId}

Path parameters

dropIdstring required

Opaque Laylo drop identifier.

Request body

descriptionstring nullable

Public drop description.

endAtstring date-time nullable

Optional end time in ISO 8601 with an explicit UTC offset.

imageUrlstring uri nullable

Optional public image URL.

startsAtstring date-time nullable

Optional start time in ISO 8601 with an explicit UTC offset.

status'draft' | 'scheduled' | 'live' | 'ended'

Desired lifecycle state.

titlestring

Public drop title.

Response

The updated public drop.

Changes

No recorded changes to this endpoint across all 1 revision of this API.