From 24a1c946b7017237627d69d293c05237d9b96ca5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 9 Dec 2025 13:01:20 +0100 Subject: chore(rocie-client): Regenerate This also adds cookie persisting to the default configuration. --- .../docs/ApiSetAuthProductParentApi.md | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 crates/rocie-client/docs/ApiSetAuthProductParentApi.md (limited to 'crates/rocie-client/docs/ApiSetAuthProductParentApi.md') diff --git a/crates/rocie-client/docs/ApiSetAuthProductParentApi.md b/crates/rocie-client/docs/ApiSetAuthProductParentApi.md new file mode 100644 index 0000000..e48c269 --- /dev/null +++ b/crates/rocie-client/docs/ApiSetAuthProductParentApi.md @@ -0,0 +1,37 @@ +# \ApiSetAuthProductParentApi + +All URIs are relative to *http://localhost* + +Method | HTTP request | Description +------------- | ------------- | ------------- +[**register_product_parent**](ApiSetAuthProductParentApi.md#register_product_parent) | **POST** /product_parent/new | Register a product parent + + + +## register_product_parent + +> models::ProductParentId register_product_parent(product_parent_stub) +Register a product parent + +### Parameters + + +Name | Type | Description | Required | Notes +------------- | ------------- | ------------- | ------------- | ------------- +**product_parent_stub** | [**ProductParentStub**](ProductParentStub.md) | | [required] | + +### Return type + +[**models::ProductParentId**](ProductParentId.md) + +### Authorization + +No authorization required + +### HTTP request headers + +- **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) + -- cgit 1.4.1