mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Add comprehensive documentation for optimistic locking implementation in the LLM model configurations API. The update includes: - Added "Optimistic Locking" feature to the overview section - Added `version` field to the database schema table - Updated `LLMModelConfigUpdate` schema to include `expected_version` parameter - Updated `LLMModelConfigResponse` schema to include `version` field - Added detailed examples for update operations with optimistic locking - Included conflict handling workflow and client retry instructions This documentation ensures users understand how to prevent concurrent modification conflicts when updating LLM model configurations.