artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
# RescanForInventoryRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**limit** | Option<**i64**> | Maximum number of artifacts to enqueue in this call. Operators run the endpoint repeatedly to drain large backfills without stalling a single HTTP worker; the handler returns the actual number enqueued so the caller can detect when work is done. Defaults to 100. Hard-capped at 1000 to avoid pathological inputs. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)