Schema
WriteModeTransitionResponse
Response schema for write mode enable/disable operations. Provides confirmation of the mode transition with audit details.
| Field | Type | Description |
|---|---|---|
blueprint_idrequired | string (uuid) | Blueprint UUID |
previous_staterequired | boolean | Write mode before transition |
new_staterequired | boolean | Write mode after transition |
transitioned_byrequired | string | User ID who performed the transition |
transitioned_atrequired | string (date-time) | Timestamp of the transition |
reason | string | null | Reason provided for the transition |
cycle_count_affected | integer | Number of cycles affected by this change |
messagerequired | string | Human-readable status message |