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 /outfits/{outfit_id} to update an existing outfit. You can change the name, visibility, favorite status, seasons, tags, or the entire canvas scene. Only include the fields you want to modify — any field you omit remains unchanged. If you supply a new scene, it replaces the existing scene in full.
Endpoint
| Field | Value |
|---|---|
| Method | PATCH |
| Path | /outfits/{outfit_id} |
| Auth required | Yes (Bearer token) |
| Rate limit | 3 per minute |
Path parameters
The ID of the outfit to update.
Request body
All fields are optional. Include only the fields you want to change.New display name for the outfit.
Set to
true to make the outfit visible to other users, or false to make it private.Set to
true to mark the outfit as a favorite, or false to remove the favorite status.Replaces the current seasons list. Accepted values:
Spring, Summer, Autumn, Winter.Replaces the current tags list. Accepted values:
Casual, Formal, Sports, Vintage, Outdoor, Party, Work, Beach.Replaces the entire canvas scene. Provide an array of
CanvasPlacement objects.Response fields
Status: 200 OKThe updated outfit object.
Example
cURL
Response
This endpoint is rate limited to 3 requests per minute — lower than other outfit endpoints. If you need to make several updates in quick succession, batch your changes into a single request where possible.