diff options
Diffstat (limited to 'crates/rocie-client/docs/ApiSetAuthProductApi.md')
| -rw-r--r-- | crates/rocie-client/docs/ApiSetAuthProductApi.md | 50 |
1 files changed, 26 insertions, 24 deletions
diff --git a/crates/rocie-client/docs/ApiSetAuthProductApi.md b/crates/rocie-client/docs/ApiSetAuthProductApi.md index df659ef..eb52b59 100644 --- a/crates/rocie-client/docs/ApiSetAuthProductApi.md +++ b/crates/rocie-client/docs/ApiSetAuthProductApi.md @@ -1,26 +1,30 @@ -# \\ApiSetAuthProductApi +# \ApiSetAuthProductApi + +All URIs are relative to *http://localhost* + +Method | HTTP request | Description +------------- | ------------- | ------------- +[**associate_barcode**](ApiSetAuthProductApi.md#associate_barcode) | **POST** /product/{id}/associate | Associate a barcode with a product +[**register_product**](ApiSetAuthProductApi.md#register_product) | **POST** /product/new | Register a product -All URIs are relative to _http://localhost_ -| Method | HTTP request | Description | -| ------------------------------------------------------------------ | -------------------------------- | ---------------------------------- | -| [**associate_barcode**](ApiSetAuthProductApi.md#associate_barcode) | **POST** /product/{id}/associate | Associate a barcode with a product | -| [**register_product**](ApiSetAuthProductApi.md#register_product) | **POST** /product/new | Register a product | ## associate_barcode -> associate_barcode(id, barcode) Associate a barcode with a product +> associate_barcode(id, barcode) +Associate a barcode with a product ### Parameters -| Name | Type | Description | Required | Notes | -| ----------- | ------------------------- | ---------------------------------------------------- | ---------- | ----- | -| **id** | [**ProductId**](.md) | The id of the product to associated the barcode with | [required] | -| **barcode** | [**Barcode**](Barcode.md) | | [required] | + +Name | Type | Description | Required | Notes +------------- | ------------- | ------------- | ------------- | ------------- +**id** | [**ProductId**](.md) | The id of the product to associated the barcode with | [required] | +**barcode** | [**Barcode**](Barcode.md) | | [required] | ### Return type -(empty response body) + (empty response body) ### Authorization @@ -31,20 +35,20 @@ No authorization required - **Content-Type**: application/json - **Accept**: text/plain -[[Back to top]](#) -[[Back to API list]](../README.md#documentation-for-api-endpoints) -[[Back to Model list]](../README.md#documentation-for-models) -[[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + ## register_product -> models::ProductId register_product(product_stub) Register a product +> models::ProductId register_product(product_stub) +Register a product ### Parameters -| Name | Type | Description | Required | Notes | -| ---------------- | --------------------------------- | ----------- | ---------- | ----- | -| **product_stub** | [**ProductStub**](ProductStub.md) | | [required] | + +Name | Type | Description | Required | Notes +------------- | ------------- | ------------- | ------------- | ------------- +**product_stub** | [**ProductStub**](ProductStub.md) | | [required] | ### Return type @@ -59,7 +63,5 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json, text/plain -[[Back to top]](#) -[[Back to API list]](../README.md#documentation-for-api-endpoints) -[[Back to Model list]](../README.md#documentation-for-models) -[[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + |
