Change drawing title or view
set_drawingSet title, camera and/or active drawing color atomically. Requires editToken and latest revision. The viewer's theme is not part of drawing JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Public drawing UUID (last component of its /draw/<uuid> URL). | |
| title | No | Optional new public title, up to 200 characters. | |
| camera | No | Initial camera center in world pixels and zoom in [0.02,64]. Keep shapes near this point on first open. | |
| revision | Yes | Revision from create_drawing, get_drawing or the previous edit. Stale revisions fail; read again before retrying. | |
| editToken | Yes | Private editing capability returned by create_drawing. Never place it in a URL or public answer. | |
| appearance | No | Currently selected semantic drawing color, not the theme. Theme is a viewer preference and is not stored in the drawing. |