CallDocumentation Index
Fetch the complete documentation index at: https://docs.drssed.app/llms.txt
Use this file to discover all available pages before exploring further.
PATCH /clothing/{clothing_id} to update an existing clothing item. You only need to include the fields you want to change — any field you omit will remain unchanged. To replace the full seasons or tags list, pass the complete new array; the existing values will be overwritten.
Endpoint
| Field | Value |
|---|---|
| Method | PATCH |
| Path | /clothing/{clothing_id} |
| Auth required | Yes — Bearer token |
| Rate limit | 5 per minute |
Path parameters
UUID of the clothing item to update.
Request body
All fields are optional. Only the fields you include will be updated.New display name for the item.
New category. One of:
JACKET, TOP, BOTTOM, FOOTWEAR.New color for the item.
Replaces the entire seasons array. Accepted values:
Spring, Summer, Autumn, Winter.Replaces the entire tags array. Accepted values:
Casual, Formal, Sports, Vintage.ID of a new image to associate with this item. Obtain this from
POST /images/preview.New free-text description for the item.
Response fields
Status: 200 OKThe updated clothing object.
Example
cURL
Response