OpenAPI: Make current_counter optional for compatibility with prior versions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user