about summary refs log tree commit diff stats
path: root/crates/rocie-client/docs/ApiSetProductApi.md
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rocie-client/docs/ApiSetProductApi.md')
-rw-r--r--crates/rocie-client/docs/ApiSetProductApi.md6
1 files changed, 3 insertions, 3 deletions
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