OpenAPI: Make current_counter optional for compatibility with prior versions

This commit is contained in:
2025-12-12 09:51:19 +01:00
parent 45ead8a4ad
commit a67909efd5
7 changed files with 29 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ Name | Type | Description | Notes
**image_numbers** | **List[int]** | Image numbers currently present in the buffer. |
**total_slots** | **int** | Number of slots in the image buffer. This number, compared to number of images in data collection and frame rate will determine \"retention\" rate of the image buffer. |
**available_slots** | **int** | Slots available for the data collection |
**current_counter** | **int** | Counter of changes in the image buffer - either new start message or new image added. For optimization one can only load new images/datasets from the HTTP if this value changes. |
**current_counter** | **int** | Counter of changes in the image buffer - either new start message or new image added. For optimization one can only load new images/datasets from the HTTP if this value changes. Counter is optional as it was not implemented in older versions to avoid breaking change | [optional]
## Example