name, description, or prompt of a scene you own. The scene must be user_created and not archived. Models and categories are fixed at creation and cannot be modified — submit a new scene via POST /scenes if you need different associations.
Endpoint
string
required
Your API key.
Path Parameters
string
required
UUID of the user-created scene to update.
Request Body
string
required
Updated display name for the scene. Minimum 5 characters.
string
required
Updated prompt text for the scene. Cannot be empty.
string
Updated short description. Optional.
models, categories, and scene_id cannot be changed. The scene_id assigned at creation is permanent.Example Request
Response
200 — Success
string
The updated display name of the scene.
string
UUID of the scene. Unchanged.
string
Always
user_created for scenes you own.