From 7682da81ff4c775eca048aaf0586593fb159cb85 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 23 Sep 2025 17:17:28 +0200 Subject: chore(crates/rocie-client): Regenerate --- crates/rocie-client/docs/ApiSetProductApi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/rocie-client/docs/ApiSetProductApi.md') diff --git a/crates/rocie-client/docs/ApiSetProductApi.md b/crates/rocie-client/docs/ApiSetProductApi.md index 6166887..bb4ca4e 100644 --- a/crates/rocie-client/docs/ApiSetProductApi.md +++ b/crates/rocie-client/docs/ApiSetProductApi.md @@ -19,7 +19,7 @@ Associate a barcode with a product Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- -**id** | **uuid::Uuid** | The id of the product to associated the barcode with | [required] | +**id** | [**ProductId**](.md) | The id of the product to associated the barcode with | [required] | **barcode** | [**Barcode**](Barcode.md) | | [required] | ### Return type @@ -40,7 +40,7 @@ No authorization required ## register_product -> uuid::Uuid register_product(product_stub) +> models::ProductId register_product(product_stub) Register a product ### Parameters @@ -52,7 +52,7 @@ Name | Type | Description | Required | Notes ### Return type -[**uuid::Uuid**](uuid::Uuid.md) +[**models::ProductId**](ProductId.md) ### Authorization -- cgit 1.4.1