This commit is contained in:
WithoutPants 2026-03-16 18:12:17 +11:00
parent 78eec7a8d6
commit 82d229692d

View file

@ -110,7 +110,7 @@ input ScanMetadataInput {
# specifies when to generate metadata during a scan
enum GenerateTiming {
"""
Generate artifacts before returning from the scan API call.
Generate artifacts before returning from the scan API call.
This will block the API call until generation is complete, and is not recommended for large artifacts.
Recommended when you want the metadata/artifact to be available immediately after the scan completes (ie covers and phashes).
"""