From fc36d0557992640e030ffb5c1d2463b738dc3388 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Wed, 5 Apr 2023 12:25:17 -0700 Subject: [PATCH 1/5] Adds method info to operation docs, moves the docs --- .../codegen/DefaultGenerator.java | 40 +++--- .../python/paths/path/verb/operation_doc.hbs | 18 ++- .../petstore/python/.openapi-generator/FILES | 118 +++++++++--------- .../python/.openapi-generator/VERSION | 2 +- .../another_fake_dummy/patch.md} | 14 ++- .../fake/delete.md} | 14 ++- .../enum_parameters.md => paths/fake/get.md} | 14 ++- .../client_model.md => paths/fake/patch.md} | 14 ++- .../fake/post.md} | 14 ++- .../get.md} | 14 ++- .../fake_body_with_file_schema/put.md} | 14 ++- .../fake_body_with_query_params/put.md} | 14 ++- .../fake_case_sensitive_params/put.md} | 14 ++- .../fake_classname_test/patch.md} | 14 ++- .../fake_delete_coffee_id/delete.md} | 14 ++- .../fake_health/get.md} | 14 ++- .../post.md} | 14 ++- .../fake_inline_composition/post.md} | 14 ++- .../fake_json_form_data/get.md} | 14 ++- .../fake_json_patch/patch.md} | 14 ++- .../fake_json_with_charset/post.md} | 14 ++- .../fake_multiple_response_bodies/get.md} | 14 ++- .../fake_multiple_securities/get.md} | 14 ++- .../fake_obj_in_query/get.md} | 14 ++- .../post.md} | 14 ++- .../post.md} | 14 ++- .../get.md} | 14 ++- .../fake_ref_obj_in_query/get.md} | 14 ++- .../fake_refs_array_of_enums/post.md} | 14 ++- .../fake_refs_arraymodel/post.md} | 14 ++- .../fake_refs_boolean/post.md} | 14 ++- .../post.md} | 14 ++- .../fake_refs_enum/post.md} | 14 ++- .../fake_refs_mammal/post.md} | 14 ++- .../fake_refs_number/post.md} | 14 ++- .../post.md} | 14 ++- .../fake_refs_string/post.md} | 14 ++- .../fake_response_without_schema/get.md} | 14 ++- .../fake_test_query_paramters/put.md} | 14 ++- .../fake_upload_download_file/post.md} | 14 ++- .../fake_upload_file/post.md} | 14 ++- .../fake_upload_files/post.md} | 14 ++- .../foo_get.md => paths/foo/get.md} | 14 ++- .../pet_api/add_pet.md => paths/pet/post.md} | 14 ++- .../update_pet.md => paths/pet/put.md} | 14 ++- .../pet_find_by_status/get.md} | 14 ++- .../pet_find_by_tags/get.md} | 14 ++- .../pet_pet_id/delete.md} | 14 ++- .../pet_pet_id/get.md} | 14 ++- .../pet_pet_id/post.md} | 14 ++- .../pet_pet_id_upload_image/post.md} | 14 ++- .../store_inventory/get.md} | 14 ++- .../store_order/post.md} | 14 ++- .../store_order_order_id/delete.md} | 14 ++- .../store_order_order_id/get.md} | 14 ++- .../create_user.md => paths/user/post.md} | 14 ++- .../user_create_with_array/post.md} | 14 ++- .../user_create_with_list/post.md} | 14 ++- .../login_user.md => paths/user_login/get.md} | 14 ++- .../user_logout/get.md} | 14 ++- .../user_username/delete.md} | 14 ++- .../user_username/get.md} | 14 ++- .../user_username/put.md} | 14 ++- 63 files changed, 738 insertions(+), 266 deletions(-) rename samples/openapi3/client/petstore/python/docs/{apis/tags/another_fake_api/call_123_test__special_tags.md => paths/another_fake_dummy/patch.md} (88%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/group_parameters.md => paths/fake/delete.md} (93%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/enum_parameters.md => paths/fake/get.md} (95%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/client_model.md => paths/fake/patch.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/endpoint_parameters.md => paths/fake/post.md} (93%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/additional_properties_with_array_of_enums.md => paths/fake_additional_properties_with_array_of_enums/get.md} (88%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/body_with_file_schema.md => paths/fake_body_with_file_schema/put.md} (87%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/body_with_query_params.md => paths/fake_body_with_query_params/put.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/case_sensitive_params.md => paths/fake_case_sensitive_params/put.md} (87%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_classname_tags123_api/classname.md => paths/fake_classname_test/patch.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/delete_coffee.md => paths/fake_delete_coffee_id/delete.md} (87%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/fake_health_get.md => paths/fake_health/get.md} (88%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/inline_additional_properties.md => paths/fake_inline_additional_properties/post.md} (87%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/inline_composition.md => paths/fake_inline_composition/post.md} (96%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/json_form_data.md => paths/fake_json_form_data/get.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/json_patch.md => paths/fake_json_patch/patch.md} (87%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/json_with_charset.md => paths/fake_json_with_charset/post.md} (90%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/multiple_response_bodies.md => paths/fake_multiple_response_bodies/get.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/multiple_securities.md => paths/fake_multiple_securities/get.md} (91%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/object_in_query.md => paths/fake_obj_in_query/get.md} (88%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/parameter_collisions.md => paths/fake_parameter_collisions1_abab_self_ab/post.md} (95%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/pet_api/upload_file_with_required_file.md => paths/fake_pet_id_upload_image_with_required_file/post.md} (92%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/query_param_with_json_content_type.md => paths/fake_query_param_with_json_content_type/get.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/ref_object_in_query.md => paths/fake_ref_obj_in_query/get.md} (87%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/array_of_enums.md => paths/fake_refs_array_of_enums/post.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/array_model.md => paths/fake_refs_arraymodel/post.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/boolean.md => paths/fake_refs_boolean/post.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/composed_one_of_different_types.md => paths/fake_refs_composed_one_of_number_with_validations/post.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/string_enum.md => paths/fake_refs_enum/post.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/mammal.md => paths/fake_refs_mammal/post.md} (90%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/number_with_validations.md => paths/fake_refs_number/post.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/object_model_with_ref_props.md => paths/fake_refs_object_model_with_ref_props/post.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/string.md => paths/fake_refs_string/post.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/response_without_schema.md => paths/fake_response_without_schema/get.md} (86%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/query_parameter_collection_format.md => paths/fake_test_query_paramters/put.md} (91%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/upload_download_file.md => paths/fake_upload_download_file/post.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/upload_file.md => paths/fake_upload_file/post.md} (91%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/fake_api/upload_files.md => paths/fake_upload_files/post.md} (91%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/default_api/foo_get.md => paths/foo/get.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/pet_api/add_pet.md => paths/pet/post.md} (93%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/pet_api/update_pet.md => paths/pet/put.md} (93%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/pet_api/find_pets_by_status.md => paths/pet_find_by_status/get.md} (93%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/pet_api/find_pets_by_tags.md => paths/pet_find_by_tags/get.md} (92%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/pet_api/delete_pet.md => paths/pet_pet_id/delete.md} (92%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/pet_api/get_pet_by_id.md => paths/pet_pet_id/get.md} (93%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/pet_api/update_pet_with_form.md => paths/pet_pet_id/post.md} (93%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/pet_api/upload_image.md => paths/pet_pet_id_upload_image/post.md} (92%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/store_api/get_inventory.md => paths/store_inventory/get.md} (88%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/store_api/place_order.md => paths/store_order/post.md} (91%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/store_api/delete_order.md => paths/store_order_order_id/delete.md} (88%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/store_api/get_order_by_id.md => paths/store_order_order_id/get.md} (91%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/user_api/create_user.md => paths/user/post.md} (89%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/user_api/create_users_with_array_input.md => paths/user_create_with_array/post.md} (87%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/user_api/create_users_with_list_input.md => paths/user_create_with_list/post.md} (87%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/user_api/login_user.md => paths/user_login/get.md} (93%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/user_api/logout_user.md => paths/user_logout/get.md} (84%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/user_api/delete_user.md => paths/user_username/delete.md} (87%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/user_api/get_user_by_name.md => paths/user_username/get.md} (91%) rename samples/openapi3/client/petstore/python/docs/{apis/tags/user_api/update_user.md => paths/user_username/put.md} (91%) diff --git a/modules/openapi-json-schema-generator/src/main/java/org/openapijsonschematools/codegen/DefaultGenerator.java b/modules/openapi-json-schema-generator/src/main/java/org/openapijsonschematools/codegen/DefaultGenerator.java index b78ace7e68a..c8ffa0f4584 100644 --- a/modules/openapi-json-schema-generator/src/main/java/org/openapijsonschematools/codegen/DefaultGenerator.java +++ b/modules/openapi-json-schema-generator/src/main/java/org/openapijsonschematools/codegen/DefaultGenerator.java @@ -463,32 +463,20 @@ private void generatePathItem(List files, CodegenKey pathKey, CodegenPathI generateXs(files, operationJsonPath, CodegenConstants.JSON_PATH_LOCATION_TYPE.OPERATION, CodegenConstants.APIS, endpointMap, true); // operation docs - Map templateToSuffix = config.jsonPathDocTemplateFiles().get(CodegenConstants.JSON_PATH_LOCATION_TYPE.OPERATION); - if (templateToSuffix != null) { - for (Map.Entry templateToSuffixEntry: templateToSuffix.entrySet()) { - String templateFile = templateToSuffixEntry.getKey(); - String suffix = templateToSuffixEntry.getValue(); - for (Map.Entry tagEntry: operation.tags.entrySet()) { - CodegenTag tag = tagEntry.getValue(); - Map endpointInfo = new HashMap<>(); - endpointInfo.put("operation", operation); - endpointInfo.put("httpMethod", httpMethod); - endpointInfo.put("path", pathKey); - endpointInfo.put("pathItem", pathItem); - endpointInfo.put("servers", servers); - endpointInfo.put("security", security); - endpointInfo.put("packageName", config.packageName()); - endpointInfo.put("apiPackage", config.apiPackage()); - endpointInfo.put("tag", tag); - endpointInfo.put("headerSize", "#"); - endpointInfo.put("complexTypePrefix", "../../../components/schema/"); - endpointInfo.put("identifierPieces", Collections.unmodifiableList(new ArrayList<>())); - endpointInfo.put("identifierToHeadingQty", new HashMap<>()); - String outputFilename = filenameFromRoot(Arrays.asList("docs", config.apiPackage(), "tags", tag.moduleName, operation.operationId.snakeCase + suffix)); - generateFile(endpointInfo, templateFile, outputFilename, files, true, CodegenConstants.APIS); - } - } - } + Map endpointInfo = new HashMap<>(); + endpointInfo.put("operation", operation); + endpointInfo.put("httpMethod", httpMethod); + endpointInfo.put("path", pathKey); + endpointInfo.put("pathItem", pathItem); + endpointInfo.put("servers", servers); + endpointInfo.put("security", security); + endpointInfo.put("packageName", config.packageName()); + endpointInfo.put("apiPackage", config.apiPackage()); + endpointInfo.put("headerSize", "#"); + endpointInfo.put("complexTypePrefix", "../../../components/schema/"); + endpointInfo.put("identifierPieces", Collections.unmodifiableList(new ArrayList<>())); + endpointInfo.put("identifierToHeadingQty", new HashMap<>()); + generateXDocs(files, operationJsonPath, CodegenConstants.JSON_PATH_LOCATION_TYPE.OPERATION, CodegenConstants.APIS, endpointInfo, true); // paths.some_path.security.security_requirement_0.py if (operation.security != null) { diff --git a/modules/openapi-json-schema-generator/src/main/resources/python/paths/path/verb/operation_doc.hbs b/modules/openapi-json-schema-generator/src/main/resources/python/paths/path/verb/operation_doc.hbs index 951101356c5..24525ca41a8 100644 --- a/modules/openapi-json-schema-generator/src/main/resources/python/paths/path/verb/operation_doc.hbs +++ b/modules/openapi-json-schema-generator/src/main/resources/python/paths/path/verb/operation_doc.hbs @@ -1,6 +1,14 @@ {{#with operation}} - -{{headerSize}} **{{{operationId.snakeCase}}}** +{{packageName}}.paths.{{path.snakeCase}}.operation +{{headerSize}} Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | + {{#each tags}} +| {{../operationId.snakeCase}} | [{{className}}](../../apis/tags/{{moduleName}}.md) | This api is only for tag={{{name}}} + {{/each}} +| {{httpMethod.original}} | ApiFor{{httpMethod.camelCase}} | This api is only for this endpoint +| {{httpMethod.original}} | {{path.camelCase}} | This api is only for path={{{path.original}}} {{headerSize}}# Table of Contents - [General Info](#general-info) @@ -236,5 +244,9 @@ server_index | Class | Description {{> paths/path/verb/_helper_operation_doc_example rootSecurity=../security }} -[[Back to top]](#top) [[Back to API]](../{{tag.moduleName}}.md) {{> _helper_footer_links readmePath="../../../../" endpointsLink=true}} +[[Back to top]](#top) + {{#each tags}} +[[Back to {{className}} API]](../../apis/tags/{{moduleName}}.md) + {{/each}} +{{> _helper_footer_links readmePath="../../../../" endpointsLink=true}} {{/with}} \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/.openapi-generator/FILES b/samples/openapi3/client/petstore/python/.openapi-generator/FILES index 53647d5ded3..657621c2ada 100644 --- a/samples/openapi3/client/petstore/python/.openapi-generator/FILES +++ b/samples/openapi3/client/petstore/python/.openapi-generator/FILES @@ -3,71 +3,12 @@ .travis.yml README.md docs/apis/tags/another_fake_api.md -docs/apis/tags/another_fake_api/call_123_test__special_tags.md docs/apis/tags/default_api.md -docs/apis/tags/default_api/foo_get.md docs/apis/tags/fake_api.md -docs/apis/tags/fake_api/additional_properties_with_array_of_enums.md -docs/apis/tags/fake_api/array_model.md -docs/apis/tags/fake_api/array_of_enums.md -docs/apis/tags/fake_api/body_with_file_schema.md -docs/apis/tags/fake_api/body_with_query_params.md -docs/apis/tags/fake_api/boolean.md -docs/apis/tags/fake_api/case_sensitive_params.md -docs/apis/tags/fake_api/client_model.md -docs/apis/tags/fake_api/composed_one_of_different_types.md -docs/apis/tags/fake_api/delete_coffee.md -docs/apis/tags/fake_api/endpoint_parameters.md -docs/apis/tags/fake_api/enum_parameters.md -docs/apis/tags/fake_api/fake_health_get.md -docs/apis/tags/fake_api/group_parameters.md -docs/apis/tags/fake_api/inline_additional_properties.md -docs/apis/tags/fake_api/inline_composition.md -docs/apis/tags/fake_api/json_form_data.md -docs/apis/tags/fake_api/json_patch.md -docs/apis/tags/fake_api/json_with_charset.md -docs/apis/tags/fake_api/mammal.md -docs/apis/tags/fake_api/multiple_response_bodies.md -docs/apis/tags/fake_api/multiple_securities.md -docs/apis/tags/fake_api/number_with_validations.md -docs/apis/tags/fake_api/object_in_query.md -docs/apis/tags/fake_api/object_model_with_ref_props.md -docs/apis/tags/fake_api/parameter_collisions.md -docs/apis/tags/fake_api/query_param_with_json_content_type.md -docs/apis/tags/fake_api/query_parameter_collection_format.md -docs/apis/tags/fake_api/ref_object_in_query.md -docs/apis/tags/fake_api/response_without_schema.md -docs/apis/tags/fake_api/string.md -docs/apis/tags/fake_api/string_enum.md -docs/apis/tags/fake_api/upload_download_file.md -docs/apis/tags/fake_api/upload_file.md -docs/apis/tags/fake_api/upload_files.md docs/apis/tags/fake_classname_tags123_api.md -docs/apis/tags/fake_classname_tags123_api/classname.md docs/apis/tags/pet_api.md -docs/apis/tags/pet_api/add_pet.md -docs/apis/tags/pet_api/delete_pet.md -docs/apis/tags/pet_api/find_pets_by_status.md -docs/apis/tags/pet_api/find_pets_by_tags.md -docs/apis/tags/pet_api/get_pet_by_id.md -docs/apis/tags/pet_api/update_pet.md -docs/apis/tags/pet_api/update_pet_with_form.md -docs/apis/tags/pet_api/upload_file_with_required_file.md -docs/apis/tags/pet_api/upload_image.md docs/apis/tags/store_api.md -docs/apis/tags/store_api/delete_order.md -docs/apis/tags/store_api/get_inventory.md -docs/apis/tags/store_api/get_order_by_id.md -docs/apis/tags/store_api/place_order.md docs/apis/tags/user_api.md -docs/apis/tags/user_api/create_user.md -docs/apis/tags/user_api/create_users_with_array_input.md -docs/apis/tags/user_api/create_users_with_list_input.md -docs/apis/tags/user_api/delete_user.md -docs/apis/tags/user_api/get_user_by_name.md -docs/apis/tags/user_api/login_user.md -docs/apis/tags/user_api/logout_user.md -docs/apis/tags/user_api/update_user.md docs/components/headers/header_int32_json_content_type_header.md docs/components/headers/header_number_header.md docs/components/headers/header_ref_content_schema_header.md @@ -226,6 +167,65 @@ docs/components/security_schemes/security_scheme_http_basic_test.md docs/components/security_schemes/security_scheme_http_signature_test.md docs/components/security_schemes/security_scheme_open_id_connect_test.md docs/components/security_schemes/security_scheme_petstore_auth.md +docs/paths/another_fake_dummy/patch.md +docs/paths/fake/delete.md +docs/paths/fake/get.md +docs/paths/fake/patch.md +docs/paths/fake/post.md +docs/paths/fake_additional_properties_with_array_of_enums/get.md +docs/paths/fake_body_with_file_schema/put.md +docs/paths/fake_body_with_query_params/put.md +docs/paths/fake_case_sensitive_params/put.md +docs/paths/fake_classname_test/patch.md +docs/paths/fake_delete_coffee_id/delete.md +docs/paths/fake_health/get.md +docs/paths/fake_inline_additional_properties/post.md +docs/paths/fake_inline_composition/post.md +docs/paths/fake_json_form_data/get.md +docs/paths/fake_json_patch/patch.md +docs/paths/fake_json_with_charset/post.md +docs/paths/fake_multiple_response_bodies/get.md +docs/paths/fake_multiple_securities/get.md +docs/paths/fake_obj_in_query/get.md +docs/paths/fake_parameter_collisions1_abab_self_ab/post.md +docs/paths/fake_pet_id_upload_image_with_required_file/post.md +docs/paths/fake_query_param_with_json_content_type/get.md +docs/paths/fake_ref_obj_in_query/get.md +docs/paths/fake_refs_array_of_enums/post.md +docs/paths/fake_refs_arraymodel/post.md +docs/paths/fake_refs_boolean/post.md +docs/paths/fake_refs_composed_one_of_number_with_validations/post.md +docs/paths/fake_refs_enum/post.md +docs/paths/fake_refs_mammal/post.md +docs/paths/fake_refs_number/post.md +docs/paths/fake_refs_object_model_with_ref_props/post.md +docs/paths/fake_refs_string/post.md +docs/paths/fake_response_without_schema/get.md +docs/paths/fake_test_query_paramters/put.md +docs/paths/fake_upload_download_file/post.md +docs/paths/fake_upload_file/post.md +docs/paths/fake_upload_files/post.md +docs/paths/foo/get.md +docs/paths/pet/post.md +docs/paths/pet/put.md +docs/paths/pet_find_by_status/get.md +docs/paths/pet_find_by_tags/get.md +docs/paths/pet_pet_id/delete.md +docs/paths/pet_pet_id/get.md +docs/paths/pet_pet_id/post.md +docs/paths/pet_pet_id_upload_image/post.md +docs/paths/store_inventory/get.md +docs/paths/store_order/post.md +docs/paths/store_order_order_id/delete.md +docs/paths/store_order_order_id/get.md +docs/paths/user/post.md +docs/paths/user_create_with_array/post.md +docs/paths/user_create_with_list/post.md +docs/paths/user_login/get.md +docs/paths/user_logout/get.md +docs/paths/user_username/delete.md +docs/paths/user_username/get.md +docs/paths/user_username/put.md docs/servers/server_0.md docs/servers/server_1.md docs/servers/server_2.md diff --git a/samples/openapi3/client/petstore/python/.openapi-generator/VERSION b/samples/openapi3/client/petstore/python/.openapi-generator/VERSION index 359a5b952d4..717311e32e3 100644 --- a/samples/openapi3/client/petstore/python/.openapi-generator/VERSION +++ b/samples/openapi3/client/petstore/python/.openapi-generator/VERSION @@ -1 +1 @@ -2.0.0 \ No newline at end of file +unset \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/another_fake_api/call_123_test__special_tags.md b/samples/openapi3/client/petstore/python/docs/paths/another_fake_dummy/patch.md similarity index 88% rename from samples/openapi3/client/petstore/python/docs/apis/tags/another_fake_api/call_123_test__special_tags.md rename to samples/openapi3/client/petstore/python/docs/paths/another_fake_dummy/patch.md index d245c8b1dba..3ffe2162091 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/another_fake_api/call_123_test__special_tags.md +++ b/samples/openapi3/client/petstore/python/docs/paths/another_fake_dummy/patch.md @@ -1,5 +1,11 @@ - -# **call_123_test__special_tags** +petstore_api.paths.another_fake_dummy.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| call_123_test__special_tags | [AnotherFakeApi](../../apis/tags/another_fake_api.md) | This api is only for tag=$another-fake? +| patch | ApiForPatch | This api is only for this endpoint +| patch | AnotherFakeDummy | This api is only for path=/another-fake/dummy ## Table of Contents - [General Info](#general-info) @@ -102,4 +108,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling AnotherFakeApi->call_123_test__special_tags: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../another_fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to AnotherFakeApi API]](../../apis/tags/another_fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/group_parameters.md b/samples/openapi3/client/petstore/python/docs/paths/fake/delete.md similarity index 93% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/group_parameters.md rename to samples/openapi3/client/petstore/python/docs/paths/fake/delete.md index cf738f57a13..e24b8e021a0 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/group_parameters.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake/delete.md @@ -1,5 +1,11 @@ - -# **group_parameters** +petstore_api.paths.fake.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| group_parameters | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| delete | ApiForDelete | This api is only for this endpoint +| delete | Fake | This api is only for path=/fake ## Table of Contents - [General Info](#general-info) @@ -222,4 +228,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->group_parameters: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/enum_parameters.md b/samples/openapi3/client/petstore/python/docs/paths/fake/get.md similarity index 95% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/enum_parameters.md rename to samples/openapi3/client/petstore/python/docs/paths/fake/get.md index 108b4b9e8c6..f057972c14f 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/enum_parameters.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake/get.md @@ -1,5 +1,11 @@ - -# **enum_parameters** +petstore_api.paths.fake.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| enum_parameters | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| get | ApiForGet | This api is only for this endpoint +| get | Fake | This api is only for path=/fake ## Table of Contents - [General Info](#general-info) @@ -264,4 +270,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->enum_parameters: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/client_model.md b/samples/openapi3/client/petstore/python/docs/paths/fake/patch.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/client_model.md rename to samples/openapi3/client/petstore/python/docs/paths/fake/patch.md index ad9ecf5b88a..c3ee90217f3 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/client_model.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake/patch.md @@ -1,5 +1,11 @@ - -# **client_model** +petstore_api.paths.fake.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| client_model | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| patch | ApiForPatch | This api is only for this endpoint +| patch | Fake | This api is only for path=/fake ## Table of Contents - [General Info](#general-info) @@ -102,4 +108,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->client_model: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/endpoint_parameters.md b/samples/openapi3/client/petstore/python/docs/paths/fake/post.md similarity index 93% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/endpoint_parameters.md rename to samples/openapi3/client/petstore/python/docs/paths/fake/post.md index e266f567292..bfece20cac5 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/endpoint_parameters.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake/post.md @@ -1,5 +1,11 @@ - -# **endpoint_parameters** +petstore_api.paths.fake.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| endpoint_parameters | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | Fake | This api is only for path=/fake ## Table of Contents - [General Info](#general-info) @@ -162,4 +168,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->endpoint_parameters: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/additional_properties_with_array_of_enums.md b/samples/openapi3/client/petstore/python/docs/paths/fake_additional_properties_with_array_of_enums/get.md similarity index 88% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/additional_properties_with_array_of_enums.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_additional_properties_with_array_of_enums/get.md index 8474e7b1217..09fad194536 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/additional_properties_with_array_of_enums.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_additional_properties_with_array_of_enums/get.md @@ -1,5 +1,11 @@ - -# **additional_properties_with_array_of_enums** +petstore_api.paths.fake_additional_properties_with_array_of_enums.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| additional_properties_with_array_of_enums | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| get | ApiForGet | This api is only for this endpoint +| get | FakeAdditionalPropertiesWithArrayOfEnums | This api is only for path=/fake/additional-properties-with-array-of-enums ## Table of Contents - [General Info](#general-info) @@ -120,4 +126,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->additional_properties_with_array_of_enums: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/body_with_file_schema.md b/samples/openapi3/client/petstore/python/docs/paths/fake_body_with_file_schema/put.md similarity index 87% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/body_with_file_schema.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_body_with_file_schema/put.md index 3ab0bd62d07..8525d84513f 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/body_with_file_schema.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_body_with_file_schema/put.md @@ -1,5 +1,11 @@ - -# **body_with_file_schema** +petstore_api.paths.fake_body_with_file_schema.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| body_with_file_schema | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| put | ApiForPut | This api is only for this endpoint +| put | FakeBodyWithFileSchema | This api is only for path=/fake/body-with-file-schema ## Table of Contents - [General Info](#general-info) @@ -93,4 +99,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->body_with_file_schema: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/body_with_query_params.md b/samples/openapi3/client/petstore/python/docs/paths/fake_body_with_query_params/put.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/body_with_query_params.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_body_with_query_params/put.md index ed03f9b6260..1f9a98bb160 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/body_with_query_params.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_body_with_query_params/put.md @@ -1,5 +1,11 @@ - -# **body_with_query_params** +petstore_api.paths.fake_body_with_query_params.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| body_with_query_params | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| put | ApiForPut | This api is only for this endpoint +| put | FakeBodyWithQueryParams | This api is only for path=/fake/body-with-query-params ## Table of Contents - [General Info](#general-info) @@ -122,4 +128,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->body_with_query_params: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/case_sensitive_params.md b/samples/openapi3/client/petstore/python/docs/paths/fake_case_sensitive_params/put.md similarity index 87% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/case_sensitive_params.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_case_sensitive_params/put.md index 6d029617fd6..5b24b3e7dc7 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/case_sensitive_params.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_case_sensitive_params/put.md @@ -1,5 +1,11 @@ - -# **case_sensitive_params** +petstore_api.paths.fake_case_sensitive_params.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| case_sensitive_params | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| put | ApiForPut | This api is only for this endpoint +| put | FakeCaseSensitiveParams | This api is only for path=/fake/case-sensitive-params ## Table of Contents - [General Info](#general-info) @@ -113,4 +119,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->case_sensitive_params: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_classname_tags123_api/classname.md b/samples/openapi3/client/petstore/python/docs/paths/fake_classname_test/patch.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_classname_tags123_api/classname.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_classname_test/patch.md index 64b9d037580..741a7c7f40b 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_classname_tags123_api/classname.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_classname_test/patch.md @@ -1,5 +1,11 @@ - -# **classname** +petstore_api.paths.fake_classname_test.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| classname | [FakeClassnameTags123Api](../../apis/tags/fake_classname_tags123_api.md) | This api is only for tag=fake_classname_tags 123#$%^ +| patch | ApiForPatch | This api is only for this endpoint +| patch | FakeClassnameTest | This api is only for path=/fake_classname_test ## Table of Contents - [General Info](#general-info) @@ -128,4 +134,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeClassnameTags123Api->classname: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_classname_tags123_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeClassnameTags123Api API]](../../apis/tags/fake_classname_tags123_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/delete_coffee.md b/samples/openapi3/client/petstore/python/docs/paths/fake_delete_coffee_id/delete.md similarity index 87% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/delete_coffee.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_delete_coffee_id/delete.md index 00e8a75bcfb..8d657a807c4 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/delete_coffee.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_delete_coffee_id/delete.md @@ -1,5 +1,11 @@ - -# **delete_coffee** +petstore_api.paths.fake_delete_coffee_id.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| delete_coffee | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| delete | ApiForDelete | This api is only for this endpoint +| delete | FakeDeleteCoffeeId | This api is only for path=/fake/deleteCoffee/{id} ## Table of Contents - [General Info](#general-info) @@ -109,4 +115,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->delete_coffee: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/fake_health_get.md b/samples/openapi3/client/petstore/python/docs/paths/fake_health/get.md similarity index 88% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/fake_health_get.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_health/get.md index 098301f23fa..5460123b8b9 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/fake_health_get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_health/get.md @@ -1,5 +1,11 @@ - -# **fake_health_get** +petstore_api.paths.fake_health.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| fake_health_get | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| get | ApiForGet | This api is only for this endpoint +| get | FakeHealth | This api is only for path=/fake/health ## Table of Contents - [General Info](#general-info) @@ -94,4 +100,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->fake_health_get: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/inline_additional_properties.md b/samples/openapi3/client/petstore/python/docs/paths/fake_inline_additional_properties/post.md similarity index 87% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/inline_additional_properties.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_inline_additional_properties/post.md index a7970474024..bd554a1f3bd 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/inline_additional_properties.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_inline_additional_properties/post.md @@ -1,5 +1,11 @@ - -# **inline_additional_properties** +petstore_api.paths.fake_inline_additional_properties.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| inline_additional_properties | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeInlineAdditionalProperties | This api is only for path=/fake/inline-additionalProperties ## Table of Contents - [General Info](#general-info) @@ -97,4 +103,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->inline_additional_properties: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/inline_composition.md b/samples/openapi3/client/petstore/python/docs/paths/fake_inline_composition/post.md similarity index 96% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/inline_composition.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_inline_composition/post.md index baeab948094..67986754851 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/inline_composition.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_inline_composition/post.md @@ -1,5 +1,11 @@ - -# **inline_composition** +petstore_api.paths.fake_inline_composition.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| inline_composition | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeInlineComposition | This api is only for path=/fake/inlineComposition/ ## Table of Contents - [General Info](#general-info) @@ -284,4 +290,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->inline_composition: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/json_form_data.md b/samples/openapi3/client/petstore/python/docs/paths/fake_json_form_data/get.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/json_form_data.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_json_form_data/get.md index b3df168c851..36266314148 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/json_form_data.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_json_form_data/get.md @@ -1,5 +1,11 @@ - -# **json_form_data** +petstore_api.paths.fake_json_form_data.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| json_form_data | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| get | ApiForGet | This api is only for this endpoint +| get | FakeJsonFormData | This api is only for path=/fake/jsonFormData ## Table of Contents - [General Info](#general-info) @@ -97,4 +103,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->json_form_data: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/json_patch.md b/samples/openapi3/client/petstore/python/docs/paths/fake_json_patch/patch.md similarity index 87% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/json_patch.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_json_patch/patch.md index c6d18fa422e..b0431223b7f 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/json_patch.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_json_patch/patch.md @@ -1,5 +1,11 @@ - -# **json_patch** +petstore_api.paths.fake_json_patch.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| json_patch | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| patch | ApiForPatch | This api is only for this endpoint +| patch | FakeJsonPatch | This api is only for path=/fake/jsonPatch ## Table of Contents - [General Info](#general-info) @@ -90,4 +96,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->json_patch: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/json_with_charset.md b/samples/openapi3/client/petstore/python/docs/paths/fake_json_with_charset/post.md similarity index 90% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/json_with_charset.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_json_with_charset/post.md index f1429a8cd0e..987be5c71f8 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/json_with_charset.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_json_with_charset/post.md @@ -1,5 +1,11 @@ - -# **json_with_charset** +petstore_api.paths.fake_json_with_charset.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| json_with_charset | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeJsonWithCharset | This api is only for path=/fake/jsonWithCharset ## Table of Contents - [General Info](#general-info) @@ -113,4 +119,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->json_with_charset: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/multiple_response_bodies.md b/samples/openapi3/client/petstore/python/docs/paths/fake_multiple_response_bodies/get.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/multiple_response_bodies.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_multiple_response_bodies/get.md index 8895e76d4a8..8f5490bdb48 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/multiple_response_bodies.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_multiple_response_bodies/get.md @@ -1,5 +1,11 @@ - -# **multiple_response_bodies** +petstore_api.paths.fake_multiple_response_bodies.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| multiple_response_bodies | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| get | ApiForGet | This api is only for this endpoint +| get | FakeMultipleResponseBodies | This api is only for path=/fake/multipleResponseBodies ## Table of Contents - [General Info](#general-info) @@ -120,4 +126,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->multiple_response_bodies: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/multiple_securities.md b/samples/openapi3/client/petstore/python/docs/paths/fake_multiple_securities/get.md similarity index 91% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/multiple_securities.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_multiple_securities/get.md index 011050238b8..50e86e2ad4a 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/multiple_securities.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_multiple_securities/get.md @@ -1,5 +1,11 @@ - -# **multiple_securities** +petstore_api.paths.fake_multiple_securities.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| multiple_securities | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| get | ApiForGet | This api is only for this endpoint +| get | FakeMultipleSecurities | This api is only for path=/fake/multipleSecurities ## Table of Contents - [General Info](#general-info) @@ -141,4 +147,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->multiple_securities: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/object_in_query.md b/samples/openapi3/client/petstore/python/docs/paths/fake_obj_in_query/get.md similarity index 88% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/object_in_query.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_obj_in_query/get.md index 66b26c3d051..dfbf58b62e9 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/object_in_query.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_obj_in_query/get.md @@ -1,5 +1,11 @@ - -# **object_in_query** +petstore_api.paths.fake_obj_in_query.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| object_in_query | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| get | ApiForGet | This api is only for this endpoint +| get | FakeObjInQuery | This api is only for path=/fake/objInQuery ## Table of Contents - [General Info](#general-info) @@ -103,4 +109,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->object_in_query: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/parameter_collisions.md b/samples/openapi3/client/petstore/python/docs/paths/fake_parameter_collisions1_abab_self_ab/post.md similarity index 95% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/parameter_collisions.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_parameter_collisions1_abab_self_ab/post.md index c724d1278e1..5506d97d91d 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/parameter_collisions.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_parameter_collisions1_abab_self_ab/post.md @@ -1,5 +1,11 @@ - -# **parameter_collisions** +petstore_api.paths.fake_parameter_collisions1_abab_self_ab.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| parameter_collisions | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeParameterCollisions1ABAbSelfAB | This api is only for path=/fake/parameterCollisions/{1}/{aB}/{Ab}/{self}/{A-B}/ ## Table of Contents - [General Info](#general-info) @@ -396,4 +402,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->parameter_collisions: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/upload_file_with_required_file.md b/samples/openapi3/client/petstore/python/docs/paths/fake_pet_id_upload_image_with_required_file/post.md similarity index 92% rename from samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/upload_file_with_required_file.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_pet_id_upload_image_with_required_file/post.md index 598bd0e0c2a..80609e58c83 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/upload_file_with_required_file.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_pet_id_upload_image_with_required_file/post.md @@ -1,5 +1,11 @@ - -# **upload_file_with_required_file** +petstore_api.paths.fake_pet_id_upload_image_with_required_file.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| upload_file_with_required_file | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet +| post | ApiForPost | This api is only for this endpoint +| post | FakePetIdUploadImageWithRequiredFile | This api is only for path=/fake/{petId}/uploadImageWithRequiredFile ## Table of Contents - [General Info](#general-info) @@ -187,4 +193,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling PetApi->upload_file_with_required_file: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../pet_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PetApi API]](../../apis/tags/pet_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/query_param_with_json_content_type.md b/samples/openapi3/client/petstore/python/docs/paths/fake_query_param_with_json_content_type/get.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/query_param_with_json_content_type.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_query_param_with_json_content_type/get.md index 7e00a085434..0124dc5e6c4 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/query_param_with_json_content_type.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_query_param_with_json_content_type/get.md @@ -1,5 +1,11 @@ - -# **query_param_with_json_content_type** +petstore_api.paths.fake_query_param_with_json_content_type.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| query_param_with_json_content_type | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| get | ApiForGet | This api is only for this endpoint +| get | FakeQueryParamWithJsonContentType | This api is only for path=/fake/queryParamWithJsonContentType ## Table of Contents - [General Info](#general-info) @@ -125,4 +131,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->query_param_with_json_content_type: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/ref_object_in_query.md b/samples/openapi3/client/petstore/python/docs/paths/fake_ref_obj_in_query/get.md similarity index 87% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/ref_object_in_query.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_ref_obj_in_query/get.md index 302ffc9427b..b2c7e0bdd76 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/ref_object_in_query.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_ref_obj_in_query/get.md @@ -1,5 +1,11 @@ - -# **ref_object_in_query** +petstore_api.paths.fake_ref_obj_in_query.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| ref_object_in_query | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| get | ApiForGet | This api is only for this endpoint +| get | FakeRefObjInQuery | This api is only for path=/fake/refObjInQuery ## Table of Contents - [General Info](#general-info) @@ -97,4 +103,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->ref_object_in_query: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/array_of_enums.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_array_of_enums/post.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/array_of_enums.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_refs_array_of_enums/post.md index 14113a2623d..6326bf43e9b 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/array_of_enums.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_array_of_enums/post.md @@ -1,5 +1,11 @@ - -# **array_of_enums** +petstore_api.paths.fake_refs_array_of_enums.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| array_of_enums | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeRefsArrayOfEnums | This api is only for path=/fake/refs/array-of-enums ## Table of Contents - [General Info](#general-info) @@ -118,4 +124,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->array_of_enums: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/array_model.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_arraymodel/post.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/array_model.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_refs_arraymodel/post.md index 32168be23cb..5d3ca92427d 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/array_model.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_arraymodel/post.md @@ -1,5 +1,11 @@ - -# **array_model** +petstore_api.paths.fake_refs_arraymodel.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| array_model | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeRefsArraymodel | This api is only for path=/fake/refs/arraymodel ## Table of Contents - [General Info](#general-info) @@ -117,4 +123,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->array_model: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/boolean.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_boolean/post.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/boolean.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_refs_boolean/post.md index 9c9310cd68d..9306dbf91f6 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/boolean.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_boolean/post.md @@ -1,5 +1,11 @@ - -# **boolean** +petstore_api.paths.fake_refs_boolean.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| boolean | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeRefsBoolean | This api is only for path=/fake/refs/boolean ## Table of Contents - [General Info](#general-info) @@ -115,4 +121,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->boolean: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/composed_one_of_different_types.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_composed_one_of_number_with_validations/post.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/composed_one_of_different_types.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_refs_composed_one_of_number_with_validations/post.md index e7de50b48a4..1442c021edf 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/composed_one_of_different_types.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_composed_one_of_number_with_validations/post.md @@ -1,5 +1,11 @@ - -# **composed_one_of_different_types** +petstore_api.paths.fake_refs_composed_one_of_number_with_validations.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| composed_one_of_different_types | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeRefsComposedOneOfNumberWithValidations | This api is only for path=/fake/refs/composed_one_of_number_with_validations ## Table of Contents - [General Info](#general-info) @@ -115,4 +121,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->composed_one_of_different_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/string_enum.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_enum/post.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/string_enum.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_refs_enum/post.md index 74cb736b958..aaa8b0f1874 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/string_enum.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_enum/post.md @@ -1,5 +1,11 @@ - -# **string_enum** +petstore_api.paths.fake_refs_enum.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| string_enum | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeRefsEnum | This api is only for path=/fake/refs/enum ## Table of Contents - [General Info](#general-info) @@ -115,4 +121,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->string_enum: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/mammal.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_mammal/post.md similarity index 90% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/mammal.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_refs_mammal/post.md index e9b215f1c3b..be70754a5ce 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/mammal.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_mammal/post.md @@ -1,5 +1,11 @@ - -# **mammal** +petstore_api.paths.fake_refs_mammal.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| mammal | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeRefsMammal | This api is only for path=/fake/refs/mammal ## Table of Contents - [General Info](#general-info) @@ -119,4 +125,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->mammal: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/number_with_validations.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_number/post.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/number_with_validations.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_refs_number/post.md index e9751806c86..9b4dd03ea79 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/number_with_validations.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_number/post.md @@ -1,5 +1,11 @@ - -# **number_with_validations** +petstore_api.paths.fake_refs_number.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| number_with_validations | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeRefsNumber | This api is only for path=/fake/refs/number ## Table of Contents - [General Info](#general-info) @@ -115,4 +121,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->number_with_validations: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/object_model_with_ref_props.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_object_model_with_ref_props/post.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/object_model_with_ref_props.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_refs_object_model_with_ref_props/post.md index 12b369d5590..3ef0f4f3993 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/object_model_with_ref_props.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_object_model_with_ref_props/post.md @@ -1,5 +1,11 @@ - -# **object_model_with_ref_props** +petstore_api.paths.fake_refs_object_model_with_ref_props.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| object_model_with_ref_props | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeRefsObjectModelWithRefProps | This api is only for path=/fake/refs/object_model_with_ref_props ## Table of Contents - [General Info](#general-info) @@ -119,4 +125,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->object_model_with_ref_props: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/string.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_string/post.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/string.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_refs_string/post.md index 892a3c5c20d..1e2b1aa6c6f 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/string.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_string/post.md @@ -1,5 +1,11 @@ - -# **string** +petstore_api.paths.fake_refs_string.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| string | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeRefsString | This api is only for path=/fake/refs/string ## Table of Contents - [General Info](#general-info) @@ -115,4 +121,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->string: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/response_without_schema.md b/samples/openapi3/client/petstore/python/docs/paths/fake_response_without_schema/get.md similarity index 86% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/response_without_schema.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_response_without_schema/get.md index b2da9ceafeb..9b0b208d64b 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/response_without_schema.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_response_without_schema/get.md @@ -1,5 +1,11 @@ - -# **response_without_schema** +petstore_api.paths.fake_response_without_schema.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| response_without_schema | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| get | ApiForGet | This api is only for this endpoint +| get | FakeResponseWithoutSchema | This api is only for path=/fake/responseWithoutSchema ## Table of Contents - [General Info](#general-info) @@ -87,4 +93,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->response_without_schema: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/query_parameter_collection_format.md b/samples/openapi3/client/petstore/python/docs/paths/fake_test_query_paramters/put.md similarity index 91% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/query_parameter_collection_format.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_test_query_paramters/put.md index 4e388faad05..2d80b5c91d6 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/query_parameter_collection_format.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_test_query_paramters/put.md @@ -1,5 +1,11 @@ - -# **query_parameter_collection_format** +petstore_api.paths.fake_test_query_paramters.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| query_parameter_collection_format | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| put | ApiForPut | This api is only for this endpoint +| put | FakeTestQueryParamters | This api is only for path=/fake/test-query-paramters ## Table of Contents - [General Info](#general-info) @@ -181,4 +187,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->query_parameter_collection_format: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/upload_download_file.md b/samples/openapi3/client/petstore/python/docs/paths/fake_upload_download_file/post.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/upload_download_file.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_upload_download_file/post.md index 11d68fe7349..21a8ad2c52a 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/upload_download_file.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_upload_download_file/post.md @@ -1,5 +1,11 @@ - -# **upload_download_file** +petstore_api.paths.fake_upload_download_file.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| upload_download_file | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeUploadDownloadFile | This api is only for path=/fake/uploadDownloadFile ## Table of Contents - [General Info](#general-info) @@ -119,4 +125,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->upload_download_file: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/upload_file.md b/samples/openapi3/client/petstore/python/docs/paths/fake_upload_file/post.md similarity index 91% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/upload_file.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_upload_file/post.md index 23dd788d93e..57e13a04010 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/upload_file.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_upload_file/post.md @@ -1,5 +1,11 @@ - -# **upload_file** +petstore_api.paths.fake_upload_file.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| upload_file | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeUploadFile | This api is only for path=/fake/uploadFile ## Table of Contents - [General Info](#general-info) @@ -123,4 +129,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->upload_file: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/upload_files.md b/samples/openapi3/client/petstore/python/docs/paths/fake_upload_files/post.md similarity index 91% rename from samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/upload_files.md rename to samples/openapi3/client/petstore/python/docs/paths/fake_upload_files/post.md index eabfb2eb523..e149b575439 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api/upload_files.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_upload_files/post.md @@ -1,5 +1,11 @@ - -# **upload_files** +petstore_api.paths.fake_upload_files.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| upload_files | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake +| post | ApiForPost | This api is only for this endpoint +| post | FakeUploadFiles | This api is only for path=/fake/uploadFiles ## Table of Contents - [General Info](#general-info) @@ -135,4 +141,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling FakeApi->upload_files: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../fake_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to FakeApi API]](../../apis/tags/fake_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/default_api/foo_get.md b/samples/openapi3/client/petstore/python/docs/paths/foo/get.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/default_api/foo_get.md rename to samples/openapi3/client/petstore/python/docs/paths/foo/get.md index 85e2555c596..095c75dce7f 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/default_api/foo_get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/foo/get.md @@ -1,5 +1,11 @@ - -# **foo_get** +petstore_api.paths.foo.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| foo_get | [DefaultApi](../../apis/tags/default_api.md) | This api is only for tag=default +| get | ApiForGet | This api is only for this endpoint +| get | Foo | This api is only for path=/foo ## Table of Contents - [General Info](#general-info) @@ -112,4 +118,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling DefaultApi->foo_get: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../default_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to DefaultApi API]](../../apis/tags/default_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/add_pet.md b/samples/openapi3/client/petstore/python/docs/paths/pet/post.md similarity index 93% rename from samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/add_pet.md rename to samples/openapi3/client/petstore/python/docs/paths/pet/post.md index f304a3a9600..aa0853110cb 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/add_pet.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet/post.md @@ -1,5 +1,11 @@ - -# **add_pet** +petstore_api.paths.pet.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| add_pet | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet +| post | ApiForPost | This api is only for this endpoint +| post | Pet | This api is only for path=/pet ## Table of Contents - [General Info](#general-info) @@ -168,4 +174,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling PetApi->add_pet: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../pet_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PetApi API]](../../apis/tags/pet_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/update_pet.md b/samples/openapi3/client/petstore/python/docs/paths/pet/put.md similarity index 93% rename from samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/update_pet.md rename to samples/openapi3/client/petstore/python/docs/paths/pet/put.md index 3a15af00c5b..7cc5a33e92f 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/update_pet.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet/put.md @@ -1,5 +1,11 @@ - -# **update_pet** +petstore_api.paths.pet.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| update_pet | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet +| put | ApiForPut | This api is only for this endpoint +| put | Pet | This api is only for path=/pet ## Table of Contents - [General Info](#general-info) @@ -181,4 +187,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling PetApi->update_pet: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../pet_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PetApi API]](../../apis/tags/pet_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/find_pets_by_status.md b/samples/openapi3/client/petstore/python/docs/paths/pet_find_by_status/get.md similarity index 93% rename from samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/find_pets_by_status.md rename to samples/openapi3/client/petstore/python/docs/paths/pet_find_by_status/get.md index 39960fc30aa..329d5a7f74f 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/find_pets_by_status.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet_find_by_status/get.md @@ -1,5 +1,11 @@ - -# **find_pets_by_status** +petstore_api.paths.pet_find_by_status.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| find_pets_by_status | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet +| get | ApiForGet | This api is only for this endpoint +| get | PetFindByStatus | This api is only for path=/pet/findByStatus ## Table of Contents - [General Info](#general-info) @@ -194,4 +200,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling PetApi->find_pets_by_status: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../pet_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PetApi API]](../../apis/tags/pet_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/find_pets_by_tags.md b/samples/openapi3/client/petstore/python/docs/paths/pet_find_by_tags/get.md similarity index 92% rename from samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/find_pets_by_tags.md rename to samples/openapi3/client/petstore/python/docs/paths/pet_find_by_tags/get.md index 8baed3fe565..647d9760151 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/find_pets_by_tags.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet_find_by_tags/get.md @@ -1,5 +1,11 @@ - -# **find_pets_by_tags** +petstore_api.paths.pet_find_by_tags.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| find_pets_by_tags | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet +| get | ApiForGet | This api is only for this endpoint +| get | PetFindByTags | This api is only for path=/pet/findByTags ## Table of Contents - [General Info](#general-info) @@ -169,4 +175,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling PetApi->find_pets_by_tags: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../pet_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PetApi API]](../../apis/tags/pet_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/delete_pet.md b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/delete.md similarity index 92% rename from samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/delete_pet.md rename to samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/delete.md index bc9d60ce137..56720c95179 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/delete_pet.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/delete.md @@ -1,5 +1,11 @@ - -# **delete_pet** +petstore_api.paths.pet_pet_id.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| delete_pet | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet +| delete | ApiForDelete | This api is only for this endpoint +| delete | PetPetId | This api is only for path=/pet/{petId} ## Table of Contents - [General Info](#general-info) @@ -182,4 +188,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling PetApi->delete_pet: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../pet_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PetApi API]](../../apis/tags/pet_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/get_pet_by_id.md b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/get.md similarity index 93% rename from samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/get_pet_by_id.md rename to samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/get.md index 820fb2c90de..0e486c15769 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/get_pet_by_id.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/get.md @@ -1,5 +1,11 @@ - -# **get_pet_by_id** +petstore_api.paths.pet_pet_id.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| get_pet_by_id | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet +| get | ApiForGet | This api is only for this endpoint +| get | PetPetId | This api is only for path=/pet/{petId} ## Table of Contents - [General Info](#general-info) @@ -181,4 +187,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling PetApi->get_pet_by_id: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../pet_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PetApi API]](../../apis/tags/pet_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/update_pet_with_form.md b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/post.md similarity index 93% rename from samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/update_pet_with_form.md rename to samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/post.md index b296f05694f..0dddf7be5a9 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/update_pet_with_form.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/post.md @@ -1,5 +1,11 @@ - -# **update_pet_with_form** +petstore_api.paths.pet_pet_id.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| update_pet_with_form | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet +| post | ApiForPost | This api is only for this endpoint +| post | PetPetId | This api is only for path=/pet/{petId} ## Table of Contents - [General Info](#general-info) @@ -184,4 +190,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling PetApi->update_pet_with_form: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../pet_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PetApi API]](../../apis/tags/pet_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/upload_image.md b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id_upload_image/post.md similarity index 92% rename from samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/upload_image.md rename to samples/openapi3/client/petstore/python/docs/paths/pet_pet_id_upload_image/post.md index f094f467e52..f9ac14425d0 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api/upload_image.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id_upload_image/post.md @@ -1,5 +1,11 @@ - -# **upload_image** +petstore_api.paths.pet_pet_id_upload_image.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| upload_image | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet +| post | ApiForPost | This api is only for this endpoint +| post | PetPetIdUploadImage | This api is only for path=/pet/{petId}/uploadImage ## Table of Contents - [General Info](#general-info) @@ -162,4 +168,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling PetApi->upload_image: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../pet_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PetApi API]](../../apis/tags/pet_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/store_api/get_inventory.md b/samples/openapi3/client/petstore/python/docs/paths/store_inventory/get.md similarity index 88% rename from samples/openapi3/client/petstore/python/docs/apis/tags/store_api/get_inventory.md rename to samples/openapi3/client/petstore/python/docs/paths/store_inventory/get.md index 227c7d036a7..048dc70e2f5 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/store_api/get_inventory.md +++ b/samples/openapi3/client/petstore/python/docs/paths/store_inventory/get.md @@ -1,5 +1,11 @@ - -# **get_inventory** +petstore_api.paths.store_inventory.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| get_inventory | [StoreApi](../../apis/tags/store_api.md) | This api is only for tag=store +| get | ApiForGet | This api is only for this endpoint +| get | StoreInventory | This api is only for path=/store/inventory ## Table of Contents - [General Info](#general-info) @@ -96,4 +102,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling StoreApi->get_inventory: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../store_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to StoreApi API]](../../apis/tags/store_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/store_api/place_order.md b/samples/openapi3/client/petstore/python/docs/paths/store_order/post.md similarity index 91% rename from samples/openapi3/client/petstore/python/docs/apis/tags/store_api/place_order.md rename to samples/openapi3/client/petstore/python/docs/paths/store_order/post.md index 9334b9c4501..15e6aef0c5f 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/store_api/place_order.md +++ b/samples/openapi3/client/petstore/python/docs/paths/store_order/post.md @@ -1,5 +1,11 @@ - -# **place_order** +petstore_api.paths.store_order.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| place_order | [StoreApi](../../apis/tags/store_api.md) | This api is only for tag=store +| post | ApiForPost | This api is only for this endpoint +| post | StoreOrder | This api is only for path=/store/order ## Table of Contents - [General Info](#general-info) @@ -143,4 +149,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling StoreApi->place_order: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../store_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to StoreApi API]](../../apis/tags/store_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/store_api/delete_order.md b/samples/openapi3/client/petstore/python/docs/paths/store_order_order_id/delete.md similarity index 88% rename from samples/openapi3/client/petstore/python/docs/apis/tags/store_api/delete_order.md rename to samples/openapi3/client/petstore/python/docs/paths/store_order_order_id/delete.md index b5e9cf2a5c3..2c859f7a202 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/store_api/delete_order.md +++ b/samples/openapi3/client/petstore/python/docs/paths/store_order_order_id/delete.md @@ -1,5 +1,11 @@ - -# **delete_order** +petstore_api.paths.store_order_order_id.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| delete_order | [StoreApi](../../apis/tags/store_api.md) | This api is only for tag=store +| delete | ApiForDelete | This api is only for this endpoint +| delete | StoreOrderOrderId | This api is only for path=/store/order/{order_id} ## Table of Contents - [General Info](#general-info) @@ -121,4 +127,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling StoreApi->delete_order: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../store_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to StoreApi API]](../../apis/tags/store_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/store_api/get_order_by_id.md b/samples/openapi3/client/petstore/python/docs/paths/store_order_order_id/get.md similarity index 91% rename from samples/openapi3/client/petstore/python/docs/apis/tags/store_api/get_order_by_id.md rename to samples/openapi3/client/petstore/python/docs/paths/store_order_order_id/get.md index ad1e1328b0b..bb3e54f5536 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/store_api/get_order_by_id.md +++ b/samples/openapi3/client/petstore/python/docs/paths/store_order_order_id/get.md @@ -1,5 +1,11 @@ - -# **get_order_by_id** +petstore_api.paths.store_order_order_id.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| get_order_by_id | [StoreApi](../../apis/tags/store_api.md) | This api is only for tag=store +| get | ApiForGet | This api is only for this endpoint +| get | StoreOrderOrderId | This api is only for path=/store/order/{order_id} ## Table of Contents - [General Info](#general-info) @@ -155,4 +161,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling StoreApi->get_order_by_id: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../store_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to StoreApi API]](../../apis/tags/store_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/create_user.md b/samples/openapi3/client/petstore/python/docs/paths/user/post.md similarity index 89% rename from samples/openapi3/client/petstore/python/docs/apis/tags/user_api/create_user.md rename to samples/openapi3/client/petstore/python/docs/paths/user/post.md index 29bb85386e0..a9cde2dea6a 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/create_user.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user/post.md @@ -1,5 +1,11 @@ - -# **create_user** +petstore_api.paths.user.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| create_user | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user +| post | ApiForPost | This api is only for this endpoint +| post | User | This api is only for path=/user ## Table of Contents - [General Info](#general-info) @@ -117,4 +123,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling UserApi->create_user: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../user_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to UserApi API]](../../apis/tags/user_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/create_users_with_array_input.md b/samples/openapi3/client/petstore/python/docs/paths/user_create_with_array/post.md similarity index 87% rename from samples/openapi3/client/petstore/python/docs/apis/tags/user_api/create_users_with_array_input.md rename to samples/openapi3/client/petstore/python/docs/paths/user_create_with_array/post.md index fb2855299f2..41608c49770 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/create_users_with_array_input.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user_create_with_array/post.md @@ -1,5 +1,11 @@ - -# **create_users_with_array_input** +petstore_api.paths.user_create_with_array.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| create_users_with_array_input | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user +| post | ApiForPost | This api is only for this endpoint +| post | UserCreateWithArray | This api is only for path=/user/createWithArray ## Table of Contents - [General Info](#general-info) @@ -101,4 +107,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling UserApi->create_users_with_array_input: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../user_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to UserApi API]](../../apis/tags/user_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/create_users_with_list_input.md b/samples/openapi3/client/petstore/python/docs/paths/user_create_with_list/post.md similarity index 87% rename from samples/openapi3/client/petstore/python/docs/apis/tags/user_api/create_users_with_list_input.md rename to samples/openapi3/client/petstore/python/docs/paths/user_create_with_list/post.md index 8356af9158e..9483e8ec659 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/create_users_with_list_input.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user_create_with_list/post.md @@ -1,5 +1,11 @@ - -# **create_users_with_list_input** +petstore_api.paths.user_create_with_list.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| create_users_with_list_input | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user +| post | ApiForPost | This api is only for this endpoint +| post | UserCreateWithList | This api is only for path=/user/createWithList ## Table of Contents - [General Info](#general-info) @@ -101,4 +107,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling UserApi->create_users_with_list_input: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../user_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to UserApi API]](../../apis/tags/user_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/login_user.md b/samples/openapi3/client/petstore/python/docs/paths/user_login/get.md similarity index 93% rename from samples/openapi3/client/petstore/python/docs/apis/tags/user_api/login_user.md rename to samples/openapi3/client/petstore/python/docs/paths/user_login/get.md index 7d4dc6660ff..acfee456d45 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/login_user.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user_login/get.md @@ -1,5 +1,11 @@ - -# **login_user** +petstore_api.paths.user_login.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| login_user | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user +| get | ApiForGet | This api is only for this endpoint +| get | UserLogin | This api is only for path=/user/login ## Table of Contents - [General Info](#general-info) @@ -195,4 +201,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling UserApi->login_user: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../user_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to UserApi API]](../../apis/tags/user_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/logout_user.md b/samples/openapi3/client/petstore/python/docs/paths/user_logout/get.md similarity index 84% rename from samples/openapi3/client/petstore/python/docs/apis/tags/user_api/logout_user.md rename to samples/openapi3/client/petstore/python/docs/paths/user_logout/get.md index 9c26d55773e..9ce51458897 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/logout_user.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user_logout/get.md @@ -1,5 +1,11 @@ - -# **logout_user** +petstore_api.paths.user_logout.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| logout_user | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user +| get | ApiForGet | This api is only for this endpoint +| get | UserLogout | This api is only for path=/user/logout ## Table of Contents - [General Info](#general-info) @@ -68,4 +74,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling UserApi->logout_user: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../user_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to UserApi API]](../../apis/tags/user_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/delete_user.md b/samples/openapi3/client/petstore/python/docs/paths/user_username/delete.md similarity index 87% rename from samples/openapi3/client/petstore/python/docs/apis/tags/user_api/delete_user.md rename to samples/openapi3/client/petstore/python/docs/paths/user_username/delete.md index f08ef395835..8ca50beba6f 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/delete_user.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user_username/delete.md @@ -1,5 +1,11 @@ - -# **delete_user** +petstore_api.paths.user_username.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| delete_user | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user +| delete | ApiForDelete | This api is only for this endpoint +| delete | UserUsername | This api is only for path=/user/{username} ## Table of Contents - [General Info](#general-info) @@ -97,4 +103,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling UserApi->delete_user: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../user_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to UserApi API]](../../apis/tags/user_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/get_user_by_name.md b/samples/openapi3/client/petstore/python/docs/paths/user_username/get.md similarity index 91% rename from samples/openapi3/client/petstore/python/docs/apis/tags/user_api/get_user_by_name.md rename to samples/openapi3/client/petstore/python/docs/paths/user_username/get.md index 9e4175ee138..a4687df7812 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/get_user_by_name.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user_username/get.md @@ -1,5 +1,11 @@ - -# **get_user_by_name** +petstore_api.paths.user_username.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| get_user_by_name | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user +| get | ApiForGet | This api is only for this endpoint +| get | UserUsername | This api is only for path=/user/{username} ## Table of Contents - [General Info](#general-info) @@ -142,4 +148,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling UserApi->get_user_by_name: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../user_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to UserApi API]](../../apis/tags/user_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/update_user.md b/samples/openapi3/client/petstore/python/docs/paths/user_username/put.md similarity index 91% rename from samples/openapi3/client/petstore/python/docs/apis/tags/user_api/update_user.md rename to samples/openapi3/client/petstore/python/docs/paths/user_username/put.md index 206e354b980..9813f73e946 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api/update_user.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user_username/put.md @@ -1,5 +1,11 @@ - -# **update_user** +petstore_api.paths.user_username.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| update_user | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user +| put | ApiForPut | This api is only for this endpoint +| put | UserUsername | This api is only for path=/user/{username} ## Table of Contents - [General Info](#general-info) @@ -144,4 +150,6 @@ with petstore_api.ApiClient(used_configuration) as api_client: print("Exception when calling UserApi->update_user: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../user_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to UserApi API]](../../apis/tags/user_api.md) +[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file From 99227ff9835887f51431cf40535fbb0b38dd71dc Mon Sep 17 00:00:00 2001 From: Justin Black Date: Wed, 5 Apr 2023 15:16:04 -0700 Subject: [PATCH 2/5] Fixes endpoint doc links --- .../codegen/DefaultGenerator.java | 2 +- .../python/paths/path/verb/operation_doc.hbs | 20 +++++++++---------- .../docs/paths/another_fake_dummy/patch.md | 12 +++++------ .../petstore/python/docs/paths/fake/delete.md | 12 +++++------ .../petstore/python/docs/paths/fake/get.md | 10 +++++----- .../petstore/python/docs/paths/fake/patch.md | 12 +++++------ .../petstore/python/docs/paths/fake/post.md | 12 +++++------ .../get.md | 12 +++++------ .../paths/fake_body_with_file_schema/put.md | 12 +++++------ .../paths/fake_body_with_query_params/put.md | 12 +++++------ .../paths/fake_case_sensitive_params/put.md | 10 +++++----- .../docs/paths/fake_classname_test/patch.md | 14 ++++++------- .../paths/fake_delete_coffee_id/delete.md | 10 +++++----- .../python/docs/paths/fake_health/get.md | 10 +++++----- .../fake_inline_additional_properties/post.md | 10 +++++----- .../paths/fake_inline_composition/post.md | 8 ++++---- .../docs/paths/fake_json_form_data/get.md | 10 +++++----- .../docs/paths/fake_json_patch/patch.md | 12 +++++------ .../docs/paths/fake_json_with_charset/post.md | 8 ++++---- .../fake_multiple_response_bodies/get.md | 8 ++++---- .../paths/fake_multiple_securities/get.md | 12 +++++------ .../docs/paths/fake_obj_in_query/get.md | 10 +++++----- .../post.md | 8 ++++---- .../post.md | 12 +++++------ .../get.md | 8 ++++---- .../docs/paths/fake_ref_obj_in_query/get.md | 12 +++++------ .../paths/fake_refs_array_of_enums/post.md | 12 +++++------ .../docs/paths/fake_refs_arraymodel/post.md | 12 +++++------ .../docs/paths/fake_refs_boolean/post.md | 12 +++++------ .../post.md | 12 +++++------ .../python/docs/paths/fake_refs_enum/post.md | 12 +++++------ .../docs/paths/fake_refs_mammal/post.md | 12 +++++------ .../docs/paths/fake_refs_number/post.md | 12 +++++------ .../post.md | 12 +++++------ .../docs/paths/fake_refs_string/post.md | 12 +++++------ .../paths/fake_response_without_schema/get.md | 8 ++++---- .../paths/fake_test_query_paramters/put.md | 12 +++++------ .../paths/fake_upload_download_file/post.md | 8 ++++---- .../docs/paths/fake_upload_file/post.md | 10 +++++----- .../docs/paths/fake_upload_files/post.md | 10 +++++----- .../petstore/python/docs/paths/foo/get.md | 10 +++++----- .../petstore/python/docs/paths/pet/post.md | 18 ++++++++--------- .../petstore/python/docs/paths/pet/put.md | 14 ++++++------- .../docs/paths/pet_find_by_status/get.md | 16 +++++++-------- .../python/docs/paths/pet_find_by_tags/get.md | 14 ++++++------- .../python/docs/paths/pet_pet_id/delete.md | 12 +++++------ .../python/docs/paths/pet_pet_id/get.md | 14 ++++++------- .../python/docs/paths/pet_pet_id/post.md | 12 +++++------ .../paths/pet_pet_id_upload_image/post.md | 12 +++++------ .../python/docs/paths/store_inventory/get.md | 12 +++++------ .../python/docs/paths/store_order/post.md | 14 ++++++------- .../docs/paths/store_order_order_id/delete.md | 8 ++++---- .../docs/paths/store_order_order_id/get.md | 12 +++++------ .../petstore/python/docs/paths/user/post.md | 10 +++++----- .../docs/paths/user_create_with_array/post.md | 10 +++++----- .../docs/paths/user_create_with_list/post.md | 10 +++++----- .../python/docs/paths/user_login/get.md | 8 ++++---- .../python/docs/paths/user_logout/get.md | 10 +++++----- .../python/docs/paths/user_username/delete.md | 10 +++++----- .../python/docs/paths/user_username/get.md | 12 +++++------ .../python/docs/paths/user_username/put.md | 10 +++++----- 61 files changed, 341 insertions(+), 341 deletions(-) diff --git a/modules/openapi-json-schema-generator/src/main/java/org/openapijsonschematools/codegen/DefaultGenerator.java b/modules/openapi-json-schema-generator/src/main/java/org/openapijsonschematools/codegen/DefaultGenerator.java index c8ffa0f4584..0136f96d2ab 100644 --- a/modules/openapi-json-schema-generator/src/main/java/org/openapijsonschematools/codegen/DefaultGenerator.java +++ b/modules/openapi-json-schema-generator/src/main/java/org/openapijsonschematools/codegen/DefaultGenerator.java @@ -473,7 +473,7 @@ private void generatePathItem(List files, CodegenKey pathKey, CodegenPathI endpointInfo.put("packageName", config.packageName()); endpointInfo.put("apiPackage", config.apiPackage()); endpointInfo.put("headerSize", "#"); - endpointInfo.put("complexTypePrefix", "../../../components/schema/"); + endpointInfo.put("complexTypePrefix", "../../components/schema/"); endpointInfo.put("identifierPieces", Collections.unmodifiableList(new ArrayList<>())); endpointInfo.put("identifierToHeadingQty", new HashMap<>()); generateXDocs(files, operationJsonPath, CodegenConstants.JSON_PATH_LOCATION_TYPE.OPERATION, CodegenConstants.APIS, endpointInfo, true); diff --git a/modules/openapi-json-schema-generator/src/main/resources/python/paths/path/verb/operation_doc.hbs b/modules/openapi-json-schema-generator/src/main/resources/python/paths/path/verb/operation_doc.hbs index 24525ca41a8..f87a35e5b51 100644 --- a/modules/openapi-json-schema-generator/src/main/resources/python/paths/path/verb/operation_doc.hbs +++ b/modules/openapi-json-schema-generator/src/main/resources/python/paths/path/verb/operation_doc.hbs @@ -5,10 +5,10 @@ | Method Name | Api Class | Notes | | ----------- | --------- | ----- | {{#each tags}} -| {{../operationId.snakeCase}} | [{{className}}](../../apis/tags/{{moduleName}}.md) | This api is only for tag={{{name}}} +| {{../operationId.snakeCase}} | [{{className}}](../../apis/tags/{{moduleName}}.md) | This api is only for tag={{{name}}} | {{/each}} -| {{httpMethod.original}} | ApiFor{{httpMethod.camelCase}} | This api is only for this endpoint -| {{httpMethod.original}} | {{path.camelCase}} | This api is only for path={{{path.original}}} +| {{httpMethod.original}} | ApiFor{{httpMethod.camelCase}} | This api is only for this endpoint | +| {{httpMethod.original}} | {{path.camelCase}} | This api is only for path={{{path.original}}} | {{headerSize}}# Table of Contents - [General Info](#general-info) @@ -48,9 +48,9 @@ Name | Type | Description | Notes {{#if refInfo}} {{#with getDeepestRef}} {{#if required}} -[**body**](../../../components/request_bodies/{{../refInfo.refModule}}.md) | typing.Union[{{#each content}}{{#with this.schema}}[{{../../../refInfo.refClass}}.content.{{../@key.snakeCase}}.{{jsonPathPiece.snakeCase}}](../../../components/request_bodies/{{../../../refInfo.refModule}}.md#{{> components/_helper_anchor_id identifierPieces=(append identifierPieces "content" ../@key jsonPathPiece) }}){{/with}}, {{/each}}{{#each getContentSchemas}}{{> _helper_schema_python_types }}{{#unless @last}}, {{/unless}}{{/each}}] | required | +[**body**](../../components/request_bodies/{{../refInfo.refModule}}.md) | typing.Union[{{#each content}}{{#with this.schema}}[{{../../../refInfo.refClass}}.content.{{../@key.snakeCase}}.{{jsonPathPiece.snakeCase}}](../../components/request_bodies/{{../../../refInfo.refModule}}.md#{{> components/_helper_anchor_id identifierPieces=(append identifierPieces "content" ../@key jsonPathPiece) }}){{/with}}, {{/each}}{{#each getContentSchemas}}{{> _helper_schema_python_types }}{{#unless @last}}, {{/unless}}{{/each}}] | required | {{else}} -[**body**](../../../components/request_bodies/{{../refInfo.refModule}}.md) | typing.Union[{{#each content}}{{#with this.schema}}[{{../../../refInfo.refClass}}.content.{{../@key.snakeCase}}.{{jsonPathPiece.snakeCase}}](../../../components/request_bodies/{{../../../refInfo.refModule}}.md#{{> components/_helper_anchor_id identifierPieces=(append identifierPieces "content" ../@key jsonPathPiece) }}){{/with}}, {{/each}}Unset, {{#each getContentSchemas}}{{> _helper_schema_python_types }}{{#unless @last}}, {{/unless}}{{/each}}] | optional, default is unset | +[**body**](../../components/request_bodies/{{../refInfo.refModule}}.md) | typing.Union[{{#each content}}{{#with this.schema}}[{{../../../refInfo.refClass}}.content.{{../@key.snakeCase}}.{{jsonPathPiece.snakeCase}}](../../components/request_bodies/{{../../../refInfo.refModule}}.md#{{> components/_helper_anchor_id identifierPieces=(append identifierPieces "content" ../@key jsonPathPiece) }}){{/with}}, {{/each}}Unset, {{#each getContentSchemas}}{{> _helper_schema_python_types }}{{#unless @last}}, {{/unless}}{{/each}}] | optional, default is unset | {{/if}} {{/with}} {{else}} @@ -122,7 +122,7 @@ n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization i {{#if defaultResponse}} {{#with defaultResponse}} {{#if refInfo}} -default | [{{refInfo.refClass}}.response_cls](../../../components/responses/{{refInfo.refModule}}.md#{{refInfo.refModule}}response_cls) | {{#with getDeepestRef}}{{description}}{{/with}} +default | [{{refInfo.refClass}}.response_cls](../../components/responses/{{refInfo.refModule}}.md#{{refInfo.refModule}}response_cls) | {{#with getDeepestRef}}{{description}}{{/with}} {{else}} default | [{{jsonPathPiece.camelCase}}.response_cls](#{{jsonPathPiece.anchorPiece}}-response_cls) | {{description}} {{/if}} @@ -130,7 +130,7 @@ default | [{{jsonPathPiece.camelCase}}.response_cls](#{{jsonPathPiece.anchorPiec {{/if}} {{#each nonDefaultResponses}} {{#if refInfo}} -{{@key}} | [{{refInfo.refClass}}.response_cls](../../../components/responses/{{refInfo.refModule}}.md#{{refInfo.refModule}}response_cls) | {{#with getDeepestRef}}{{description}}{{/with}} +{{@key}} | [{{refInfo.refClass}}.response_cls](../../components/responses/{{refInfo.refModule}}.md#{{refInfo.refModule}}response_cls) | {{#with getDeepestRef}}{{description}}{{/with}} {{else}} {{@key}} | [{{jsonPathPiece.camelCase}}.response_cls](#{{jsonPathPiece.anchorPiece}}-response_cls) | {{description}} {{/if}} @@ -157,7 +157,7 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | {{#each security}} -| {{@key}} | {{#eq this.size 0}}no security{{else}}{{#each this}}["{{{@key}}}"](../../../components/security_schemes/{{this.refInfo.refModule}}.md) {{this.scopeNames}}
{{/each}}{{/eq}} | +| {{@key}} | {{#eq this.size 0}}no security{{else}}{{#each this}}["{{{@key}}}"](../../components/security_schemes/{{this.refInfo.refModule}}.md) {{this.scopeNames}}
{{/each}}{{/eq}} | {{/each}} {{/gt}} {{else}} @@ -177,7 +177,7 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | {{#each ../security}} -| {{@key}} | {{#eq this.size 0}}no security{{else}}{{#each this}}["{{{@key}}}"](../../../components/security_schemes/{{this.refInfo.refModule}}.md) {{this.scopeNames}}
{{/each}}{{/eq}} | +| {{@key}} | {{#eq this.size 0}}no security{{else}}{{#each this}}["{{{@key}}}"](../../components/security_schemes/{{this.refInfo.refModule}}.md) {{this.scopeNames}}
{{/each}}{{/eq}} | {{/each}} {{/gt}} {{/neq}} @@ -248,5 +248,5 @@ server_index | Class | Description {{#each tags}} [[Back to {{className}} API]](../../apis/tags/{{moduleName}}.md) {{/each}} -{{> _helper_footer_links readmePath="../../../../" endpointsLink=true}} +{{> _helper_footer_links readmePath="../../../" endpointsLink=true}} {{/with}} \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/another_fake_dummy/patch.md b/samples/openapi3/client/petstore/python/docs/paths/another_fake_dummy/patch.md index 3ffe2162091..b623ba50fd8 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/another_fake_dummy/patch.md +++ b/samples/openapi3/client/petstore/python/docs/paths/another_fake_dummy/patch.md @@ -3,9 +3,9 @@ petstore_api.paths.another_fake_dummy.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| call_123_test__special_tags | [AnotherFakeApi](../../apis/tags/another_fake_api.md) | This api is only for tag=$another-fake? -| patch | ApiForPatch | This api is only for this endpoint -| patch | AnotherFakeDummy | This api is only for path=/another-fake/dummy +| call_123_test__special_tags | [AnotherFakeApi](../../apis/tags/another_fake_api.md) | This api is only for tag=$another-fake? | +| patch | ApiForPatch | This api is only for this endpoint | +| patch | AnotherFakeDummy | This api is only for path=/another-fake/dummy | ## Table of Contents - [General Info](#general-info) @@ -26,7 +26,7 @@ petstore_api.paths.another_fake_dummy.operation Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -[**body**](../../../components/request_bodies/request_body_client.md) | typing.Union[[Client.content.application_json.schema](../../../components/request_bodies/request_body_client.md#content-applicationjson-schema), dict, frozendict.frozendict] | required | +[**body**](../../components/request_bodies/request_body_client.md) | typing.Union[[Client.content.application_json.schema](../../components/request_bodies/request_body_client.md#content-applicationjson-schema), dict, frozendict.frozendict] | required | content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client server_index | typing.Optional[int] | default is None | Allows one to select a different server @@ -64,7 +64,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Client](../../../components/schema/client.md) | dict, frozendict.frozendict | frozendict.frozendict | +[Client](../../components/schema/client.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Servers @@ -110,4 +110,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to AnotherFakeApi API]](../../apis/tags/another_fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake/delete.md b/samples/openapi3/client/petstore/python/docs/paths/fake/delete.md index e24b8e021a0..aedb2cebb8c 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake/delete.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake/delete.md @@ -3,9 +3,9 @@ petstore_api.paths.fake.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| group_parameters | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| delete | ApiForDelete | This api is only for this endpoint -| delete | Fake | This api is only for path=/fake +| group_parameters | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| delete | ApiForDelete | This api is only for this endpoint | +| delete | Fake | This api is only for path=/fake | ## Table of Contents - [General Info](#general-info) @@ -133,7 +133,7 @@ str | str | | must be one of ["true", "false"] HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessDescriptionOnly.response_cls](../../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success +200 | [SuccessDescriptionOnly.response_cls](../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success ## Security @@ -147,7 +147,7 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["bearer_test"](../../../components/security_schemes/security_scheme_bearer_test.md) []
| +| 0 | ["bearer_test"](../../components/security_schemes/security_scheme_bearer_test.md) []
| ## Servers @@ -230,4 +230,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake/get.md b/samples/openapi3/client/petstore/python/docs/paths/fake/get.md index f057972c14f..445e96a7c1a 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake/get.md @@ -3,9 +3,9 @@ petstore_api.paths.fake.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| enum_parameters | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| get | ApiForGet | This api is only for this endpoint -| get | Fake | This api is only for path=/fake +| enum_parameters | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| get | ApiForGet | This api is only for this endpoint | +| get | Fake | This api is only for path=/fake | ## Table of Contents - [General Info](#general-info) @@ -181,7 +181,7 @@ str | str | | must be one of ["_abc", "-efg", "(xyz)"] if omitted the server wi HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessDescriptionOnly.response_cls](../../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success +200 | [SuccessDescriptionOnly.response_cls](../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success 404 | [ResponseFor404.response_cls](#responsefor404-response_cls) | Not found ## ResponseFor404 @@ -272,4 +272,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake/patch.md b/samples/openapi3/client/petstore/python/docs/paths/fake/patch.md index c3ee90217f3..ca973ba30ee 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake/patch.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake/patch.md @@ -3,9 +3,9 @@ petstore_api.paths.fake.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| client_model | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| patch | ApiForPatch | This api is only for this endpoint -| patch | Fake | This api is only for path=/fake +| client_model | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| patch | ApiForPatch | This api is only for this endpoint | +| patch | Fake | This api is only for path=/fake | ## Table of Contents - [General Info](#general-info) @@ -26,7 +26,7 @@ petstore_api.paths.fake.operation Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -[**body**](../../../components/request_bodies/request_body_client.md) | typing.Union[[Client.content.application_json.schema](../../../components/request_bodies/request_body_client.md#content-applicationjson-schema), dict, frozendict.frozendict] | required | +[**body**](../../components/request_bodies/request_body_client.md) | typing.Union[[Client.content.application_json.schema](../../components/request_bodies/request_body_client.md#content-applicationjson-schema), dict, frozendict.frozendict] | required | content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client server_index | typing.Optional[int] | default is None | Allows one to select a different server @@ -64,7 +64,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Client](../../../components/schema/client.md) | dict, frozendict.frozendict | frozendict.frozendict | +[Client](../../components/schema/client.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Servers @@ -110,4 +110,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake/post.md index bfece20cac5..b6bedb14c61 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| endpoint_parameters | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | Fake | This api is only for path=/fake +| endpoint_parameters | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | Fake | This api is only for path=/fake | ## Table of Contents - [General Info](#general-info) @@ -72,7 +72,7 @@ Key | Input Type | Accessed Type | Description | Notes HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessDescriptionOnly.response_cls](../../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success +200 | [SuccessDescriptionOnly.response_cls](../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success 404 | [ResponseFor404.response_cls](#responsefor404-response_cls) | User not found ## ResponseFor404 @@ -99,7 +99,7 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["http_basic_test"](../../../components/security_schemes/security_scheme_http_basic_test.md) []
| +| 0 | ["http_basic_test"](../../components/security_schemes/security_scheme_http_basic_test.md) []
| ## Servers @@ -170,4 +170,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_additional_properties_with_array_of_enums/get.md b/samples/openapi3/client/petstore/python/docs/paths/fake_additional_properties_with_array_of_enums/get.md index 09fad194536..24baaae5f43 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_additional_properties_with_array_of_enums/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_additional_properties_with_array_of_enums/get.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_additional_properties_with_array_of_enums.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| additional_properties_with_array_of_enums | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| get | ApiForGet | This api is only for this endpoint -| get | FakeAdditionalPropertiesWithArrayOfEnums | This api is only for path=/fake/additional-properties-with-array-of-enums +| additional_properties_with_array_of_enums | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| get | ApiForGet | This api is only for this endpoint | +| get | FakeAdditionalPropertiesWithArrayOfEnums | This api is only for path=/fake/additional-properties-with-array-of-enums | ## Table of Contents - [General Info](#general-info) @@ -48,7 +48,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AdditionalPropertiesWithArrayOfEnums](../../../components/schema/additional_properties_with_array_of_enums.md) | dict, frozendict.frozendict | frozendict.frozendict | +[AdditionalPropertiesWithArrayOfEnums](../../components/schema/additional_properties_with_array_of_enums.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Return Types @@ -80,7 +80,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AdditionalPropertiesWithArrayOfEnums](../../../components/schema/additional_properties_with_array_of_enums.md) | dict, frozendict.frozendict | frozendict.frozendict | +[AdditionalPropertiesWithArrayOfEnums](../../components/schema/additional_properties_with_array_of_enums.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Servers @@ -128,4 +128,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_body_with_file_schema/put.md b/samples/openapi3/client/petstore/python/docs/paths/fake_body_with_file_schema/put.md index 8525d84513f..3e7d1a25613 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_body_with_file_schema/put.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_body_with_file_schema/put.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_body_with_file_schema.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| body_with_file_schema | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| put | ApiForPut | This api is only for this endpoint -| put | FakeBodyWithFileSchema | This api is only for path=/fake/body-with-file-schema +| body_with_file_schema | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| put | ApiForPut | This api is only for this endpoint | +| put | FakeBodyWithFileSchema | This api is only for path=/fake/body-with-file-schema | ## Table of Contents - [General Info](#general-info) @@ -44,14 +44,14 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[FileSchemaTestClass](../../../components/schema/file_schema_test_class.md) | dict, frozendict.frozendict | frozendict.frozendict | +[FileSchemaTestClass](../../components/schema/file_schema_test_class.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Return Types HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessDescriptionOnly.response_cls](../../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success +200 | [SuccessDescriptionOnly.response_cls](../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success ## Servers @@ -101,4 +101,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_body_with_query_params/put.md b/samples/openapi3/client/petstore/python/docs/paths/fake_body_with_query_params/put.md index 1f9a98bb160..e9cfa1a6308 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_body_with_query_params/put.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_body_with_query_params/put.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_body_with_query_params.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| body_with_query_params | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| put | ApiForPut | This api is only for this endpoint -| put | FakeBodyWithQueryParams | This api is only for path=/fake/body-with-query-params +| body_with_query_params | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| put | ApiForPut | This api is only for this endpoint | +| put | FakeBodyWithQueryParams | This api is only for path=/fake/body-with-query-params | ## Table of Contents - [General Info](#general-info) @@ -44,7 +44,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[User](../../../components/schema/user.md) | dict, frozendict.frozendict | frozendict.frozendict | +[User](../../components/schema/user.md) | dict, frozendict.frozendict | frozendict.frozendict | ### query_params #### RequestQueryParameters.Params @@ -69,7 +69,7 @@ str | str | | HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessDescriptionOnly.response_cls](../../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success +200 | [SuccessDescriptionOnly.response_cls](../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success ## Servers @@ -130,4 +130,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_case_sensitive_params/put.md b/samples/openapi3/client/petstore/python/docs/paths/fake_case_sensitive_params/put.md index 5b24b3e7dc7..03c094a9f2f 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_case_sensitive_params/put.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_case_sensitive_params/put.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_case_sensitive_params.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| case_sensitive_params | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| put | ApiForPut | This api is only for this endpoint -| put | FakeCaseSensitiveParams | This api is only for path=/fake/case-sensitive-params +| case_sensitive_params | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| put | ApiForPut | This api is only for this endpoint | +| put | FakeCaseSensitiveParams | This api is only for path=/fake/case-sensitive-params | ## Table of Contents - [General Info](#general-info) @@ -74,7 +74,7 @@ str | str | | HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessDescriptionOnly.response_cls](../../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success +200 | [SuccessDescriptionOnly.response_cls](../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success ## Servers @@ -121,4 +121,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_classname_test/patch.md b/samples/openapi3/client/petstore/python/docs/paths/fake_classname_test/patch.md index 741a7c7f40b..d3a64c8d3ef 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_classname_test/patch.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_classname_test/patch.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_classname_test.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| classname | [FakeClassnameTags123Api](../../apis/tags/fake_classname_tags123_api.md) | This api is only for tag=fake_classname_tags 123#$%^ -| patch | ApiForPatch | This api is only for this endpoint -| patch | FakeClassnameTest | This api is only for path=/fake_classname_test +| classname | [FakeClassnameTags123Api](../../apis/tags/fake_classname_tags123_api.md) | This api is only for tag=fake_classname_tags 123#$%^ | +| patch | ApiForPatch | This api is only for this endpoint | +| patch | FakeClassnameTest | This api is only for path=/fake_classname_test | ## Table of Contents - [General Info](#general-info) @@ -27,7 +27,7 @@ petstore_api.paths.fake_classname_test.operation Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -[**body**](../../../components/request_bodies/request_body_client.md) | typing.Union[[Client.content.application_json.schema](../../../components/request_bodies/request_body_client.md#content-applicationjson-schema), dict, frozendict.frozendict] | required | +[**body**](../../components/request_bodies/request_body_client.md) | typing.Union[[Client.content.application_json.schema](../../components/request_bodies/request_body_client.md#content-applicationjson-schema), dict, frozendict.frozendict] | required | content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client server_index | typing.Optional[int] | default is None | Allows one to select a different server @@ -65,7 +65,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Client](../../../components/schema/client.md) | dict, frozendict.frozendict | frozendict.frozendict | +[Client](../../components/schema/client.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Security @@ -79,7 +79,7 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["api_key_query"](../../../components/security_schemes/security_scheme_api_key_query.md) []
| +| 0 | ["api_key_query"](../../components/security_schemes/security_scheme_api_key_query.md) []
| ## Servers @@ -136,4 +136,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeClassnameTags123Api API]](../../apis/tags/fake_classname_tags123_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_delete_coffee_id/delete.md b/samples/openapi3/client/petstore/python/docs/paths/fake_delete_coffee_id/delete.md index 8d657a807c4..b638d2c7c5b 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_delete_coffee_id/delete.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_delete_coffee_id/delete.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_delete_coffee_id.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| delete_coffee | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| delete | ApiForDelete | This api is only for this endpoint -| delete | FakeDeleteCoffeeId | This api is only for path=/fake/deleteCoffee/{id} +| delete_coffee | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| delete | ApiForDelete | This api is only for this endpoint | +| delete | FakeDeleteCoffeeId | This api is only for path=/fake/deleteCoffee/{id} | ## Table of Contents - [General Info](#general-info) @@ -59,7 +59,7 @@ HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned default | [Default.response_cls](#default-response_cls) | Unexpected error -200 | [SuccessDescriptionOnly.response_cls](../../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success +200 | [SuccessDescriptionOnly.response_cls](../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success ## Default @@ -117,4 +117,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_health/get.md b/samples/openapi3/client/petstore/python/docs/paths/fake_health/get.md index 5460123b8b9..d30de68da64 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_health/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_health/get.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_health.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| fake_health_get | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| get | ApiForGet | This api is only for this endpoint -| get | FakeHealth | This api is only for path=/fake/health +| fake_health_get | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| get | ApiForGet | This api is only for this endpoint | +| get | FakeHealth | This api is only for path=/fake/health | ## Table of Contents - [General Info](#general-info) @@ -61,7 +61,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[HealthCheckResult](../../../components/schema/health_check_result.md) | dict, frozendict.frozendict | frozendict.frozendict | +[HealthCheckResult](../../components/schema/health_check_result.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Servers @@ -102,4 +102,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_inline_additional_properties/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_inline_additional_properties/post.md index bd554a1f3bd..a9afc5f8187 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_inline_additional_properties/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_inline_additional_properties/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_inline_additional_properties.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| inline_additional_properties | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeInlineAdditionalProperties | This api is only for path=/fake/inline-additionalProperties +| inline_additional_properties | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeInlineAdditionalProperties | This api is only for path=/fake/inline-additionalProperties | ## Table of Contents - [General Info](#general-info) @@ -59,7 +59,7 @@ Key | Input Type | Accessed Type | Description | Notes HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessDescriptionOnly.response_cls](../../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success +200 | [SuccessDescriptionOnly.response_cls](../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success ## Servers @@ -105,4 +105,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_inline_composition/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_inline_composition/post.md index 67986754851..cd203a70923 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_inline_composition/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_inline_composition/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_inline_composition.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| inline_composition | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeInlineComposition | This api is only for path=/fake/inlineComposition/ +| inline_composition | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeInlineComposition | This api is only for path=/fake/inlineComposition/ | ## Table of Contents - [General Info](#general-info) @@ -292,4 +292,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_json_form_data/get.md b/samples/openapi3/client/petstore/python/docs/paths/fake_json_form_data/get.md index 36266314148..052d98b638b 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_json_form_data/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_json_form_data/get.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_json_form_data.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| json_form_data | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| get | ApiForGet | This api is only for this endpoint -| get | FakeJsonFormData | This api is only for path=/fake/jsonFormData +| json_form_data | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| get | ApiForGet | This api is only for this endpoint | +| get | FakeJsonFormData | This api is only for path=/fake/jsonFormData | ## Table of Contents - [General Info](#general-info) @@ -58,7 +58,7 @@ Key | Input Type | Accessed Type | Description | Notes HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessDescriptionOnly.response_cls](../../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success +200 | [SuccessDescriptionOnly.response_cls](../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success ## Servers @@ -105,4 +105,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_json_patch/patch.md b/samples/openapi3/client/petstore/python/docs/paths/fake_json_patch/patch.md index b0431223b7f..ed582731514 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_json_patch/patch.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_json_patch/patch.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_json_patch.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| json_patch | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| patch | ApiForPatch | This api is only for this endpoint -| patch | FakeJsonPatch | This api is only for path=/fake/jsonPatch +| json_patch | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| patch | ApiForPatch | This api is only for this endpoint | +| patch | FakeJsonPatch | This api is only for path=/fake/jsonPatch | ## Table of Contents - [General Info](#general-info) @@ -45,14 +45,14 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[JSONPatchRequest](../../../components/schema/json_patch_request.md) | list, tuple | tuple | +[JSONPatchRequest](../../components/schema/json_patch_request.md) | list, tuple | tuple | ## Return Types HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessDescriptionOnly.response_cls](../../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success +200 | [SuccessDescriptionOnly.response_cls](../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success ## Servers @@ -98,4 +98,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_json_with_charset/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_json_with_charset/post.md index 987be5c71f8..1c048375286 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_json_with_charset/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_json_with_charset/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_json_with_charset.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| json_with_charset | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeJsonWithCharset | This api is only for path=/fake/jsonWithCharset +| json_with_charset | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeJsonWithCharset | This api is only for path=/fake/jsonWithCharset | ## Table of Contents - [General Info](#general-info) @@ -121,4 +121,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_multiple_response_bodies/get.md b/samples/openapi3/client/petstore/python/docs/paths/fake_multiple_response_bodies/get.md index 8f5490bdb48..2a0004d4675 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_multiple_response_bodies/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_multiple_response_bodies/get.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_multiple_response_bodies.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| multiple_response_bodies | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| get | ApiForGet | This api is only for this endpoint -| get | FakeMultipleResponseBodies | This api is only for path=/fake/multipleResponseBodies +| multiple_response_bodies | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| get | ApiForGet | This api is only for this endpoint | +| get | FakeMultipleResponseBodies | This api is only for path=/fake/multipleResponseBodies | ## Table of Contents - [General Info](#general-info) @@ -128,4 +128,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_multiple_securities/get.md b/samples/openapi3/client/petstore/python/docs/paths/fake_multiple_securities/get.md index 50e86e2ad4a..ba9653f9e33 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_multiple_securities/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_multiple_securities/get.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_multiple_securities.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| multiple_securities | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| get | ApiForGet | This api is only for this endpoint -| get | FakeMultipleSecurities | This api is only for path=/fake/multipleSecurities +| multiple_securities | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| get | ApiForGet | This api is only for this endpoint | +| get | FakeMultipleSecurities | This api is only for path=/fake/multipleSecurities | ## Table of Contents - [General Info](#general-info) @@ -77,8 +77,8 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | | 0 | no security | -| 1 | ["http_basic_test"](../../../components/security_schemes/security_scheme_http_basic_test.md) []
["api_key"](../../../components/security_schemes/security_scheme_api_key.md) []
| -| 2 | ["petstore_auth"](../../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| +| 1 | ["http_basic_test"](../../components/security_schemes/security_scheme_http_basic_test.md) []
["api_key"](../../components/security_schemes/security_scheme_api_key.md) []
| +| 2 | ["petstore_auth"](../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| ## Servers @@ -149,4 +149,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_obj_in_query/get.md b/samples/openapi3/client/petstore/python/docs/paths/fake_obj_in_query/get.md index dfbf58b62e9..08b4c974b19 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_obj_in_query/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_obj_in_query/get.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_obj_in_query.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| object_in_query | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| get | ApiForGet | This api is only for this endpoint -| get | FakeObjInQuery | This api is only for path=/fake/objInQuery +| object_in_query | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| get | ApiForGet | This api is only for this endpoint | +| get | FakeObjInQuery | This api is only for path=/fake/objInQuery | ## Table of Contents - [General Info](#general-info) @@ -63,7 +63,7 @@ Key | Input Type | Accessed Type | Description | Notes HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessDescriptionOnly.response_cls](../../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success +200 | [SuccessDescriptionOnly.response_cls](../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success ## Servers @@ -111,4 +111,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_parameter_collisions1_abab_self_ab/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_parameter_collisions1_abab_self_ab/post.md index 5506d97d91d..854ef458d37 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_parameter_collisions1_abab_self_ab/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_parameter_collisions1_abab_self_ab/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_parameter_collisions1_abab_self_ab.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| parameter_collisions | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeParameterCollisions1ABAbSelfAB | This api is only for path=/fake/parameterCollisions/{1}/{aB}/{Ab}/{self}/{A-B}/ +| parameter_collisions | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeParameterCollisions1ABAbSelfAB | This api is only for path=/fake/parameterCollisions/{1}/{aB}/{Ab}/{self}/{A-B}/ | ## Table of Contents - [General Info](#general-info) @@ -404,4 +404,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_pet_id_upload_image_with_required_file/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_pet_id_upload_image_with_required_file/post.md index 80609e58c83..74ff2d11c98 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_pet_id_upload_image_with_required_file/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_pet_id_upload_image_with_required_file/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_pet_id_upload_image_with_required_file.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| upload_file_with_required_file | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet -| post | ApiForPost | This api is only for this endpoint -| post | FakePetIdUploadImageWithRequiredFile | This api is only for path=/fake/{petId}/uploadImageWithRequiredFile +| upload_file_with_required_file | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet | +| post | ApiForPost | This api is only for this endpoint | +| post | FakePetIdUploadImageWithRequiredFile | This api is only for path=/fake/{petId}/uploadImageWithRequiredFile | ## Table of Contents - [General Info](#general-info) @@ -107,7 +107,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ApiResponse](../../../components/schema/api_response.md) | dict, frozendict.frozendict | frozendict.frozendict | +[ApiResponse](../../components/schema/api_response.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Security @@ -121,7 +121,7 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["petstore_auth"](../../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| +| 0 | ["petstore_auth"](../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| ## Servers @@ -195,4 +195,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to PetApi API]](../../apis/tags/pet_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_query_param_with_json_content_type/get.md b/samples/openapi3/client/petstore/python/docs/paths/fake_query_param_with_json_content_type/get.md index 0124dc5e6c4..e3b7d1dc8c5 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_query_param_with_json_content_type/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_query_param_with_json_content_type/get.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_query_param_with_json_content_type.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| query_param_with_json_content_type | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| get | ApiForGet | This api is only for this endpoint -| get | FakeQueryParamWithJsonContentType | This api is only for path=/fake/queryParamWithJsonContentType +| query_param_with_json_content_type | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| get | ApiForGet | This api is only for this endpoint | +| get | FakeQueryParamWithJsonContentType | This api is only for path=/fake/queryParamWithJsonContentType | ## Table of Contents - [General Info](#general-info) @@ -133,4 +133,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_ref_obj_in_query/get.md b/samples/openapi3/client/petstore/python/docs/paths/fake_ref_obj_in_query/get.md index b2c7e0bdd76..fd0f2812b51 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_ref_obj_in_query/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_ref_obj_in_query/get.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_ref_obj_in_query.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| ref_object_in_query | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| get | ApiForGet | This api is only for this endpoint -| get | FakeRefObjInQuery | This api is only for path=/fake/refObjInQuery +| ref_object_in_query | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| get | ApiForGet | This api is only for this endpoint | +| get | FakeRefObjInQuery | This api is only for path=/fake/refObjInQuery | ## Table of Contents - [General Info](#general-info) @@ -50,14 +50,14 @@ mapBean ###### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Foo](../../../components/schema/foo.md) | dict, frozendict.frozendict | frozendict.frozendict | +[Foo](../../components/schema/foo.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Return Types HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessDescriptionOnly.response_cls](../../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success +200 | [SuccessDescriptionOnly.response_cls](../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success ## Servers @@ -105,4 +105,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_array_of_enums/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_array_of_enums/post.md index 6326bf43e9b..3e24d3a4a06 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_array_of_enums/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_array_of_enums/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_refs_array_of_enums.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| array_of_enums | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeRefsArrayOfEnums | This api is only for path=/fake/refs/array-of-enums +| array_of_enums | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeRefsArrayOfEnums | This api is only for path=/fake/refs/array-of-enums | ## Table of Contents - [General Info](#general-info) @@ -48,7 +48,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ArrayOfEnums](../../../components/schema/array_of_enums.md) | list, tuple | tuple | +[ArrayOfEnums](../../components/schema/array_of_enums.md) | list, tuple | tuple | ## Return Types @@ -80,7 +80,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ArrayOfEnums](../../../components/schema/array_of_enums.md) | list, tuple | tuple | +[ArrayOfEnums](../../components/schema/array_of_enums.md) | list, tuple | tuple | ## Servers @@ -126,4 +126,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_arraymodel/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_arraymodel/post.md index 5d3ca92427d..40cbe47e6ce 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_arraymodel/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_arraymodel/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_refs_arraymodel.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| array_model | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeRefsArraymodel | This api is only for path=/fake/refs/arraymodel +| array_model | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeRefsArraymodel | This api is only for path=/fake/refs/arraymodel | ## Table of Contents - [General Info](#general-info) @@ -48,7 +48,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AnimalFarm](../../../components/schema/animal_farm.md) | list, tuple | tuple | +[AnimalFarm](../../components/schema/animal_farm.md) | list, tuple | tuple | ## Return Types @@ -80,7 +80,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AnimalFarm](../../../components/schema/animal_farm.md) | list, tuple | tuple | +[AnimalFarm](../../components/schema/animal_farm.md) | list, tuple | tuple | ## Servers @@ -125,4 +125,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_boolean/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_boolean/post.md index 9306dbf91f6..d125ae008ab 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_boolean/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_boolean/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_refs_boolean.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| boolean | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeRefsBoolean | This api is only for path=/fake/refs/boolean +| boolean | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeRefsBoolean | This api is only for path=/fake/refs/boolean | ## Table of Contents - [General Info](#general-info) @@ -48,7 +48,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Boolean](../../../components/schema/boolean.md) | bool | BoolClass | +[Boolean](../../components/schema/boolean.md) | bool | BoolClass | ## Return Types @@ -80,7 +80,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Boolean](../../../components/schema/boolean.md) | bool | BoolClass | +[Boolean](../../components/schema/boolean.md) | bool | BoolClass | ## Servers @@ -123,4 +123,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_composed_one_of_number_with_validations/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_composed_one_of_number_with_validations/post.md index 1442c021edf..f44b91177d6 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_composed_one_of_number_with_validations/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_composed_one_of_number_with_validations/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_refs_composed_one_of_number_with_validations.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| composed_one_of_different_types | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeRefsComposedOneOfNumberWithValidations | This api is only for path=/fake/refs/composed_one_of_number_with_validations +| composed_one_of_different_types | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeRefsComposedOneOfNumberWithValidations | This api is only for path=/fake/refs/composed_one_of_number_with_validations | ## Table of Contents - [General Info](#general-info) @@ -48,7 +48,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ComposedOneOfDifferentTypes](../../../components/schema/composed_one_of_different_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[ComposedOneOfDifferentTypes](../../components/schema/composed_one_of_different_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -80,7 +80,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ComposedOneOfDifferentTypes](../../../components/schema/composed_one_of_different_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[ComposedOneOfDifferentTypes](../../components/schema/composed_one_of_different_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -123,4 +123,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_enum/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_enum/post.md index aaa8b0f1874..7a70c863235 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_enum/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_enum/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_refs_enum.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| string_enum | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeRefsEnum | This api is only for path=/fake/refs/enum +| string_enum | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeRefsEnum | This api is only for path=/fake/refs/enum | ## Table of Contents - [General Info](#general-info) @@ -48,7 +48,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[StringEnum](../../../components/schema/string_enum.md) | None, str | NoneClass, str | +[StringEnum](../../components/schema/string_enum.md) | None, str | NoneClass, str | ## Return Types @@ -80,7 +80,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[StringEnum](../../../components/schema/string_enum.md) | None, str | NoneClass, str | +[StringEnum](../../components/schema/string_enum.md) | None, str | NoneClass, str | ## Servers @@ -123,4 +123,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_mammal/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_mammal/post.md index be70754a5ce..b1109f5c603 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_mammal/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_mammal/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_refs_mammal.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| mammal | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeRefsMammal | This api is only for path=/fake/refs/mammal +| mammal | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeRefsMammal | This api is only for path=/fake/refs/mammal | ## Table of Contents - [General Info](#general-info) @@ -48,7 +48,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Mammal](../../../components/schema/mammal.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[Mammal](../../components/schema/mammal.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -80,7 +80,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Mammal](../../../components/schema/mammal.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[Mammal](../../components/schema/mammal.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -127,4 +127,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_number/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_number/post.md index 9b4dd03ea79..f9c1ed596ea 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_number/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_number/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_refs_number.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| number_with_validations | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeRefsNumber | This api is only for path=/fake/refs/number +| number_with_validations | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeRefsNumber | This api is only for path=/fake/refs/number | ## Table of Contents - [General Info](#general-info) @@ -48,7 +48,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NumberWithValidations](../../../components/schema/number_with_validations.md) | decimal.Decimal, int, float | decimal.Decimal | +[NumberWithValidations](../../components/schema/number_with_validations.md) | decimal.Decimal, int, float | decimal.Decimal | ## Return Types @@ -80,7 +80,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NumberWithValidations](../../../components/schema/number_with_validations.md) | decimal.Decimal, int, float | decimal.Decimal | +[NumberWithValidations](../../components/schema/number_with_validations.md) | decimal.Decimal, int, float | decimal.Decimal | ## Servers @@ -123,4 +123,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_object_model_with_ref_props/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_object_model_with_ref_props/post.md index 3ef0f4f3993..bf42fa98151 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_object_model_with_ref_props/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_object_model_with_ref_props/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_refs_object_model_with_ref_props.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| object_model_with_ref_props | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeRefsObjectModelWithRefProps | This api is only for path=/fake/refs/object_model_with_ref_props +| object_model_with_ref_props | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeRefsObjectModelWithRefProps | This api is only for path=/fake/refs/object_model_with_ref_props | ## Table of Contents - [General Info](#general-info) @@ -48,7 +48,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ObjectModelWithRefProps](../../../components/schema/object_model_with_ref_props.md) | dict, frozendict.frozendict | frozendict.frozendict | +[ObjectModelWithRefProps](../../components/schema/object_model_with_ref_props.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Return Types @@ -80,7 +80,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ObjectModelWithRefProps](../../../components/schema/object_model_with_ref_props.md) | dict, frozendict.frozendict | frozendict.frozendict | +[ObjectModelWithRefProps](../../components/schema/object_model_with_ref_props.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Servers @@ -127,4 +127,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_string/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_string/post.md index 1e2b1aa6c6f..94bb952e2de 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_refs_string/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_refs_string/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_refs_string.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| string | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeRefsString | This api is only for path=/fake/refs/string +| string | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeRefsString | This api is only for path=/fake/refs/string | ## Table of Contents - [General Info](#general-info) @@ -48,7 +48,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[String](../../../components/schema/string.md) | str | str | +[String](../../components/schema/string.md) | str | str | ## Return Types @@ -80,7 +80,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[String](../../../components/schema/string.md) | str | str | +[String](../../components/schema/string.md) | str | str | ## Servers @@ -123,4 +123,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_response_without_schema/get.md b/samples/openapi3/client/petstore/python/docs/paths/fake_response_without_schema/get.md index 9b0b208d64b..bdbc5a9a9b0 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_response_without_schema/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_response_without_schema/get.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_response_without_schema.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| response_without_schema | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| get | ApiForGet | This api is only for this endpoint -| get | FakeResponseWithoutSchema | This api is only for path=/fake/responseWithoutSchema +| response_without_schema | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| get | ApiForGet | This api is only for this endpoint | +| get | FakeResponseWithoutSchema | This api is only for path=/fake/responseWithoutSchema | ## Table of Contents - [General Info](#general-info) @@ -95,4 +95,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_test_query_paramters/put.md b/samples/openapi3/client/petstore/python/docs/paths/fake_test_query_paramters/put.md index 2d80b5c91d6..3056cbaf06f 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_test_query_paramters/put.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_test_query_paramters/put.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_test_query_paramters.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| query_parameter_collection_format | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| put | ApiForPut | This api is only for this endpoint -| put | FakeTestQueryParamters | This api is only for path=/fake/test-query-paramters +| query_parameter_collection_format | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| put | ApiForPut | This api is only for this endpoint | +| put | FakeTestQueryParamters | This api is only for path=/fake/test-query-paramters | ## Table of Contents - [General Info](#general-info) @@ -122,14 +122,14 @@ items | str | str | | ###### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[StringWithValidation](../../../components/schema/string_with_validation.md) | str | str | +[StringWithValidation](../../components/schema/string_with_validation.md) | str | str | ## Return Types HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessDescriptionOnly.response_cls](../../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success +200 | [SuccessDescriptionOnly.response_cls](../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success ## Servers @@ -189,4 +189,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_upload_download_file/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_upload_download_file/post.md index 21a8ad2c52a..dff03f573f6 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_upload_download_file/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_upload_download_file/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_upload_download_file.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| upload_download_file | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeUploadDownloadFile | This api is only for path=/fake/uploadDownloadFile +| upload_download_file | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeUploadDownloadFile | This api is only for path=/fake/uploadDownloadFile | ## Table of Contents - [General Info](#general-info) @@ -127,4 +127,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_upload_file/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_upload_file/post.md index 57e13a04010..cff57bf920d 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_upload_file/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_upload_file/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_upload_file.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| upload_file | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeUploadFile | This api is only for path=/fake/uploadFile +| upload_file | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeUploadFile | This api is only for path=/fake/uploadFile | ## Table of Contents - [General Info](#general-info) @@ -84,7 +84,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ApiResponse](../../../components/schema/api_response.md) | dict, frozendict.frozendict | frozendict.frozendict | +[ApiResponse](../../components/schema/api_response.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Servers @@ -131,4 +131,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/fake_upload_files/post.md b/samples/openapi3/client/petstore/python/docs/paths/fake_upload_files/post.md index e149b575439..53e4d248912 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/fake_upload_files/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/fake_upload_files/post.md @@ -3,9 +3,9 @@ petstore_api.paths.fake_upload_files.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| upload_files | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake -| post | ApiForPost | This api is only for this endpoint -| post | FakeUploadFiles | This api is only for path=/fake/uploadFiles +| upload_files | [FakeApi](../../apis/tags/fake_api.md) | This api is only for tag=fake | +| post | ApiForPost | This api is only for this endpoint | +| post | FakeUploadFiles | This api is only for path=/fake/uploadFiles | ## Table of Contents - [General Info](#general-info) @@ -95,7 +95,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ApiResponse](../../../components/schema/api_response.md) | dict, frozendict.frozendict | frozendict.frozendict | +[ApiResponse](../../components/schema/api_response.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Servers @@ -143,4 +143,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to FakeApi API]](../../apis/tags/fake_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/foo/get.md b/samples/openapi3/client/petstore/python/docs/paths/foo/get.md index 095c75dce7f..d44230891a2 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/foo/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/foo/get.md @@ -3,9 +3,9 @@ petstore_api.paths.foo.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| foo_get | [DefaultApi](../../apis/tags/default_api.md) | This api is only for tag=default -| get | ApiForGet | This api is only for this endpoint -| get | Foo | This api is only for path=/foo +| foo_get | [DefaultApi](../../apis/tags/default_api.md) | This api is only for tag=default | +| get | ApiForGet | This api is only for this endpoint | +| get | Foo | This api is only for path=/foo | ## Table of Contents - [General Info](#general-info) @@ -65,7 +65,7 @@ dict, frozendict.frozendict | frozendict.frozendict | | ##### Dictionary Keys Key | Input Type | Accessed Type | Description | Notes ------------ | ------------- | ------------- | ------------- | ------------- -**string** | [**Foo**](../../../components/schema/foo.md), dict, frozendict.frozendict | [**Foo**](../../../components/schema/foo.md) | | [optional] +**string** | [**Foo**](../../components/schema/foo.md), dict, frozendict.frozendict | [**Foo**](../../components/schema/foo.md) | | [optional] **any_string_name** | dict, frozendict.frozendict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.Schema | frozendict.frozendict, tuple, decimal.Decimal, str, bytes, BoolClass, NoneClass, FileIO | any string name can be used but the value must be the correct type | [optional] ## Servers @@ -120,4 +120,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to DefaultApi API]](../../apis/tags/default_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/pet/post.md b/samples/openapi3/client/petstore/python/docs/paths/pet/post.md index aa0853110cb..fdc1ef5d163 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/pet/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet/post.md @@ -3,9 +3,9 @@ petstore_api.paths.pet.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| add_pet | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet -| post | ApiForPost | This api is only for this endpoint -| post | Pet | This api is only for path=/pet +| add_pet | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet | +| post | ApiForPost | This api is only for this endpoint | +| post | Pet | This api is only for path=/pet | ## Table of Contents - [General Info](#general-info) @@ -27,7 +27,7 @@ petstore_api.paths.pet.operation Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -[**body**](../../../components/request_bodies/request_body_pet.md) | typing.Union[[Pet.content.application_json.schema](../../../components/request_bodies/request_body_pet.md#content-applicationjson-schema), [Pet.content.application_xml.schema](../../../components/request_bodies/request_body_pet.md#content-applicationxml-schema), dict, frozendict.frozendict] | required | +[**body**](../../components/request_bodies/request_body_pet.md) | typing.Union[[Pet.content.application_json.schema](../../components/request_bodies/request_body_pet.md#content-applicationjson-schema), [Pet.content.application_xml.schema](../../components/request_bodies/request_body_pet.md#content-applicationxml-schema), dict, frozendict.frozendict] | required | content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body server_index | typing.Optional[int] | default is None | Allows one to select a different server stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file @@ -39,7 +39,7 @@ skip_deserialization | bool | default is False | when True, headers and body wil HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessDescriptionOnly.response_cls](../../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success +200 | [SuccessDescriptionOnly.response_cls](../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success 405 | [ResponseFor405.response_cls](#responsefor405-response_cls) | Invalid input ## ResponseFor405 @@ -66,9 +66,9 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["api_key"](../../../components/security_schemes/security_scheme_api_key.md) []
| -| 1 | ["http_signature_test"](../../../components/security_schemes/security_scheme_http_signature_test.md) []
| -| 2 | ["petstore_auth"](../../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| +| 0 | ["api_key"](../../components/security_schemes/security_scheme_api_key.md) []
| +| 1 | ["http_signature_test"](../../components/security_schemes/security_scheme_http_signature_test.md) []
| +| 2 | ["petstore_auth"](../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| ## Servers @@ -176,4 +176,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to PetApi API]](../../apis/tags/pet_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/pet/put.md b/samples/openapi3/client/petstore/python/docs/paths/pet/put.md index 7cc5a33e92f..a308d90a253 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/pet/put.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet/put.md @@ -3,9 +3,9 @@ petstore_api.paths.pet.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| update_pet | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet -| put | ApiForPut | This api is only for this endpoint -| put | Pet | This api is only for path=/pet +| update_pet | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet | +| put | ApiForPut | This api is only for this endpoint | +| put | Pet | This api is only for path=/pet | ## Table of Contents - [General Info](#general-info) @@ -26,7 +26,7 @@ petstore_api.paths.pet.operation Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -[**body**](../../../components/request_bodies/request_body_pet.md) | typing.Union[[Pet.content.application_json.schema](../../../components/request_bodies/request_body_pet.md#content-applicationjson-schema), [Pet.content.application_xml.schema](../../../components/request_bodies/request_body_pet.md#content-applicationxml-schema), dict, frozendict.frozendict] | required | +[**body**](../../components/request_bodies/request_body_pet.md) | typing.Union[[Pet.content.application_json.schema](../../components/request_bodies/request_body_pet.md#content-applicationjson-schema), [Pet.content.application_xml.schema](../../components/request_bodies/request_body_pet.md#content-applicationxml-schema), dict, frozendict.frozendict] | required | content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body server_index | typing.Optional[int] | default is None | Allows one to select a different server stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file @@ -90,8 +90,8 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["http_signature_test"](../../../components/security_schemes/security_scheme_http_signature_test.md) []
| -| 1 | ["petstore_auth"](../../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| +| 0 | ["http_signature_test"](../../components/security_schemes/security_scheme_http_signature_test.md) []
| +| 1 | ["petstore_auth"](../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| ## Servers @@ -189,4 +189,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to PetApi API]](../../apis/tags/pet_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/pet_find_by_status/get.md b/samples/openapi3/client/petstore/python/docs/paths/pet_find_by_status/get.md index 329d5a7f74f..b38fdda373a 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/pet_find_by_status/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet_find_by_status/get.md @@ -3,9 +3,9 @@ petstore_api.paths.pet_find_by_status.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| find_pets_by_status | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet -| get | ApiForGet | This api is only for this endpoint -| get | PetFindByStatus | This api is only for path=/pet/findByStatus +| find_pets_by_status | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet | +| get | ApiForGet | This api is only for this endpoint | +| get | PetFindByStatus | This api is only for path=/pet/findByStatus | ## Table of Contents - [General Info](#general-info) @@ -65,7 +65,7 @@ items | str | str | | must be one of ["available", "pending", "sold"] if omitte HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessfulXmlAndJsonArrayOfPet.response_cls](../../../components/responses/response_successful_xml_and_json_array_of_pet.md#response_successful_xml_and_json_array_of_petresponse_cls) | successful operation, multiple content types +200 | [SuccessfulXmlAndJsonArrayOfPet.response_cls](../../components/responses/response_successful_xml_and_json_array_of_pet.md#response_successful_xml_and_json_array_of_petresponse_cls) | successful operation, multiple content types 400 | [ResponseFor400.response_cls](#responsefor400-response_cls) | Invalid status value ## ResponseFor400 @@ -92,9 +92,9 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["api_key"](../../../components/security_schemes/security_scheme_api_key.md) []
| -| 1 | ["http_signature_test"](../../../components/security_schemes/security_scheme_http_signature_test.md) []
| -| 2 | ["petstore_auth"](../../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| +| 0 | ["api_key"](../../components/security_schemes/security_scheme_api_key.md) []
| +| 1 | ["http_signature_test"](../../components/security_schemes/security_scheme_http_signature_test.md) []
| +| 2 | ["petstore_auth"](../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| ## Servers @@ -202,4 +202,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to PetApi API]](../../apis/tags/pet_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/pet_find_by_tags/get.md b/samples/openapi3/client/petstore/python/docs/paths/pet_find_by_tags/get.md index 647d9760151..43c5022e6e7 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/pet_find_by_tags/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet_find_by_tags/get.md @@ -3,9 +3,9 @@ petstore_api.paths.pet_find_by_tags.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| find_pets_by_tags | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet -| get | ApiForGet | This api is only for this endpoint -| get | PetFindByTags | This api is only for path=/pet/findByTags +| find_pets_by_tags | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet | +| get | ApiForGet | This api is only for this endpoint | +| get | PetFindByTags | This api is only for path=/pet/findByTags | ## Table of Contents - [General Info](#general-info) @@ -64,7 +64,7 @@ items | str | str | | HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [RefSuccessfulXmlAndJsonArrayOfPet.response_cls](../../../components/responses/response_ref_successful_xml_and_json_array_of_pet.md#response_ref_successful_xml_and_json_array_of_petresponse_cls) | successful operation, multiple content types +200 | [RefSuccessfulXmlAndJsonArrayOfPet.response_cls](../../components/responses/response_ref_successful_xml_and_json_array_of_pet.md#response_ref_successful_xml_and_json_array_of_petresponse_cls) | successful operation, multiple content types 400 | [ResponseFor400.response_cls](#responsefor400-response_cls) | Invalid tag value ## ResponseFor400 @@ -91,8 +91,8 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["http_signature_test"](../../../components/security_schemes/security_scheme_http_signature_test.md) []
| -| 1 | ["petstore_auth"](../../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| +| 0 | ["http_signature_test"](../../components/security_schemes/security_scheme_http_signature_test.md) []
| +| 1 | ["petstore_auth"](../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| ## Servers @@ -177,4 +177,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to PetApi API]](../../apis/tags/pet_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/delete.md b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/delete.md index 56720c95179..31a4a506cd3 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/delete.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/delete.md @@ -3,9 +3,9 @@ petstore_api.paths.pet_pet_id.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| delete_pet | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet -| delete | ApiForDelete | This api is only for this endpoint -| delete | PetPetId | This api is only for path=/pet/{petId} +| delete_pet | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet | +| delete | ApiForDelete | This api is only for this endpoint | +| delete | PetPetId | This api is only for path=/pet/{petId} | ## Table of Contents - [General Info](#general-info) @@ -103,8 +103,8 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["api_key"](../../../components/security_schemes/security_scheme_api_key.md) []
| -| 1 | ["petstore_auth"](../../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| +| 0 | ["api_key"](../../components/security_schemes/security_scheme_api_key.md) []
| +| 1 | ["petstore_auth"](../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| ## Servers @@ -190,4 +190,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to PetApi API]](../../apis/tags/pet_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/get.md b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/get.md index 0e486c15769..08cd88a646d 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/get.md @@ -3,9 +3,9 @@ petstore_api.paths.pet_pet_id.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| get_pet_by_id | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet -| get | ApiForGet | This api is only for this endpoint -| get | PetPetId | This api is only for path=/pet/{petId} +| get_pet_by_id | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet | +| get | ApiForGet | This api is only for this endpoint | +| get | PetPetId | This api is only for path=/pet/{petId} | ## Table of Contents - [General Info](#general-info) @@ -88,13 +88,13 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Pet](../../../components/schema/pet.md) | dict, frozendict.frozendict | frozendict.frozendict | +[Pet](../../components/schema/pet.md) | dict, frozendict.frozendict | frozendict.frozendict | #### ResponseFor200 content ApplicationJson Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RefPet](../../../components/schema/ref_pet.md) | dict, frozendict.frozendict | frozendict.frozendict | +[RefPet](../../components/schema/ref_pet.md) | dict, frozendict.frozendict | frozendict.frozendict | ## ResponseFor400 @@ -132,7 +132,7 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["api_key"](../../../components/security_schemes/security_scheme_api_key.md) []
| +| 0 | ["api_key"](../../components/security_schemes/security_scheme_api_key.md) []
| ## Servers @@ -189,4 +189,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to PetApi API]](../../apis/tags/pet_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/post.md b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/post.md index 0dddf7be5a9..ff345f026cb 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id/post.md @@ -3,9 +3,9 @@ petstore_api.paths.pet_pet_id.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| update_pet_with_form | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet -| post | ApiForPost | This api is only for this endpoint -| post | PetPetId | This api is only for path=/pet/{petId} +| update_pet_with_form | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet | +| post | ApiForPost | This api is only for this endpoint | +| post | PetPetId | This api is only for path=/pet/{petId} | ## Table of Contents - [General Info](#general-info) @@ -107,8 +107,8 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["api_key"](../../../components/security_schemes/security_scheme_api_key.md) []
| -| 1 | ["petstore_auth"](../../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| +| 0 | ["api_key"](../../components/security_schemes/security_scheme_api_key.md) []
| +| 1 | ["petstore_auth"](../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| ## Servers @@ -192,4 +192,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to PetApi API]](../../apis/tags/pet_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id_upload_image/post.md b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id_upload_image/post.md index f9ac14425d0..af2af3bd0cf 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id_upload_image/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/pet_pet_id_upload_image/post.md @@ -3,9 +3,9 @@ petstore_api.paths.pet_pet_id_upload_image.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| upload_image | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet -| post | ApiForPost | This api is only for this endpoint -| post | PetPetIdUploadImage | This api is only for path=/pet/{petId}/uploadImage +| upload_image | [PetApi](../../apis/tags/pet_api.md) | This api is only for tag=pet | +| post | ApiForPost | This api is only for this endpoint | +| post | PetPetIdUploadImage | This api is only for path=/pet/{petId}/uploadImage | ## Table of Contents - [General Info](#general-info) @@ -82,7 +82,7 @@ decimal.Decimal, int | decimal.Decimal | | value must be a 64 bit integer HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessWithJsonApiResponse.response_cls](../../../components/responses/response_success_with_json_api_response.md#response_success_with_json_api_responseresponse_cls) | successful operation +200 | [SuccessWithJsonApiResponse.response_cls](../../components/responses/response_success_with_json_api_response.md#response_success_with_json_api_responseresponse_cls) | successful operation ## Security @@ -96,7 +96,7 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["petstore_auth"](../../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| +| 0 | ["petstore_auth"](../../components/security_schemes/security_scheme_petstore_auth.md) [write:pets, read:pets]
| ## Servers @@ -170,4 +170,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to PetApi API]](../../apis/tags/pet_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/store_inventory/get.md b/samples/openapi3/client/petstore/python/docs/paths/store_inventory/get.md index 048dc70e2f5..599f15fc1b6 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/store_inventory/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/store_inventory/get.md @@ -3,9 +3,9 @@ petstore_api.paths.store_inventory.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| get_inventory | [StoreApi](../../apis/tags/store_api.md) | This api is only for tag=store -| get | ApiForGet | This api is only for this endpoint -| get | StoreInventory | This api is only for path=/store/inventory +| get_inventory | [StoreApi](../../apis/tags/store_api.md) | This api is only for tag=store | +| get | ApiForGet | This api is only for this endpoint | +| get | StoreInventory | This api is only for path=/store/inventory | ## Table of Contents - [General Info](#general-info) @@ -38,7 +38,7 @@ skip_deserialization | bool | default is False | when True, headers and body wil HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessInlineContentAndHeader.response_cls](../../../components/responses/response_success_inline_content_and_header.md#response_success_inline_content_and_headerresponse_cls) | successful operation +200 | [SuccessInlineContentAndHeader.response_cls](../../components/responses/response_success_inline_content_and_header.md#response_success_inline_content_and_headerresponse_cls) | successful operation ## Security @@ -52,7 +52,7 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["api_key"](../../../components/security_schemes/security_scheme_api_key.md) []
| +| 0 | ["api_key"](../../components/security_schemes/security_scheme_api_key.md) []
| ## Servers @@ -104,4 +104,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to StoreApi API]](../../apis/tags/store_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/store_order/post.md b/samples/openapi3/client/petstore/python/docs/paths/store_order/post.md index 15e6aef0c5f..ac8e03e8799 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/store_order/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/store_order/post.md @@ -3,9 +3,9 @@ petstore_api.paths.store_order.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| place_order | [StoreApi](../../apis/tags/store_api.md) | This api is only for tag=store -| post | ApiForPost | This api is only for this endpoint -| post | StoreOrder | This api is only for path=/store/order +| place_order | [StoreApi](../../apis/tags/store_api.md) | This api is only for tag=store | +| post | ApiForPost | This api is only for this endpoint | +| post | StoreOrder | This api is only for path=/store/order | ## Table of Contents - [General Info](#general-info) @@ -48,7 +48,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Order](../../../components/schema/order.md) | dict, frozendict.frozendict | frozendict.frozendict | +[Order](../../components/schema/order.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Return Types @@ -82,13 +82,13 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Order](../../../components/schema/order.md) | dict, frozendict.frozendict | frozendict.frozendict | +[Order](../../components/schema/order.md) | dict, frozendict.frozendict | frozendict.frozendict | #### ResponseFor200 content ApplicationJson Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Order](../../../components/schema/order.md) | dict, frozendict.frozendict | frozendict.frozendict | +[Order](../../components/schema/order.md) | dict, frozendict.frozendict | frozendict.frozendict | ## ResponseFor400 @@ -151,4 +151,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to StoreApi API]](../../apis/tags/store_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/store_order_order_id/delete.md b/samples/openapi3/client/petstore/python/docs/paths/store_order_order_id/delete.md index 2c859f7a202..65d92b8b0b5 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/store_order_order_id/delete.md +++ b/samples/openapi3/client/petstore/python/docs/paths/store_order_order_id/delete.md @@ -3,9 +3,9 @@ petstore_api.paths.store_order_order_id.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| delete_order | [StoreApi](../../apis/tags/store_api.md) | This api is only for tag=store -| delete | ApiForDelete | This api is only for this endpoint -| delete | StoreOrderOrderId | This api is only for path=/store/order/{order_id} +| delete_order | [StoreApi](../../apis/tags/store_api.md) | This api is only for tag=store | +| delete | ApiForDelete | This api is only for this endpoint | +| delete | StoreOrderOrderId | This api is only for path=/store/order/{order_id} | ## Table of Contents - [General Info](#general-info) @@ -129,4 +129,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to StoreApi API]](../../apis/tags/store_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/store_order_order_id/get.md b/samples/openapi3/client/petstore/python/docs/paths/store_order_order_id/get.md index bb3e54f5536..2778fffbe50 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/store_order_order_id/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/store_order_order_id/get.md @@ -3,9 +3,9 @@ petstore_api.paths.store_order_order_id.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| get_order_by_id | [StoreApi](../../apis/tags/store_api.md) | This api is only for tag=store -| get | ApiForGet | This api is only for this endpoint -| get | StoreOrderOrderId | This api is only for path=/store/order/{order_id} +| get_order_by_id | [StoreApi](../../apis/tags/store_api.md) | This api is only for tag=store | +| get | ApiForGet | This api is only for this endpoint | +| get | StoreOrderOrderId | This api is only for path=/store/order/{order_id} | ## Table of Contents - [General Info](#general-info) @@ -87,13 +87,13 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Order](../../../components/schema/order.md) | dict, frozendict.frozendict | frozendict.frozendict | +[Order](../../components/schema/order.md) | dict, frozendict.frozendict | frozendict.frozendict | #### ResponseFor200 content ApplicationJson Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Order](../../../components/schema/order.md) | dict, frozendict.frozendict | frozendict.frozendict | +[Order](../../components/schema/order.md) | dict, frozendict.frozendict | frozendict.frozendict | ## ResponseFor400 @@ -163,4 +163,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to StoreApi API]](../../apis/tags/store_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/user/post.md b/samples/openapi3/client/petstore/python/docs/paths/user/post.md index a9cde2dea6a..9d30c7dd171 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/user/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user/post.md @@ -3,9 +3,9 @@ petstore_api.paths.user.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| create_user | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user -| post | ApiForPost | This api is only for this endpoint -| post | User | This api is only for path=/user +| create_user | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user | +| post | ApiForPost | This api is only for this endpoint | +| post | User | This api is only for path=/user | ## Table of Contents - [General Info](#general-info) @@ -48,7 +48,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[User](../../../components/schema/user.md) | dict, frozendict.frozendict | frozendict.frozendict | +[User](../../components/schema/user.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Return Types @@ -125,4 +125,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to UserApi API]](../../apis/tags/user_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/user_create_with_array/post.md b/samples/openapi3/client/petstore/python/docs/paths/user_create_with_array/post.md index 41608c49770..eb5a9d3c765 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/user_create_with_array/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user_create_with_array/post.md @@ -3,9 +3,9 @@ petstore_api.paths.user_create_with_array.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| create_users_with_array_input | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user -| post | ApiForPost | This api is only for this endpoint -| post | UserCreateWithArray | This api is only for path=/user/createWithArray +| create_users_with_array_input | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user | +| post | ApiForPost | This api is only for this endpoint | +| post | UserCreateWithArray | This api is only for path=/user/createWithArray | ## Table of Contents - [General Info](#general-info) @@ -25,7 +25,7 @@ petstore_api.paths.user_create_with_array.operation Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -[**body**](../../../components/request_bodies/request_body_user_array.md) | typing.Union[[UserArray.content.application_json.schema](../../../components/request_bodies/request_body_user_array.md#content-applicationjson-schema), list, tuple] | required | +[**body**](../../components/request_bodies/request_body_user_array.md) | typing.Union[[UserArray.content.application_json.schema](../../components/request_bodies/request_body_user_array.md#content-applicationjson-schema), list, tuple] | required | content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body server_index | typing.Optional[int] | default is None | Allows one to select a different server stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file @@ -109,4 +109,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to UserApi API]](../../apis/tags/user_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/user_create_with_list/post.md b/samples/openapi3/client/petstore/python/docs/paths/user_create_with_list/post.md index 9483e8ec659..cf648150847 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/user_create_with_list/post.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user_create_with_list/post.md @@ -3,9 +3,9 @@ petstore_api.paths.user_create_with_list.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| create_users_with_list_input | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user -| post | ApiForPost | This api is only for this endpoint -| post | UserCreateWithList | This api is only for path=/user/createWithList +| create_users_with_list_input | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user | +| post | ApiForPost | This api is only for this endpoint | +| post | UserCreateWithList | This api is only for path=/user/createWithList | ## Table of Contents - [General Info](#general-info) @@ -25,7 +25,7 @@ petstore_api.paths.user_create_with_list.operation Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -[**body**](../../../components/request_bodies/request_body_ref_user_array.md) | typing.Union[[RefUserArray.content.application_json.schema](../../../components/request_bodies/request_body_ref_user_array.md#content-applicationjson-schema), list, tuple] | required | +[**body**](../../components/request_bodies/request_body_ref_user_array.md) | typing.Union[[RefUserArray.content.application_json.schema](../../components/request_bodies/request_body_ref_user_array.md#content-applicationjson-schema), list, tuple] | required | content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body server_index | typing.Optional[int] | default is None | Allows one to select a different server stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file @@ -109,4 +109,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to UserApi API]](../../apis/tags/user_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/user_login/get.md b/samples/openapi3/client/petstore/python/docs/paths/user_login/get.md index acfee456d45..e525d21c750 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/user_login/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user_login/get.md @@ -3,9 +3,9 @@ petstore_api.paths.user_login.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| login_user | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user -| get | ApiForGet | This api is only for this endpoint -| get | UserLogin | This api is only for path=/user/login +| login_user | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user | +| get | ApiForGet | This api is only for this endpoint | +| get | UserLogin | This api is only for path=/user/login | ## Table of Contents - [General Info](#general-info) @@ -203,4 +203,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to UserApi API]](../../apis/tags/user_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/user_logout/get.md b/samples/openapi3/client/petstore/python/docs/paths/user_logout/get.md index 9ce51458897..07357ef5c53 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/user_logout/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user_logout/get.md @@ -3,9 +3,9 @@ petstore_api.paths.user_logout.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| logout_user | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user -| get | ApiForGet | This api is only for this endpoint -| get | UserLogout | This api is only for path=/user/logout +| logout_user | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user | +| get | ApiForGet | This api is only for this endpoint | +| get | UserLogout | This api is only for path=/user/logout | ## Table of Contents - [General Info](#general-info) @@ -35,7 +35,7 @@ skip_deserialization | bool | default is False | when True, headers and body wil HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -default | [RefSuccessDescriptionOnly.response_cls](../../../components/responses/response_ref_success_description_only.md#response_ref_success_description_onlyresponse_cls) | Success +default | [RefSuccessDescriptionOnly.response_cls](../../components/responses/response_ref_success_description_only.md#response_ref_success_description_onlyresponse_cls) | Success ## Servers @@ -76,4 +76,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to UserApi API]](../../apis/tags/user_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/user_username/delete.md b/samples/openapi3/client/petstore/python/docs/paths/user_username/delete.md index 8ca50beba6f..5f10a694961 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/user_username/delete.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user_username/delete.md @@ -3,9 +3,9 @@ petstore_api.paths.user_username.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| delete_user | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user -| delete | ApiForDelete | This api is only for this endpoint -| delete | UserUsername | This api is only for path=/user/{username} +| delete_user | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user | +| delete | ApiForDelete | This api is only for this endpoint | +| delete | UserUsername | This api is only for path=/user/{username} | ## Table of Contents - [General Info](#general-info) @@ -46,7 +46,7 @@ username | [RefPathUserName.schema](../../../components/parameters/parameter_ref HTTP Status Code | Class | Description ------------- | ------------- | ------------- n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [SuccessDescriptionOnly.response_cls](../../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success +200 | [SuccessDescriptionOnly.response_cls](../../components/responses/response_success_description_only.md#response_success_description_onlyresponse_cls) | Success 404 | [ResponseFor404.response_cls](#responsefor404-response_cls) | User not found ## ResponseFor404 @@ -105,4 +105,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to UserApi API]](../../apis/tags/user_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/user_username/get.md b/samples/openapi3/client/petstore/python/docs/paths/user_username/get.md index a4687df7812..b7311b646b1 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/user_username/get.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user_username/get.md @@ -3,9 +3,9 @@ petstore_api.paths.user_username.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| get_user_by_name | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user -| get | ApiForGet | This api is only for this endpoint -| get | UserUsername | This api is only for path=/user/{username} +| get_user_by_name | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user | +| get | ApiForGet | This api is only for this endpoint | +| get | UserUsername | This api is only for path=/user/{username} | ## Table of Contents - [General Info](#general-info) @@ -74,13 +74,13 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[User](../../../components/schema/user.md) | dict, frozendict.frozendict | frozendict.frozendict | +[User](../../components/schema/user.md) | dict, frozendict.frozendict | frozendict.frozendict | #### ResponseFor200 content ApplicationJson Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[User](../../../components/schema/user.md) | dict, frozendict.frozendict | frozendict.frozendict | +[User](../../components/schema/user.md) | dict, frozendict.frozendict | frozendict.frozendict | ## ResponseFor400 @@ -150,4 +150,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to UserApi API]](../../apis/tags/user_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/docs/paths/user_username/put.md b/samples/openapi3/client/petstore/python/docs/paths/user_username/put.md index 9813f73e946..74d3e281e5f 100644 --- a/samples/openapi3/client/petstore/python/docs/paths/user_username/put.md +++ b/samples/openapi3/client/petstore/python/docs/paths/user_username/put.md @@ -3,9 +3,9 @@ petstore_api.paths.user_username.operation | Method Name | Api Class | Notes | | ----------- | --------- | ----- | -| update_user | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user -| put | ApiForPut | This api is only for this endpoint -| put | UserUsername | This api is only for path=/user/{username} +| update_user | [UserApi](../../apis/tags/user_api.md) | This api is only for tag=user | +| put | ApiForPut | This api is only for this endpoint | +| put | UserUsername | This api is only for path=/user/{username} | ## Table of Contents - [General Info](#general-info) @@ -49,7 +49,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[User](../../../components/schema/user.md) | dict, frozendict.frozendict | frozendict.frozendict | +[User](../../components/schema/user.md) | dict, frozendict.frozendict | frozendict.frozendict | ### path_params #### RequestPathParameters.Params @@ -152,4 +152,4 @@ with petstore_api.ApiClient(used_configuration) as api_client: [[Back to top]](#top) [[Back to UserApi API]](../../apis/tags/user_api.md) -[[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) \ No newline at end of file +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file From bb565bc234f5d131a11d240b3085d7de57b358bf Mon Sep 17 00:00:00 2001 From: Justin Black Date: Wed, 5 Apr 2023 15:23:45 -0700 Subject: [PATCH 3/5] Updates readme endpoint links --- .../python/_helper_readme_common.hbs | 2 +- .../openapi3/client/petstore/python/README.md | 118 +++++++++--------- 2 files changed, 60 insertions(+), 60 deletions(-) diff --git a/modules/openapi-json-schema-generator/src/main/resources/python/_helper_readme_common.hbs b/modules/openapi-json-schema-generator/src/main/resources/python/_helper_readme_common.hbs index 50cf77f1394..1d04c0095e3 100644 --- a/modules/openapi-json-schema-generator/src/main/resources/python/_helper_readme_common.hbs +++ b/modules/openapi-json-schema-generator/src/main/resources/python/_helper_readme_common.hbs @@ -43,7 +43,7 @@ HTTP request | Method | Description ------------ | ------ | ------------- {{#each paths}} {{#each operations}} -{{../@key.original}} **{{@key.original}}** | {{#each tags}}[{{className}}]({{apiDocPath}}{{moduleName}}.md).[{{operationId.snakeCase}}]({{apiDocPath}}{{moduleName}}/{{operationId.snakeCase}}.md) {{/each}} | {{#if summary}}{{summary}}{{/if}} +{{../@key.original}} **{{@key.original}}** | {{#each tags}}[{{className}}]({{apiDocPath}}{{moduleName}}.md).[{{operationId.snakeCase}}](docs/paths/{{../../@key.snakeCase}}/{{../@key.original}}.md) {{/each}} | {{#if summary}}{{summary}}{{/if}} {{/each}} {{/each}} {{/if}} diff --git a/samples/openapi3/client/petstore/python/README.md b/samples/openapi3/client/petstore/python/README.md index 9c4736a2b95..5d6084cdee9 100644 --- a/samples/openapi3/client/petstore/python/README.md +++ b/samples/openapi3/client/petstore/python/README.md @@ -91,65 +91,65 @@ All URIs are relative to the selected server HTTP request | Method | Description ------------ | ------ | ------------- -/another-fake/dummy **patch** | [AnotherFakeApi](docs/apis/tags/another_fake_api.md).[call_123_test__special_tags](docs/apis/tags/another_fake_api/call_123_test__special_tags.md) | To test special tags -/fake **delete** | [FakeApi](docs/apis/tags/fake_api.md).[group_parameters](docs/apis/tags/fake_api/group_parameters.md) | Fake endpoint to test group parameters (optional) -/fake **get** | [FakeApi](docs/apis/tags/fake_api.md).[enum_parameters](docs/apis/tags/fake_api/enum_parameters.md) | To test enum parameters -/fake **patch** | [FakeApi](docs/apis/tags/fake_api.md).[client_model](docs/apis/tags/fake_api/client_model.md) | To test \"client\" model -/fake **post** | [FakeApi](docs/apis/tags/fake_api.md).[endpoint_parameters](docs/apis/tags/fake_api/endpoint_parameters.md) | Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트 -/fake/additional-properties-with-array-of-enums **get** | [FakeApi](docs/apis/tags/fake_api.md).[additional_properties_with_array_of_enums](docs/apis/tags/fake_api/additional_properties_with_array_of_enums.md) | Additional Properties with Array of Enums -/fake/body-with-file-schema **put** | [FakeApi](docs/apis/tags/fake_api.md).[body_with_file_schema](docs/apis/tags/fake_api/body_with_file_schema.md) | -/fake/body-with-query-params **put** | [FakeApi](docs/apis/tags/fake_api.md).[body_with_query_params](docs/apis/tags/fake_api/body_with_query_params.md) | -/fake/case-sensitive-params **put** | [FakeApi](docs/apis/tags/fake_api.md).[case_sensitive_params](docs/apis/tags/fake_api/case_sensitive_params.md) | -/fake/deleteCoffee/{id} **delete** | [FakeApi](docs/apis/tags/fake_api.md).[delete_coffee](docs/apis/tags/fake_api/delete_coffee.md) | Delete coffee -/fake/health **get** | [FakeApi](docs/apis/tags/fake_api.md).[fake_health_get](docs/apis/tags/fake_api/fake_health_get.md) | Health check endpoint -/fake/inline-additionalProperties **post** | [FakeApi](docs/apis/tags/fake_api.md).[inline_additional_properties](docs/apis/tags/fake_api/inline_additional_properties.md) | test inline additionalProperties -/fake/inlineComposition/ **post** | [FakeApi](docs/apis/tags/fake_api.md).[inline_composition](docs/apis/tags/fake_api/inline_composition.md) | testing composed schemas at inline locations -/fake/jsonFormData **get** | [FakeApi](docs/apis/tags/fake_api.md).[json_form_data](docs/apis/tags/fake_api/json_form_data.md) | test json serialization of form data -/fake/jsonPatch **patch** | [FakeApi](docs/apis/tags/fake_api.md).[json_patch](docs/apis/tags/fake_api/json_patch.md) | json patch -/fake/jsonWithCharset **post** | [FakeApi](docs/apis/tags/fake_api.md).[json_with_charset](docs/apis/tags/fake_api/json_with_charset.md) | json with charset tx and rx -/fake/multipleResponseBodies **get** | [FakeApi](docs/apis/tags/fake_api.md).[multiple_response_bodies](docs/apis/tags/fake_api/multiple_response_bodies.md) | multiple responses have response bodies -/fake/multipleSecurities **get** | [FakeApi](docs/apis/tags/fake_api.md).[multiple_securities](docs/apis/tags/fake_api/multiple_securities.md) | multiple security requirements -/fake/objInQuery **get** | [FakeApi](docs/apis/tags/fake_api.md).[object_in_query](docs/apis/tags/fake_api/object_in_query.md) | user list -/fake/parameterCollisions/{1}/{aB}/{Ab}/{self}/{A-B}/ **post** | [FakeApi](docs/apis/tags/fake_api.md).[parameter_collisions](docs/apis/tags/fake_api/parameter_collisions.md) | parameter collision case -/fake/queryParamWithJsonContentType **get** | [FakeApi](docs/apis/tags/fake_api.md).[query_param_with_json_content_type](docs/apis/tags/fake_api/query_param_with_json_content_type.md) | query param with json content-type -/fake/refObjInQuery **get** | [FakeApi](docs/apis/tags/fake_api.md).[ref_object_in_query](docs/apis/tags/fake_api/ref_object_in_query.md) | user list -/fake/refs/array-of-enums **post** | [FakeApi](docs/apis/tags/fake_api.md).[array_of_enums](docs/apis/tags/fake_api/array_of_enums.md) | Array of Enums -/fake/refs/arraymodel **post** | [FakeApi](docs/apis/tags/fake_api.md).[array_model](docs/apis/tags/fake_api/array_model.md) | -/fake/refs/boolean **post** | [FakeApi](docs/apis/tags/fake_api.md).[boolean](docs/apis/tags/fake_api/boolean.md) | -/fake/refs/composed_one_of_number_with_validations **post** | [FakeApi](docs/apis/tags/fake_api.md).[composed_one_of_different_types](docs/apis/tags/fake_api/composed_one_of_different_types.md) | -/fake/refs/enum **post** | [FakeApi](docs/apis/tags/fake_api.md).[string_enum](docs/apis/tags/fake_api/string_enum.md) | -/fake/refs/mammal **post** | [FakeApi](docs/apis/tags/fake_api.md).[mammal](docs/apis/tags/fake_api/mammal.md) | -/fake/refs/number **post** | [FakeApi](docs/apis/tags/fake_api.md).[number_with_validations](docs/apis/tags/fake_api/number_with_validations.md) | -/fake/refs/object_model_with_ref_props **post** | [FakeApi](docs/apis/tags/fake_api.md).[object_model_with_ref_props](docs/apis/tags/fake_api/object_model_with_ref_props.md) | -/fake/refs/string **post** | [FakeApi](docs/apis/tags/fake_api.md).[string](docs/apis/tags/fake_api/string.md) | -/fake/responseWithoutSchema **get** | [FakeApi](docs/apis/tags/fake_api.md).[response_without_schema](docs/apis/tags/fake_api/response_without_schema.md) | receives a response without schema -/fake/test-query-paramters **put** | [FakeApi](docs/apis/tags/fake_api.md).[query_parameter_collection_format](docs/apis/tags/fake_api/query_parameter_collection_format.md) | -/fake/uploadDownloadFile **post** | [FakeApi](docs/apis/tags/fake_api.md).[upload_download_file](docs/apis/tags/fake_api/upload_download_file.md) | uploads a file and downloads a file using application/octet-stream -/fake/uploadFile **post** | [FakeApi](docs/apis/tags/fake_api.md).[upload_file](docs/apis/tags/fake_api/upload_file.md) | uploads a file using multipart/form-data -/fake/uploadFiles **post** | [FakeApi](docs/apis/tags/fake_api.md).[upload_files](docs/apis/tags/fake_api/upload_files.md) | uploads files using multipart/form-data -/fake/{petId}/uploadImageWithRequiredFile **post** | [PetApi](docs/apis/tags/pet_api.md).[upload_file_with_required_file](docs/apis/tags/pet_api/upload_file_with_required_file.md) | uploads an image (required) -/fake_classname_test **patch** | [FakeClassnameTags123Api](docs/apis/tags/fake_classname_tags123_api.md).[classname](docs/apis/tags/fake_classname_tags123_api/classname.md) | To test class name in snake case -/foo **get** | [DefaultApi](docs/apis/tags/default_api.md).[foo_get](docs/apis/tags/default_api/foo_get.md) | -/pet **post** | [PetApi](docs/apis/tags/pet_api.md).[add_pet](docs/apis/tags/pet_api/add_pet.md) | Add a new pet to the store -/pet **put** | [PetApi](docs/apis/tags/pet_api.md).[update_pet](docs/apis/tags/pet_api/update_pet.md) | Update an existing pet -/pet/findByStatus **get** | [PetApi](docs/apis/tags/pet_api.md).[find_pets_by_status](docs/apis/tags/pet_api/find_pets_by_status.md) | Finds Pets by status -/pet/findByTags **get** | [PetApi](docs/apis/tags/pet_api.md).[find_pets_by_tags](docs/apis/tags/pet_api/find_pets_by_tags.md) | Finds Pets by tags -/pet/{petId} **delete** | [PetApi](docs/apis/tags/pet_api.md).[delete_pet](docs/apis/tags/pet_api/delete_pet.md) | Deletes a pet -/pet/{petId} **get** | [PetApi](docs/apis/tags/pet_api.md).[get_pet_by_id](docs/apis/tags/pet_api/get_pet_by_id.md) | Find pet by ID -/pet/{petId} **post** | [PetApi](docs/apis/tags/pet_api.md).[update_pet_with_form](docs/apis/tags/pet_api/update_pet_with_form.md) | Updates a pet in the store with form data -/pet/{petId}/uploadImage **post** | [PetApi](docs/apis/tags/pet_api.md).[upload_image](docs/apis/tags/pet_api/upload_image.md) | uploads an image -/store/inventory **get** | [StoreApi](docs/apis/tags/store_api.md).[get_inventory](docs/apis/tags/store_api/get_inventory.md) | Returns pet inventories by status -/store/order **post** | [StoreApi](docs/apis/tags/store_api.md).[place_order](docs/apis/tags/store_api/place_order.md) | Place an order for a pet -/store/order/{order_id} **delete** | [StoreApi](docs/apis/tags/store_api.md).[delete_order](docs/apis/tags/store_api/delete_order.md) | Delete purchase order by ID -/store/order/{order_id} **get** | [StoreApi](docs/apis/tags/store_api.md).[get_order_by_id](docs/apis/tags/store_api/get_order_by_id.md) | Find purchase order by ID -/user **post** | [UserApi](docs/apis/tags/user_api.md).[create_user](docs/apis/tags/user_api/create_user.md) | Create user -/user/createWithArray **post** | [UserApi](docs/apis/tags/user_api.md).[create_users_with_array_input](docs/apis/tags/user_api/create_users_with_array_input.md) | Creates list of users with given input array -/user/createWithList **post** | [UserApi](docs/apis/tags/user_api.md).[create_users_with_list_input](docs/apis/tags/user_api/create_users_with_list_input.md) | Creates list of users with given input array -/user/login **get** | [UserApi](docs/apis/tags/user_api.md).[login_user](docs/apis/tags/user_api/login_user.md) | Logs user into the system -/user/logout **get** | [UserApi](docs/apis/tags/user_api.md).[logout_user](docs/apis/tags/user_api/logout_user.md) | Logs out current logged in user session -/user/{username} **delete** | [UserApi](docs/apis/tags/user_api.md).[delete_user](docs/apis/tags/user_api/delete_user.md) | Delete user -/user/{username} **get** | [UserApi](docs/apis/tags/user_api.md).[get_user_by_name](docs/apis/tags/user_api/get_user_by_name.md) | Get user by user name -/user/{username} **put** | [UserApi](docs/apis/tags/user_api.md).[update_user](docs/apis/tags/user_api/update_user.md) | Updated user +/another-fake/dummy **patch** | [AnotherFakeApi](docs/apis/tags/another_fake_api.md).[call_123_test__special_tags](docs/paths/another_fake_dummy/patch.md) | To test special tags +/fake **delete** | [FakeApi](docs/apis/tags/fake_api.md).[group_parameters](docs/paths/fake/delete.md) | Fake endpoint to test group parameters (optional) +/fake **get** | [FakeApi](docs/apis/tags/fake_api.md).[enum_parameters](docs/paths/fake/get.md) | To test enum parameters +/fake **patch** | [FakeApi](docs/apis/tags/fake_api.md).[client_model](docs/paths/fake/patch.md) | To test \"client\" model +/fake **post** | [FakeApi](docs/apis/tags/fake_api.md).[endpoint_parameters](docs/paths/fake/post.md) | Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트 +/fake/additional-properties-with-array-of-enums **get** | [FakeApi](docs/apis/tags/fake_api.md).[additional_properties_with_array_of_enums](docs/paths/fake_additional_properties_with_array_of_enums/get.md) | Additional Properties with Array of Enums +/fake/body-with-file-schema **put** | [FakeApi](docs/apis/tags/fake_api.md).[body_with_file_schema](docs/paths/fake_body_with_file_schema/put.md) | +/fake/body-with-query-params **put** | [FakeApi](docs/apis/tags/fake_api.md).[body_with_query_params](docs/paths/fake_body_with_query_params/put.md) | +/fake/case-sensitive-params **put** | [FakeApi](docs/apis/tags/fake_api.md).[case_sensitive_params](docs/paths/fake_case_sensitive_params/put.md) | +/fake/deleteCoffee/{id} **delete** | [FakeApi](docs/apis/tags/fake_api.md).[delete_coffee](docs/paths/fake_delete_coffee_id/delete.md) | Delete coffee +/fake/health **get** | [FakeApi](docs/apis/tags/fake_api.md).[fake_health_get](docs/paths/fake_health/get.md) | Health check endpoint +/fake/inline-additionalProperties **post** | [FakeApi](docs/apis/tags/fake_api.md).[inline_additional_properties](docs/paths/fake_inline_additional_properties/post.md) | test inline additionalProperties +/fake/inlineComposition/ **post** | [FakeApi](docs/apis/tags/fake_api.md).[inline_composition](docs/paths/fake_inline_composition/post.md) | testing composed schemas at inline locations +/fake/jsonFormData **get** | [FakeApi](docs/apis/tags/fake_api.md).[json_form_data](docs/paths/fake_json_form_data/get.md) | test json serialization of form data +/fake/jsonPatch **patch** | [FakeApi](docs/apis/tags/fake_api.md).[json_patch](docs/paths/fake_json_patch/patch.md) | json patch +/fake/jsonWithCharset **post** | [FakeApi](docs/apis/tags/fake_api.md).[json_with_charset](docs/paths/fake_json_with_charset/post.md) | json with charset tx and rx +/fake/multipleResponseBodies **get** | [FakeApi](docs/apis/tags/fake_api.md).[multiple_response_bodies](docs/paths/fake_multiple_response_bodies/get.md) | multiple responses have response bodies +/fake/multipleSecurities **get** | [FakeApi](docs/apis/tags/fake_api.md).[multiple_securities](docs/paths/fake_multiple_securities/get.md) | multiple security requirements +/fake/objInQuery **get** | [FakeApi](docs/apis/tags/fake_api.md).[object_in_query](docs/paths/fake_obj_in_query/get.md) | user list +/fake/parameterCollisions/{1}/{aB}/{Ab}/{self}/{A-B}/ **post** | [FakeApi](docs/apis/tags/fake_api.md).[parameter_collisions](docs/paths/fake_parameter_collisions1_abab_self_ab/post.md) | parameter collision case +/fake/queryParamWithJsonContentType **get** | [FakeApi](docs/apis/tags/fake_api.md).[query_param_with_json_content_type](docs/paths/fake_query_param_with_json_content_type/get.md) | query param with json content-type +/fake/refObjInQuery **get** | [FakeApi](docs/apis/tags/fake_api.md).[ref_object_in_query](docs/paths/fake_ref_obj_in_query/get.md) | user list +/fake/refs/array-of-enums **post** | [FakeApi](docs/apis/tags/fake_api.md).[array_of_enums](docs/paths/fake_refs_array_of_enums/post.md) | Array of Enums +/fake/refs/arraymodel **post** | [FakeApi](docs/apis/tags/fake_api.md).[array_model](docs/paths/fake_refs_arraymodel/post.md) | +/fake/refs/boolean **post** | [FakeApi](docs/apis/tags/fake_api.md).[boolean](docs/paths/fake_refs_boolean/post.md) | +/fake/refs/composed_one_of_number_with_validations **post** | [FakeApi](docs/apis/tags/fake_api.md).[composed_one_of_different_types](docs/paths/fake_refs_composed_one_of_number_with_validations/post.md) | +/fake/refs/enum **post** | [FakeApi](docs/apis/tags/fake_api.md).[string_enum](docs/paths/fake_refs_enum/post.md) | +/fake/refs/mammal **post** | [FakeApi](docs/apis/tags/fake_api.md).[mammal](docs/paths/fake_refs_mammal/post.md) | +/fake/refs/number **post** | [FakeApi](docs/apis/tags/fake_api.md).[number_with_validations](docs/paths/fake_refs_number/post.md) | +/fake/refs/object_model_with_ref_props **post** | [FakeApi](docs/apis/tags/fake_api.md).[object_model_with_ref_props](docs/paths/fake_refs_object_model_with_ref_props/post.md) | +/fake/refs/string **post** | [FakeApi](docs/apis/tags/fake_api.md).[string](docs/paths/fake_refs_string/post.md) | +/fake/responseWithoutSchema **get** | [FakeApi](docs/apis/tags/fake_api.md).[response_without_schema](docs/paths/fake_response_without_schema/get.md) | receives a response without schema +/fake/test-query-paramters **put** | [FakeApi](docs/apis/tags/fake_api.md).[query_parameter_collection_format](docs/paths/fake_test_query_paramters/put.md) | +/fake/uploadDownloadFile **post** | [FakeApi](docs/apis/tags/fake_api.md).[upload_download_file](docs/paths/fake_upload_download_file/post.md) | uploads a file and downloads a file using application/octet-stream +/fake/uploadFile **post** | [FakeApi](docs/apis/tags/fake_api.md).[upload_file](docs/paths/fake_upload_file/post.md) | uploads a file using multipart/form-data +/fake/uploadFiles **post** | [FakeApi](docs/apis/tags/fake_api.md).[upload_files](docs/paths/fake_upload_files/post.md) | uploads files using multipart/form-data +/fake/{petId}/uploadImageWithRequiredFile **post** | [PetApi](docs/apis/tags/pet_api.md).[upload_file_with_required_file](docs/paths/fake_pet_id_upload_image_with_required_file/post.md) | uploads an image (required) +/fake_classname_test **patch** | [FakeClassnameTags123Api](docs/apis/tags/fake_classname_tags123_api.md).[classname](docs/paths/fake_classname_test/patch.md) | To test class name in snake case +/foo **get** | [DefaultApi](docs/apis/tags/default_api.md).[foo_get](docs/paths/foo/get.md) | +/pet **post** | [PetApi](docs/apis/tags/pet_api.md).[add_pet](docs/paths/pet/post.md) | Add a new pet to the store +/pet **put** | [PetApi](docs/apis/tags/pet_api.md).[update_pet](docs/paths/pet/put.md) | Update an existing pet +/pet/findByStatus **get** | [PetApi](docs/apis/tags/pet_api.md).[find_pets_by_status](docs/paths/pet_find_by_status/get.md) | Finds Pets by status +/pet/findByTags **get** | [PetApi](docs/apis/tags/pet_api.md).[find_pets_by_tags](docs/paths/pet_find_by_tags/get.md) | Finds Pets by tags +/pet/{petId} **delete** | [PetApi](docs/apis/tags/pet_api.md).[delete_pet](docs/paths/pet_pet_id/delete.md) | Deletes a pet +/pet/{petId} **get** | [PetApi](docs/apis/tags/pet_api.md).[get_pet_by_id](docs/paths/pet_pet_id/get.md) | Find pet by ID +/pet/{petId} **post** | [PetApi](docs/apis/tags/pet_api.md).[update_pet_with_form](docs/paths/pet_pet_id/post.md) | Updates a pet in the store with form data +/pet/{petId}/uploadImage **post** | [PetApi](docs/apis/tags/pet_api.md).[upload_image](docs/paths/pet_pet_id_upload_image/post.md) | uploads an image +/store/inventory **get** | [StoreApi](docs/apis/tags/store_api.md).[get_inventory](docs/paths/store_inventory/get.md) | Returns pet inventories by status +/store/order **post** | [StoreApi](docs/apis/tags/store_api.md).[place_order](docs/paths/store_order/post.md) | Place an order for a pet +/store/order/{order_id} **delete** | [StoreApi](docs/apis/tags/store_api.md).[delete_order](docs/paths/store_order_order_id/delete.md) | Delete purchase order by ID +/store/order/{order_id} **get** | [StoreApi](docs/apis/tags/store_api.md).[get_order_by_id](docs/paths/store_order_order_id/get.md) | Find purchase order by ID +/user **post** | [UserApi](docs/apis/tags/user_api.md).[create_user](docs/paths/user/post.md) | Create user +/user/createWithArray **post** | [UserApi](docs/apis/tags/user_api.md).[create_users_with_array_input](docs/paths/user_create_with_array/post.md) | Creates list of users with given input array +/user/createWithList **post** | [UserApi](docs/apis/tags/user_api.md).[create_users_with_list_input](docs/paths/user_create_with_list/post.md) | Creates list of users with given input array +/user/login **get** | [UserApi](docs/apis/tags/user_api.md).[login_user](docs/paths/user_login/get.md) | Logs user into the system +/user/logout **get** | [UserApi](docs/apis/tags/user_api.md).[logout_user](docs/paths/user_logout/get.md) | Logs out current logged in user session +/user/{username} **delete** | [UserApi](docs/apis/tags/user_api.md).[delete_user](docs/paths/user_username/delete.md) | Delete user +/user/{username} **get** | [UserApi](docs/apis/tags/user_api.md).[get_user_by_name](docs/paths/user_username/get.md) | Get user by user name +/user/{username} **put** | [UserApi](docs/apis/tags/user_api.md).[update_user](docs/paths/user_username/put.md) | Updated user ## Component Schemas From 9c727da86c4310b2de53cd65cad73263ae053a5b Mon Sep 17 00:00:00 2001 From: Justin Black Date: Wed, 5 Apr 2023 15:51:38 -0700 Subject: [PATCH 4/5] Updates endpoint url links --- .../codegen/DefaultGenerator.java | 18 ++--- .../resources/python/apis/tags/api_doc.hbs | 6 +- .../python/docs/apis/tags/another_fake_api.md | 2 +- .../python/docs/apis/tags/default_api.md | 2 +- .../python/docs/apis/tags/fake_api.md | 70 +++++++++---------- .../apis/tags/fake_classname_tags123_api.md | 2 +- .../petstore/python/docs/apis/tags/pet_api.md | 18 ++--- .../python/docs/apis/tags/store_api.md | 8 +-- .../python/docs/apis/tags/user_api.md | 16 ++--- 9 files changed, 73 insertions(+), 69 deletions(-) diff --git a/modules/openapi-json-schema-generator/src/main/java/org/openapijsonschematools/codegen/DefaultGenerator.java b/modules/openapi-json-schema-generator/src/main/java/org/openapijsonschematools/codegen/DefaultGenerator.java index 0136f96d2ab..04299a611c4 100644 --- a/modules/openapi-json-schema-generator/src/main/java/org/openapijsonschematools/codegen/DefaultGenerator.java +++ b/modules/openapi-json-schema-generator/src/main/java/org/openapijsonschematools/codegen/DefaultGenerator.java @@ -1044,7 +1044,7 @@ void generateApis(List files, TreeMap paths) } HashMap>> tagToPathToOperations = new HashMap<>(); - HashMap> tagToOperationIdToOperation = new HashMap<>(); + HashMap>> tagToOperationIdToPathToOperation = new HashMap<>(); Map apiPathTemplates = config.jsonPathTemplateFiles().get(CodegenConstants.JSON_PATH_LOCATION_TYPE.API_PATH); for(Map.Entry entry: paths.entrySet()) { CodegenKey path = entry.getKey(); @@ -1073,16 +1073,18 @@ void generateApis(List files, TreeMap paths) } if (!tagToPathToOperations.containsKey(tag)) { tagToPathToOperations.put(tag, new HashMap<>()); - tagToOperationIdToOperation.put(tag, new TreeMap<>()); + tagToOperationIdToPathToOperation.put(tag, new TreeMap<>()); } HashMap> pathToOperations = tagToPathToOperations.get(tag); if (!pathToOperations.containsKey(path)) { pathToOperations.put(path, new ArrayList<>()); } pathToOperations.get(path).add(op); - TreeMap operationIdToOperation = tagToOperationIdToOperation.get(tag); - if (!operationIdToOperation.containsKey(op.operationId)) { - operationIdToOperation.put(op.operationId, op); + TreeMap> operationIdToPathToOperation = tagToOperationIdToPathToOperation.get(tag); + if (!operationIdToPathToOperation.containsKey(op.operationId)) { + HashMap pathToOperation = new HashMap<>(); + pathToOperation.put(path, op); + operationIdToPathToOperation.put(op.operationId, pathToOperation); } } } @@ -1140,9 +1142,9 @@ public int compare(CodegenKey e1, CodegenKey e2) { } } - TreeMap operationIdToOperation = new TreeMap<>(new OperationIdComparator()); - operationIdToOperation.putAll(tagToOperationIdToOperation.get(tag)); - apiData.put("operationIdToOperation", operationIdToOperation); + TreeMap> operationIdToPathToOperation = new TreeMap<>(new OperationIdComparator()); + operationIdToPathToOperation.putAll(tagToOperationIdToPathToOperation.get(tag)); + apiData.put("operationIdToPathToOperation", operationIdToPathToOperation); if (apiTagTemplates != null) { for (Map.Entry apiPathEntry: apiTagTemplates.entrySet()) { diff --git a/modules/openapi-json-schema-generator/src/main/resources/python/apis/tags/api_doc.hbs b/modules/openapi-json-schema-generator/src/main/resources/python/apis/tags/api_doc.hbs index d654f780e06..42d4bd1ac53 100644 --- a/modules/openapi-json-schema-generator/src/main/resources/python/apis/tags/api_doc.hbs +++ b/modules/openapi-json-schema-generator/src/main/resources/python/apis/tags/api_doc.hbs @@ -16,8 +16,10 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -{{#each operationIdToOperation}} -[**{{@key.snakeCase}}**]({{tag.moduleName}}/{{operationId.snakeCase}}.md) | {{#if summary}}{{summary}}{{/if}} +{{#each operationIdToPathToOperation}} + {{#each this}} +[**{{../@key.snakeCase}}**](../../paths/{{@key.snakeCase}}/{{jsonPathPiece.original}}.md) | {{#if summary}}{{summary}}{{/if}} + {{/each}} {{/each}} [[Back to top]](#top) {{> _helper_footer_links readmePath="../../../" endpointsLink=true }} diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/another_fake_api.md b/samples/openapi3/client/petstore/python/docs/apis/tags/another_fake_api.md index afa7b4edad2..d08e53b4b38 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/another_fake_api.md +++ b/samples/openapi3/client/petstore/python/docs/apis/tags/another_fake_api.md @@ -9,6 +9,6 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**call_123_test__special_tags**](another_fake_api/call_123_test__special_tags.md) | To test special tags +[**call_123_test__special_tags**](../../paths/another_fake_dummy/patch.md) | To test special tags [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/default_api.md b/samples/openapi3/client/petstore/python/docs/apis/tags/default_api.md index 393d0893254..f5cff3da626 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/default_api.md +++ b/samples/openapi3/client/petstore/python/docs/apis/tags/default_api.md @@ -12,6 +12,6 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**foo_get**](default_api/foo_get.md) | +[**foo_get**](../../paths/foo/get.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api.md b/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api.md index b6691fcc678..48920a07cb5 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api.md +++ b/samples/openapi3/client/petstore/python/docs/apis/tags/fake_api.md @@ -9,40 +9,40 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**additional_properties_with_array_of_enums**](fake_api/additional_properties_with_array_of_enums.md) | Additional Properties with Array of Enums -[**array_model**](fake_api/array_model.md) | -[**array_of_enums**](fake_api/array_of_enums.md) | Array of Enums -[**body_with_file_schema**](fake_api/body_with_file_schema.md) | -[**body_with_query_params**](fake_api/body_with_query_params.md) | -[**boolean**](fake_api/boolean.md) | -[**case_sensitive_params**](fake_api/case_sensitive_params.md) | -[**client_model**](fake_api/client_model.md) | To test \"client\" model -[**composed_one_of_different_types**](fake_api/composed_one_of_different_types.md) | -[**delete_coffee**](fake_api/delete_coffee.md) | Delete coffee -[**endpoint_parameters**](fake_api/endpoint_parameters.md) | Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트 -[**enum_parameters**](fake_api/enum_parameters.md) | To test enum parameters -[**fake_health_get**](fake_api/fake_health_get.md) | Health check endpoint -[**group_parameters**](fake_api/group_parameters.md) | Fake endpoint to test group parameters (optional) -[**inline_additional_properties**](fake_api/inline_additional_properties.md) | test inline additionalProperties -[**inline_composition**](fake_api/inline_composition.md) | testing composed schemas at inline locations -[**json_form_data**](fake_api/json_form_data.md) | test json serialization of form data -[**json_patch**](fake_api/json_patch.md) | json patch -[**json_with_charset**](fake_api/json_with_charset.md) | json with charset tx and rx -[**mammal**](fake_api/mammal.md) | -[**multiple_response_bodies**](fake_api/multiple_response_bodies.md) | multiple responses have response bodies -[**multiple_securities**](fake_api/multiple_securities.md) | multiple security requirements -[**number_with_validations**](fake_api/number_with_validations.md) | -[**object_in_query**](fake_api/object_in_query.md) | user list -[**object_model_with_ref_props**](fake_api/object_model_with_ref_props.md) | -[**parameter_collisions**](fake_api/parameter_collisions.md) | parameter collision case -[**query_param_with_json_content_type**](fake_api/query_param_with_json_content_type.md) | query param with json content-type -[**query_parameter_collection_format**](fake_api/query_parameter_collection_format.md) | -[**ref_object_in_query**](fake_api/ref_object_in_query.md) | user list -[**response_without_schema**](fake_api/response_without_schema.md) | receives a response without schema -[**string**](fake_api/string.md) | -[**string_enum**](fake_api/string_enum.md) | -[**upload_download_file**](fake_api/upload_download_file.md) | uploads a file and downloads a file using application/octet-stream -[**upload_file**](fake_api/upload_file.md) | uploads a file using multipart/form-data -[**upload_files**](fake_api/upload_files.md) | uploads files using multipart/form-data +[**additional_properties_with_array_of_enums**](../../paths/fake_additional_properties_with_array_of_enums/get.md) | Additional Properties with Array of Enums +[**array_model**](../../paths/fake_refs_arraymodel/post.md) | +[**array_of_enums**](../../paths/fake_refs_array_of_enums/post.md) | Array of Enums +[**body_with_file_schema**](../../paths/fake_body_with_file_schema/put.md) | +[**body_with_query_params**](../../paths/fake_body_with_query_params/put.md) | +[**boolean**](../../paths/fake_refs_boolean/post.md) | +[**case_sensitive_params**](../../paths/fake_case_sensitive_params/put.md) | +[**client_model**](../../paths/fake/patch.md) | To test \"client\" model +[**composed_one_of_different_types**](../../paths/fake_refs_composed_one_of_number_with_validations/post.md) | +[**delete_coffee**](../../paths/fake_delete_coffee_id/delete.md) | Delete coffee +[**endpoint_parameters**](../../paths/fake/post.md) | Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트 +[**enum_parameters**](../../paths/fake/get.md) | To test enum parameters +[**fake_health_get**](../../paths/fake_health/get.md) | Health check endpoint +[**group_parameters**](../../paths/fake/delete.md) | Fake endpoint to test group parameters (optional) +[**inline_additional_properties**](../../paths/fake_inline_additional_properties/post.md) | test inline additionalProperties +[**inline_composition**](../../paths/fake_inline_composition/post.md) | testing composed schemas at inline locations +[**json_form_data**](../../paths/fake_json_form_data/get.md) | test json serialization of form data +[**json_patch**](../../paths/fake_json_patch/patch.md) | json patch +[**json_with_charset**](../../paths/fake_json_with_charset/post.md) | json with charset tx and rx +[**mammal**](../../paths/fake_refs_mammal/post.md) | +[**multiple_response_bodies**](../../paths/fake_multiple_response_bodies/get.md) | multiple responses have response bodies +[**multiple_securities**](../../paths/fake_multiple_securities/get.md) | multiple security requirements +[**number_with_validations**](../../paths/fake_refs_number/post.md) | +[**object_in_query**](../../paths/fake_obj_in_query/get.md) | user list +[**object_model_with_ref_props**](../../paths/fake_refs_object_model_with_ref_props/post.md) | +[**parameter_collisions**](../../paths/fake_parameter_collisions1_abab_self_ab/post.md) | parameter collision case +[**query_param_with_json_content_type**](../../paths/fake_query_param_with_json_content_type/get.md) | query param with json content-type +[**query_parameter_collection_format**](../../paths/fake_test_query_paramters/put.md) | +[**ref_object_in_query**](../../paths/fake_ref_obj_in_query/get.md) | user list +[**response_without_schema**](../../paths/fake_response_without_schema/get.md) | receives a response without schema +[**string**](../../paths/fake_refs_string/post.md) | +[**string_enum**](../../paths/fake_refs_enum/post.md) | +[**upload_download_file**](../../paths/fake_upload_download_file/post.md) | uploads a file and downloads a file using application/octet-stream +[**upload_file**](../../paths/fake_upload_file/post.md) | uploads a file using multipart/form-data +[**upload_files**](../../paths/fake_upload_files/post.md) | uploads files using multipart/form-data [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_classname_tags123_api.md b/samples/openapi3/client/petstore/python/docs/apis/tags/fake_classname_tags123_api.md index 6b2309bcd51..03a78ae2221 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/fake_classname_tags123_api.md +++ b/samples/openapi3/client/petstore/python/docs/apis/tags/fake_classname_tags123_api.md @@ -9,6 +9,6 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**classname**](fake_classname_tags123_api/classname.md) | To test class name in snake case +[**classname**](../../paths/fake_classname_test/patch.md) | To test class name in snake case [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api.md b/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api.md index f12a7223db0..712c3394921 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api.md +++ b/samples/openapi3/client/petstore/python/docs/apis/tags/pet_api.md @@ -12,14 +12,14 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**add_pet**](pet_api/add_pet.md) | Add a new pet to the store -[**delete_pet**](pet_api/delete_pet.md) | Deletes a pet -[**find_pets_by_status**](pet_api/find_pets_by_status.md) | Finds Pets by status -[**find_pets_by_tags**](pet_api/find_pets_by_tags.md) | Finds Pets by tags -[**get_pet_by_id**](pet_api/get_pet_by_id.md) | Find pet by ID -[**update_pet**](pet_api/update_pet.md) | Update an existing pet -[**update_pet_with_form**](pet_api/update_pet_with_form.md) | Updates a pet in the store with form data -[**upload_file_with_required_file**](pet_api/upload_file_with_required_file.md) | uploads an image (required) -[**upload_image**](pet_api/upload_image.md) | uploads an image +[**add_pet**](../../paths/pet/post.md) | Add a new pet to the store +[**delete_pet**](../../paths/pet_pet_id/delete.md) | Deletes a pet +[**find_pets_by_status**](../../paths/pet_find_by_status/get.md) | Finds Pets by status +[**find_pets_by_tags**](../../paths/pet_find_by_tags/get.md) | Finds Pets by tags +[**get_pet_by_id**](../../paths/pet_pet_id/get.md) | Find pet by ID +[**update_pet**](../../paths/pet/put.md) | Update an existing pet +[**update_pet_with_form**](../../paths/pet_pet_id/post.md) | Updates a pet in the store with form data +[**upload_file_with_required_file**](../../paths/fake_pet_id_upload_image_with_required_file/post.md) | uploads an image (required) +[**upload_image**](../../paths/pet_pet_id_upload_image/post.md) | uploads an image [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/store_api.md b/samples/openapi3/client/petstore/python/docs/apis/tags/store_api.md index 5dffd5c1080..2b031a628e1 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/store_api.md +++ b/samples/openapi3/client/petstore/python/docs/apis/tags/store_api.md @@ -12,9 +12,9 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**delete_order**](store_api/delete_order.md) | Delete purchase order by ID -[**get_inventory**](store_api/get_inventory.md) | Returns pet inventories by status -[**get_order_by_id**](store_api/get_order_by_id.md) | Find purchase order by ID -[**place_order**](store_api/place_order.md) | Place an order for a pet +[**delete_order**](../../paths/store_order_order_id/delete.md) | Delete purchase order by ID +[**get_inventory**](../../paths/store_inventory/get.md) | Returns pet inventories by status +[**get_order_by_id**](../../paths/store_order_order_id/get.md) | Find purchase order by ID +[**place_order**](../../paths/store_order/post.md) | Place an order for a pet [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api.md b/samples/openapi3/client/petstore/python/docs/apis/tags/user_api.md index a06bd74e017..55b7c628c58 100644 --- a/samples/openapi3/client/petstore/python/docs/apis/tags/user_api.md +++ b/samples/openapi3/client/petstore/python/docs/apis/tags/user_api.md @@ -12,13 +12,13 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**create_user**](user_api/create_user.md) | Create user -[**create_users_with_array_input**](user_api/create_users_with_array_input.md) | Creates list of users with given input array -[**create_users_with_list_input**](user_api/create_users_with_list_input.md) | Creates list of users with given input array -[**delete_user**](user_api/delete_user.md) | Delete user -[**get_user_by_name**](user_api/get_user_by_name.md) | Get user by user name -[**login_user**](user_api/login_user.md) | Logs user into the system -[**logout_user**](user_api/logout_user.md) | Logs out current logged in user session -[**update_user**](user_api/update_user.md) | Updated user +[**create_user**](../../paths/user/post.md) | Create user +[**create_users_with_array_input**](../../paths/user_create_with_array/post.md) | Creates list of users with given input array +[**create_users_with_list_input**](../../paths/user_create_with_list/post.md) | Creates list of users with given input array +[**delete_user**](../../paths/user_username/delete.md) | Delete user +[**get_user_by_name**](../../paths/user_username/get.md) | Get user by user name +[**login_user**](../../paths/user_login/get.md) | Logs user into the system +[**logout_user**](../../paths/user_logout/get.md) | Logs out current logged in user session +[**update_user**](../../paths/user_username/put.md) | Updated user [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) From 7dd6e867bda28eeba62faf5cc8efff826c8fb3c5 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Wed, 5 Apr 2023 16:27:14 -0700 Subject: [PATCH 5/5] Samples regen --- .../python/.openapi-generator/FILES | 870 ++++-------------- .../client/3_0_3_unit_test/python/README.md | 348 +++---- .../python/docs/apis/tags/_not_api.md | 12 +- .../post_forbidden_property_request_body.md | 98 -- ...st_not_more_complex_schema_request_body.md | 98 -- .../tags/_not_api/post_not_request_body.md | 98 -- .../apis/tags/additional_properties_api.md | 16 +- ...hema_which_should_validate_request_body.md | 101 -- ...alidate_response_body_for_content_types.md | 93 -- ...ies_are_allowed_by_default_request_body.md | 98 -- ...default_response_body_for_content_types.md | 93 -- ...erties_can_exist_by_itself_request_body.md | 100 -- ..._itself_response_body_for_content_types.md | 93 -- ...icators_response_body_for_content_types.md | 93 -- .../python/docs/apis/tags/all_of_api.md | 36 +- ..._combined_with_anyof_oneof_request_body.md | 98 -- .../all_of_api/post_allof_request_body.md | 98 -- .../post_allof_simple_types_request_body.md | 98 -- ...ost_allof_with_base_schema_request_body.md | 98 -- ...llof_with_one_empty_schema_request_body.md | 98 -- ...ith_the_first_empty_schema_request_body.md | 98 -- ...with_the_last_empty_schema_request_body.md | 98 -- ...lof_with_two_empty_schemas_request_body.md | 98 -- ...check_validation_semantics_request_body.md | 98 -- .../python/docs/apis/tags/any_of_api.md | 20 +- .../post_anyof_complex_types_request_body.md | 98 -- ...x_types_response_body_for_content_types.md | 93 -- .../any_of_api/post_anyof_request_body.md | 98 -- ...t_anyof_response_body_for_content_types.md | 93 -- ...ost_anyof_with_base_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- ...nyof_with_one_empty_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- ...check_validation_semantics_request_body.md | 98 -- ...mantics_response_body_for_content_types.md | 93 -- .../docs/apis/tags/content_type_json_api.md | 348 +++---- ...hema_which_should_validate_request_body.md | 101 -- ...alidate_response_body_for_content_types.md | 93 -- ...ies_are_allowed_by_default_request_body.md | 98 -- ...default_response_body_for_content_types.md | 93 -- ...erties_can_exist_by_itself_request_body.md | 100 -- ..._itself_response_body_for_content_types.md | 93 -- ...ld_not_look_in_applicators_request_body.md | 98 -- ...icators_response_body_for_content_types.md | 93 -- ..._combined_with_anyof_oneof_request_body.md | 98 -- ...f_oneof_response_body_for_content_types.md | 93 -- .../post_allof_request_body.md | 98 -- ...t_allof_response_body_for_content_types.md | 93 -- .../post_allof_simple_types_request_body.md | 98 -- ...e_types_response_body_for_content_types.md | 93 -- ...ost_allof_with_base_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- ...llof_with_one_empty_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- ...ith_the_first_empty_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- ...with_the_last_empty_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- ...lof_with_two_empty_schemas_request_body.md | 98 -- ...schemas_response_body_for_content_types.md | 93 -- .../post_anyof_complex_types_request_body.md | 98 -- ...x_types_response_body_for_content_types.md | 93 -- .../post_anyof_request_body.md | 98 -- ...t_anyof_response_body_for_content_types.md | 93 -- ...ost_anyof_with_base_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- ...nyof_with_one_empty_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- ..._array_type_matches_arrays_request_body.md | 100 -- ..._arrays_response_body_for_content_types.md | 93 -- ...lean_type_matches_booleans_request_body.md | 98 -- ...ooleans_response_body_for_content_types.md | 93 -- .../post_by_int_request_body.md | 98 -- ..._by_int_response_body_for_content_types.md | 93 -- .../post_by_number_request_body.md | 98 -- ..._number_response_body_for_content_types.md | 93 -- .../post_by_small_number_request_body.md | 98 -- ..._number_response_body_for_content_types.md | 93 -- .../post_date_time_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../post_email_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- ...with0_does_not_match_false_request_body.md | 98 -- ...h_false_response_body_for_content_types.md | 93 -- ..._with1_does_not_match_true_request_body.md | 98 -- ...ch_true_response_body_for_content_types.md | 93 -- ...um_with_escaped_characters_request_body.md | 98 -- ...racters_response_body_for_content_types.md | 93 -- ...with_false_does_not_match0_request_body.md | 98 -- ..._match0_response_body_for_content_types.md | 93 -- ..._with_true_does_not_match1_request_body.md | 98 -- ..._match1_response_body_for_content_types.md | 93 -- .../post_enums_in_properties_request_body.md | 101 -- ...perties_response_body_for_content_types.md | 93 -- .../post_forbidden_property_request_body.md | 98 -- ...roperty_response_body_for_content_types.md | 93 -- .../post_hostname_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- ...eger_type_matches_integers_request_body.md | 98 -- ...ntegers_response_body_for_content_types.md | 93 -- ...or_when_float_division_inf_request_body.md | 98 -- ...ion_inf_response_body_for_content_types.md | 93 -- ...d_string_value_for_default_request_body.md | 98 -- ...default_response_body_for_content_types.md | 93 -- .../post_ipv4_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../post_ipv6_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../post_json_pointer_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../post_maximum_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- ...tion_with_unsigned_integer_request_body.md | 98 -- ...integer_response_body_for_content_types.md | 93 -- .../post_maxitems_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- .../post_maxlength_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- ..._means_the_object_is_empty_request_body.md | 98 -- ...s_empty_response_body_for_content_types.md | 93 -- ...t_maxproperties_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- .../post_minimum_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- ...dation_with_signed_integer_request_body.md | 98 -- ...integer_response_body_for_content_types.md | 93 -- .../post_minitems_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- .../post_minlength_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- ...t_minproperties_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- ...check_validation_semantics_request_body.md | 98 -- ...mantics_response_body_for_content_types.md | 93 -- ...check_validation_semantics_request_body.md | 98 -- ...mantics_response_body_for_content_types.md | 93 -- .../post_nested_items_request_body.md | 106 --- ...d_items_response_body_for_content_types.md | 93 -- ...check_validation_semantics_request_body.md | 98 -- ...mantics_response_body_for_content_types.md | 93 -- ...st_not_more_complex_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- .../post_not_request_body.md | 98 -- ...ost_not_response_body_for_content_types.md | 93 -- ..._nul_characters_in_strings_request_body.md | 98 -- ...strings_response_body_for_content_types.md | 93 -- ...tches_only_the_null_object_request_body.md | 98 -- ..._object_response_body_for_content_types.md | 93 -- ...umber_type_matches_numbers_request_body.md | 98 -- ...numbers_response_body_for_content_types.md | 93 -- ...ject_properties_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- ...bject_type_matches_objects_request_body.md | 98 -- ...objects_response_body_for_content_types.md | 93 -- .../post_oneof_complex_types_request_body.md | 98 -- ...x_types_response_body_for_content_types.md | 93 -- .../post_oneof_request_body.md | 98 -- ...t_oneof_response_body_for_content_types.md | 93 -- ...ost_oneof_with_base_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- ...st_oneof_with_empty_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- .../post_oneof_with_required_request_body.md | 98 -- ...equired_response_body_for_content_types.md | 93 -- ...st_pattern_is_not_anchored_request_body.md | 98 -- ...nchored_response_body_for_content_types.md | 93 -- .../post_pattern_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- ...es_with_escaped_characters_request_body.md | 98 -- ...racters_response_body_for_content_types.md | 93 -- ...ef_that_is_not_a_reference_request_body.md | 98 -- ...ference_response_body_for_content_types.md | 93 -- ...ef_in_additionalproperties_request_body.md | 100 -- ...perties_response_body_for_content_types.md | 93 -- .../post_ref_in_allof_request_body.md | 98 -- ...n_allof_response_body_for_content_types.md | 93 -- .../post_ref_in_anyof_request_body.md | 98 -- ...n_anyof_response_body_for_content_types.md | 93 -- .../post_ref_in_items_request_body.md | 100 -- ...n_items_response_body_for_content_types.md | 93 -- .../post_ref_in_not_request_body.md | 98 -- ..._in_not_response_body_for_content_types.md | 93 -- .../post_ref_in_oneof_request_body.md | 98 -- ...n_oneof_response_body_for_content_types.md | 93 -- .../post_ref_in_property_request_body.md | 98 -- ...roperty_response_body_for_content_types.md | 93 -- ...equired_default_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- .../post_required_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- ..._required_with_empty_array_request_body.md | 98 -- ...y_array_response_body_for_content_types.md | 93 -- ...ed_with_escaped_characters_request_body.md | 98 -- ...racters_response_body_for_content_types.md | 93 -- ...ost_simple_enum_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- ...tring_type_matches_strings_request_body.md | 98 -- ...strings_response_body_for_content_types.md | 93 -- ...if_the_property_is_missing_request_body.md | 100 -- ...missing_response_body_for_content_types.md | 93 -- ...iqueitems_false_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- ...ost_uniqueitems_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- .../post_uri_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../post_uri_reference_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../post_uri_template_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../python/docs/apis/tags/default_api.md | 8 +- ...d_string_value_for_default_request_body.md | 98 -- ...if_the_property_is_missing_request_body.md | 100 -- .../python/docs/apis/tags/enum_api.md | 32 +- ...with0_does_not_match_false_request_body.md | 98 -- ...h_false_response_body_for_content_types.md | 93 -- ..._with1_does_not_match_true_request_body.md | 98 -- ...ch_true_response_body_for_content_types.md | 93 -- ...um_with_escaped_characters_request_body.md | 98 -- ...racters_response_body_for_content_types.md | 93 -- ...with_false_does_not_match0_request_body.md | 98 -- ..._match0_response_body_for_content_types.md | 93 -- ..._with_true_does_not_match1_request_body.md | 98 -- ..._match1_response_body_for_content_types.md | 93 -- .../post_enums_in_properties_request_body.md | 101 -- ...perties_response_body_for_content_types.md | 93 -- ..._nul_characters_in_strings_request_body.md | 98 -- ...strings_response_body_for_content_types.md | 93 -- ...ost_simple_enum_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- .../python/docs/apis/tags/format_api.md | 36 +- .../post_date_time_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../post_email_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../post_hostname_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../post_ipv4_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../post_ipv6_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../post_json_pointer_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../post_uri_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../post_uri_reference_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../post_uri_template_format_request_body.md | 98 -- ..._format_response_body_for_content_types.md | 93 -- .../python/docs/apis/tags/items_api.md | 4 +- .../post_nested_items_request_body.md | 106 --- ...d_items_response_body_for_content_types.md | 93 -- .../python/docs/apis/tags/max_items_api.md | 4 +- .../post_maxitems_validation_request_body.md | 98 -- .../python/docs/apis/tags/max_length_api.md | 4 +- .../post_maxlength_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- .../docs/apis/tags/max_properties_api.md | 8 +- ..._means_the_object_is_empty_request_body.md | 98 -- ...s_empty_response_body_for_content_types.md | 93 -- ...t_maxproperties_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- .../python/docs/apis/tags/maximum_api.md | 8 +- .../post_maximum_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- ...tion_with_unsigned_integer_request_body.md | 98 -- ...integer_response_body_for_content_types.md | 93 -- .../python/docs/apis/tags/min_items_api.md | 4 +- .../python/docs/apis/tags/min_length_api.md | 4 +- .../post_minlength_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- .../docs/apis/tags/min_properties_api.md | 4 +- ...t_minproperties_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- .../python/docs/apis/tags/minimum_api.md | 8 +- .../post_minimum_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- ...dation_with_signed_integer_request_body.md | 98 -- ...integer_response_body_for_content_types.md | 93 -- .../python/docs/apis/tags/multiple_of_api.md | 16 +- .../python/docs/apis/tags/one_of_api.md | 24 +- ...check_validation_semantics_request_body.md | 98 -- .../post_oneof_complex_types_request_body.md | 98 -- .../one_of_api/post_oneof_request_body.md | 98 -- ...ost_oneof_with_base_schema_request_body.md | 98 -- ...st_oneof_with_empty_schema_request_body.md | 98 -- .../post_oneof_with_required_request_body.md | 98 -- .../apis/tags/operation_request_body_api.md | 174 ++-- .../post_anyof_complex_types_request_body.md | 98 -- .../post_by_int_request_body.md | 98 -- .../post_by_small_number_request_body.md | 98 -- ...or_when_float_division_inf_request_body.md | 98 -- .../post_ipv4_format_request_body.md | 98 -- .../post_ipv6_format_request_body.md | 98 -- .../post_minitems_validation_request_body.md | 98 -- .../post_ref_in_allof_request_body.md | 98 -- .../post_required_validation_request_body.md | 98 -- .../python/docs/apis/tags/path_post_api.md | 348 +++---- ...hema_which_should_validate_request_body.md | 101 -- ...ies_are_allowed_by_default_request_body.md | 98 -- ...erties_can_exist_by_itself_request_body.md | 100 -- ...ld_not_look_in_applicators_request_body.md | 98 -- ..._combined_with_anyof_oneof_request_body.md | 98 -- ...f_oneof_response_body_for_content_types.md | 93 -- .../path_post_api/post_allof_request_body.md | 98 -- ...t_allof_response_body_for_content_types.md | 93 -- .../post_allof_simple_types_request_body.md | 98 -- ...e_types_response_body_for_content_types.md | 93 -- ...ost_allof_with_base_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- ...llof_with_one_empty_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- ...ith_the_first_empty_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- ...with_the_last_empty_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- ...lof_with_two_empty_schemas_request_body.md | 98 -- ...schemas_response_body_for_content_types.md | 93 -- .../post_anyof_complex_types_request_body.md | 98 -- .../path_post_api/post_anyof_request_body.md | 98 -- ...ost_anyof_with_base_schema_request_body.md | 98 -- ...nyof_with_one_empty_schema_request_body.md | 98 -- ..._array_type_matches_arrays_request_body.md | 100 -- ...lean_type_matches_booleans_request_body.md | 98 -- .../path_post_api/post_by_int_request_body.md | 98 -- ..._by_int_response_body_for_content_types.md | 93 -- .../post_by_number_request_body.md | 98 -- ..._number_response_body_for_content_types.md | 93 -- .../post_by_small_number_request_body.md | 98 -- ..._number_response_body_for_content_types.md | 93 -- .../post_date_time_format_request_body.md | 98 -- .../post_email_format_request_body.md | 98 -- ...with0_does_not_match_false_request_body.md | 98 -- ..._with1_does_not_match_true_request_body.md | 98 -- ...um_with_escaped_characters_request_body.md | 98 -- ...with_false_does_not_match0_request_body.md | 98 -- ..._with_true_does_not_match1_request_body.md | 98 -- .../post_enums_in_properties_request_body.md | 101 -- .../post_forbidden_property_request_body.md | 98 -- ...roperty_response_body_for_content_types.md | 93 -- .../post_hostname_format_request_body.md | 98 -- ...eger_type_matches_integers_request_body.md | 98 -- ...or_when_float_division_inf_request_body.md | 98 -- ...ion_inf_response_body_for_content_types.md | 93 -- ...d_string_value_for_default_request_body.md | 98 -- ...default_response_body_for_content_types.md | 93 -- .../post_ipv4_format_request_body.md | 98 -- .../post_ipv6_format_request_body.md | 98 -- .../post_json_pointer_format_request_body.md | 98 -- .../post_maximum_validation_request_body.md | 98 -- ...tion_with_unsigned_integer_request_body.md | 98 -- .../post_maxitems_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- .../post_maxlength_validation_request_body.md | 98 -- ..._means_the_object_is_empty_request_body.md | 98 -- ...t_maxproperties_validation_request_body.md | 98 -- .../post_minimum_validation_request_body.md | 98 -- ...dation_with_signed_integer_request_body.md | 98 -- .../post_minitems_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- .../post_minlength_validation_request_body.md | 98 -- ...t_minproperties_validation_request_body.md | 98 -- ...check_validation_semantics_request_body.md | 98 -- ...mantics_response_body_for_content_types.md | 93 -- ...check_validation_semantics_request_body.md | 98 -- .../post_nested_items_request_body.md | 106 --- ...check_validation_semantics_request_body.md | 98 -- ...mantics_response_body_for_content_types.md | 93 -- ...st_not_more_complex_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- .../path_post_api/post_not_request_body.md | 98 -- ...ost_not_response_body_for_content_types.md | 93 -- ..._nul_characters_in_strings_request_body.md | 98 -- ...tches_only_the_null_object_request_body.md | 98 -- ...umber_type_matches_numbers_request_body.md | 98 -- ...ject_properties_validation_request_body.md | 98 -- ...bject_type_matches_objects_request_body.md | 98 -- .../post_oneof_complex_types_request_body.md | 98 -- ...x_types_response_body_for_content_types.md | 93 -- .../path_post_api/post_oneof_request_body.md | 98 -- ...t_oneof_response_body_for_content_types.md | 93 -- ...ost_oneof_with_base_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- ...st_oneof_with_empty_schema_request_body.md | 98 -- ..._schema_response_body_for_content_types.md | 93 -- .../post_oneof_with_required_request_body.md | 98 -- ...equired_response_body_for_content_types.md | 93 -- ...st_pattern_is_not_anchored_request_body.md | 98 -- .../post_pattern_validation_request_body.md | 98 -- ...es_with_escaped_characters_request_body.md | 98 -- ...ef_that_is_not_a_reference_request_body.md | 98 -- ...ef_in_additionalproperties_request_body.md | 100 -- .../post_ref_in_allof_request_body.md | 98 -- .../post_ref_in_anyof_request_body.md | 98 -- .../post_ref_in_items_request_body.md | 100 -- .../post_ref_in_not_request_body.md | 98 -- .../post_ref_in_oneof_request_body.md | 98 -- .../post_ref_in_property_request_body.md | 98 -- ...equired_default_validation_request_body.md | 98 -- .../post_required_validation_request_body.md | 98 -- ..._required_with_empty_array_request_body.md | 98 -- ...ed_with_escaped_characters_request_body.md | 98 -- ...ost_simple_enum_validation_request_body.md | 98 -- ...tring_type_matches_strings_request_body.md | 98 -- ...if_the_property_is_missing_request_body.md | 100 -- ...missing_response_body_for_content_types.md | 93 -- ...iqueitems_false_validation_request_body.md | 98 -- ...ost_uniqueitems_validation_request_body.md | 98 -- .../post_uri_format_request_body.md | 98 -- .../post_uri_reference_format_request_body.md | 98 -- .../post_uri_template_format_request_body.md | 98 -- .../python/docs/apis/tags/pattern_api.md | 8 +- ...st_pattern_is_not_anchored_request_body.md | 98 -- ...nchored_response_body_for_content_types.md | 93 -- .../post_pattern_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- .../python/docs/apis/tags/properties_api.md | 8 +- ...ject_properties_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- ...es_with_escaped_characters_request_body.md | 98 -- ...racters_response_body_for_content_types.md | 93 -- .../python/docs/apis/tags/ref_api.md | 32 +- ...ef_that_is_not_a_reference_request_body.md | 98 -- ...ference_response_body_for_content_types.md | 93 -- ...ef_in_additionalproperties_request_body.md | 100 -- ...perties_response_body_for_content_types.md | 93 -- .../ref_api/post_ref_in_allof_request_body.md | 98 -- ...n_allof_response_body_for_content_types.md | 93 -- .../ref_api/post_ref_in_anyof_request_body.md | 98 -- ...n_anyof_response_body_for_content_types.md | 93 -- .../ref_api/post_ref_in_items_request_body.md | 100 -- ...n_items_response_body_for_content_types.md | 93 -- .../ref_api/post_ref_in_not_request_body.md | 98 -- ..._in_not_response_body_for_content_types.md | 93 -- .../ref_api/post_ref_in_oneof_request_body.md | 98 -- ...n_oneof_response_body_for_content_types.md | 93 -- .../post_ref_in_property_request_body.md | 98 -- ...roperty_response_body_for_content_types.md | 93 -- .../python/docs/apis/tags/required_api.md | 16 +- ...equired_default_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- .../post_required_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- ..._required_with_empty_array_request_body.md | 98 -- ...y_array_response_body_for_content_types.md | 93 -- ...ed_with_escaped_characters_request_body.md | 98 -- ...racters_response_body_for_content_types.md | 93 -- ...esponse_content_content_type_schema_api.md | 174 ++-- ...alidate_response_body_for_content_types.md | 93 -- ...default_response_body_for_content_types.md | 93 -- ..._itself_response_body_for_content_types.md | 93 -- ...icators_response_body_for_content_types.md | 93 -- ...f_oneof_response_body_for_content_types.md | 93 -- ...t_allof_response_body_for_content_types.md | 93 -- ...e_types_response_body_for_content_types.md | 93 -- ..._schema_response_body_for_content_types.md | 93 -- ..._schema_response_body_for_content_types.md | 93 -- ..._schema_response_body_for_content_types.md | 93 -- ..._schema_response_body_for_content_types.md | 93 -- ...schemas_response_body_for_content_types.md | 93 -- ...x_types_response_body_for_content_types.md | 93 -- ...t_anyof_response_body_for_content_types.md | 93 -- ..._schema_response_body_for_content_types.md | 93 -- ..._schema_response_body_for_content_types.md | 93 -- ..._arrays_response_body_for_content_types.md | 93 -- ...ooleans_response_body_for_content_types.md | 93 -- ..._by_int_response_body_for_content_types.md | 93 -- ..._number_response_body_for_content_types.md | 93 -- ..._number_response_body_for_content_types.md | 93 -- ..._format_response_body_for_content_types.md | 93 -- ..._format_response_body_for_content_types.md | 93 -- ...h_false_response_body_for_content_types.md | 93 -- ...ch_true_response_body_for_content_types.md | 93 -- ...racters_response_body_for_content_types.md | 93 -- ..._match0_response_body_for_content_types.md | 93 -- ..._match1_response_body_for_content_types.md | 93 -- ...perties_response_body_for_content_types.md | 93 -- ...roperty_response_body_for_content_types.md | 93 -- ..._format_response_body_for_content_types.md | 93 -- ...ntegers_response_body_for_content_types.md | 93 -- ...ion_inf_response_body_for_content_types.md | 93 -- ...default_response_body_for_content_types.md | 93 -- ..._format_response_body_for_content_types.md | 93 -- ..._format_response_body_for_content_types.md | 93 -- ..._format_response_body_for_content_types.md | 93 -- ...idation_response_body_for_content_types.md | 93 -- ...integer_response_body_for_content_types.md | 93 -- ...idation_response_body_for_content_types.md | 93 -- ...idation_response_body_for_content_types.md | 93 -- ...s_empty_response_body_for_content_types.md | 93 -- ...idation_response_body_for_content_types.md | 93 -- ...idation_response_body_for_content_types.md | 93 -- ...integer_response_body_for_content_types.md | 93 -- ...idation_response_body_for_content_types.md | 93 -- ...idation_response_body_for_content_types.md | 93 -- ...idation_response_body_for_content_types.md | 93 -- ...mantics_response_body_for_content_types.md | 93 -- ...mantics_response_body_for_content_types.md | 93 -- ...d_items_response_body_for_content_types.md | 93 -- ...mantics_response_body_for_content_types.md | 93 -- ..._schema_response_body_for_content_types.md | 93 -- ...ost_not_response_body_for_content_types.md | 93 -- ...strings_response_body_for_content_types.md | 93 -- ..._object_response_body_for_content_types.md | 93 -- ...numbers_response_body_for_content_types.md | 93 -- ...idation_response_body_for_content_types.md | 93 -- ...objects_response_body_for_content_types.md | 93 -- ...x_types_response_body_for_content_types.md | 93 -- ...t_oneof_response_body_for_content_types.md | 93 -- ..._schema_response_body_for_content_types.md | 93 -- ..._schema_response_body_for_content_types.md | 93 -- ...equired_response_body_for_content_types.md | 93 -- ...nchored_response_body_for_content_types.md | 93 -- ...idation_response_body_for_content_types.md | 93 -- ...racters_response_body_for_content_types.md | 93 -- ...ference_response_body_for_content_types.md | 93 -- ...perties_response_body_for_content_types.md | 93 -- ...n_allof_response_body_for_content_types.md | 93 -- ...n_anyof_response_body_for_content_types.md | 93 -- ...n_items_response_body_for_content_types.md | 93 -- ..._in_not_response_body_for_content_types.md | 93 -- ...n_oneof_response_body_for_content_types.md | 93 -- ...roperty_response_body_for_content_types.md | 93 -- ...idation_response_body_for_content_types.md | 93 -- ...idation_response_body_for_content_types.md | 93 -- ...y_array_response_body_for_content_types.md | 93 -- ...racters_response_body_for_content_types.md | 93 -- ...idation_response_body_for_content_types.md | 93 -- ...strings_response_body_for_content_types.md | 93 -- ...missing_response_body_for_content_types.md | 93 -- ...idation_response_body_for_content_types.md | 93 -- ...idation_response_body_for_content_types.md | 93 -- ..._format_response_body_for_content_types.md | 93 -- ..._format_response_body_for_content_types.md | 93 -- ..._format_response_body_for_content_types.md | 93 -- .../python/docs/apis/tags/type_api.md | 28 +- ..._array_type_matches_arrays_request_body.md | 100 -- ..._arrays_response_body_for_content_types.md | 93 -- ...lean_type_matches_booleans_request_body.md | 98 -- ...ooleans_response_body_for_content_types.md | 93 -- ...eger_type_matches_integers_request_body.md | 98 -- ...ntegers_response_body_for_content_types.md | 93 -- ...tches_only_the_null_object_request_body.md | 98 -- ..._object_response_body_for_content_types.md | 93 -- ...umber_type_matches_numbers_request_body.md | 98 -- ...numbers_response_body_for_content_types.md | 93 -- ...bject_type_matches_objects_request_body.md | 98 -- ...objects_response_body_for_content_types.md | 93 -- ...tring_type_matches_strings_request_body.md | 98 -- ...strings_response_body_for_content_types.md | 93 -- .../python/docs/apis/tags/unique_items_api.md | 8 +- ...iqueitems_false_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- ...ost_uniqueitems_validation_request_body.md | 98 -- ...idation_response_body_for_content_types.md | 93 -- .../post.md} | 22 +- .../post.md | 112 +++ .../post.md} | 22 +- .../post.md} | 28 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md | 112 +++ .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 30 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 30 +- .../post.md} | 30 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md | 112 +++ .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 30 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 30 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 30 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 30 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../post.md} | 22 +- .../python/.openapi-generator/FILES | 2 +- .../python/README.md | 2 +- .../python/docs/apis/tags/default_api.md | 2 +- .../operators/post.md} | 16 +- .../security/python/.openapi-generator/FILES | 8 +- .../client/features/security/python/README.md | 8 +- .../python/docs/apis/tags/default_api.md | 8 +- .../path_with_no_explicit_security/get.md} | 14 +- .../path_with_one_explicit_security/get.md} | 16 +- .../path_with_security_from_root/get.md} | 20 +- .../path_with_two_explicit_security/get.md} | 18 +- .../python/.openapi-generator/VERSION | 2 +- 741 files changed, 4567 insertions(+), 52536 deletions(-) delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_forbidden_property_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_not_more_complex_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_not_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_are_allowed_by_default_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_can_exist_by_itself_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_combined_with_anyof_oneof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_simple_types_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_base_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_one_empty_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_the_first_empty_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_the_last_empty_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_two_empty_schemas_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_nested_allof_to_check_validation_semantics_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_complex_types_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_complex_types_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_base_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_base_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_one_empty_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_nested_anyof_to_check_validation_semantics_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_are_allowed_by_default_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_can_exist_by_itself_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_should_not_look_in_applicators_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_combined_with_anyof_oneof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_simple_types_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_simple_types_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_base_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_base_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_one_empty_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_one_empty_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_first_empty_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_last_empty_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_two_empty_schemas_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_complex_types_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_complex_types_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_base_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_base_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_one_empty_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_array_type_matches_arrays_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_array_type_matches_arrays_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_boolean_type_matches_booleans_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_boolean_type_matches_booleans_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_int_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_int_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_number_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_number_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_small_number_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_small_number_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_date_time_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_date_time_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_email_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_email_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with0_does_not_match_false_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with1_does_not_match_true_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_escaped_characters_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_escaped_characters_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_false_does_not_match0_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_true_does_not_match1_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enums_in_properties_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enums_in_properties_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_forbidden_property_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_forbidden_property_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_hostname_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_hostname_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_integer_type_matches_integers_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_integer_type_matches_integers_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_string_value_for_default_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_string_value_for_default_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv4_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv4_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv6_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv6_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_json_pointer_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_json_pointer_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_with_unsigned_integer_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxitems_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxitems_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxlength_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxlength_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties0_means_the_object_is_empty_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_with_signed_integer_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minitems_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minitems_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minlength_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minlength_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minproperties_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minproperties_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_allof_to_check_validation_semantics_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_anyof_to_check_validation_semantics_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_items_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_items_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_oneof_to_check_validation_semantics_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_more_complex_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_more_complex_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nul_characters_in_strings_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nul_characters_in_strings_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_null_type_matches_only_the_null_object_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_number_type_matches_numbers_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_number_type_matches_numbers_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_properties_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_properties_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_type_matches_objects_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_type_matches_objects_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_complex_types_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_complex_types_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_base_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_base_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_empty_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_empty_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_required_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_required_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_is_not_anchored_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_is_not_anchored_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_properties_with_escaped_characters_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_properties_with_escaped_characters_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_property_named_ref_that_is_not_a_reference_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_additionalproperties_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_additionalproperties_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_allof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_allof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_anyof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_anyof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_items_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_items_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_not_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_not_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_oneof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_oneof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_property_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_property_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_default_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_default_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_empty_array_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_empty_array_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_escaped_characters_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_escaped_characters_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_simple_enum_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_simple_enum_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_string_type_matches_strings_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_string_type_matches_strings_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_false_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_false_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_reference_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_reference_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_template_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_template_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api/post_invalid_string_value_for_default_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with0_does_not_match_false_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with1_does_not_match_true_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_escaped_characters_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_escaped_characters_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_false_does_not_match0_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_true_does_not_match1_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enums_in_properties_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enums_in_properties_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_nul_characters_in_strings_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_nul_characters_in_strings_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_simple_enum_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_simple_enum_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_date_time_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_date_time_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_email_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_email_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_hostname_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_hostname_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv4_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv4_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv6_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv6_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_json_pointer_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_json_pointer_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_reference_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_reference_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_template_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_template_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/items_api/post_nested_items_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/items_api/post_nested_items_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_items_api/post_maxitems_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_length_api/post_maxlength_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_length_api/post_maxlength_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties0_means_the_object_is_empty_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_with_unsigned_integer_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_length_api/post_minlength_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_length_api/post_minlength_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_properties_api/post_minproperties_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_properties_api/post_minproperties_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_with_signed_integer_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_nested_oneof_to_check_validation_semantics_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_complex_types_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_base_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_empty_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_required_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_anyof_complex_types_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_by_int_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_by_small_number_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ipv4_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ipv6_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minitems_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_allof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_required_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_are_allowed_by_default_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_can_exist_by_itself_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_should_not_look_in_applicators_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_combined_with_anyof_oneof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_simple_types_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_simple_types_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_base_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_base_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_one_empty_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_one_empty_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_first_empty_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_last_empty_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_two_empty_schemas_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_complex_types_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_with_base_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_with_one_empty_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_array_type_matches_arrays_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_boolean_type_matches_booleans_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_int_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_int_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_number_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_number_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_small_number_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_small_number_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_date_time_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_email_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with0_does_not_match_false_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with1_does_not_match_true_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_escaped_characters_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_false_does_not_match0_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_true_does_not_match1_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enums_in_properties_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_forbidden_property_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_forbidden_property_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_hostname_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_integer_type_matches_integers_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_string_value_for_default_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_string_value_for_default_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ipv4_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ipv6_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_json_pointer_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maximum_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maximum_validation_with_unsigned_integer_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxitems_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxitems_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxlength_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxproperties0_means_the_object_is_empty_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxproperties_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minimum_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minimum_validation_with_signed_integer_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minitems_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minitems_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minlength_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minproperties_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_allof_to_check_validation_semantics_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_anyof_to_check_validation_semantics_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_items_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_oneof_to_check_validation_semantics_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_more_complex_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_more_complex_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nul_characters_in_strings_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_null_type_matches_only_the_null_object_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_number_type_matches_numbers_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_object_properties_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_object_type_matches_objects_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_complex_types_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_complex_types_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_base_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_base_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_empty_schema_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_empty_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_required_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_required_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_pattern_is_not_anchored_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_pattern_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_properties_with_escaped_characters_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_property_named_ref_that_is_not_a_reference_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_additionalproperties_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_allof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_anyof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_items_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_not_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_oneof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_property_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_default_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_with_empty_array_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_with_escaped_characters_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_simple_enum_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_string_type_matches_strings_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uniqueitems_false_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uniqueitems_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_reference_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_template_format_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_is_not_anchored_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_is_not_anchored_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_object_properties_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_object_properties_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_properties_with_escaped_characters_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_properties_with_escaped_characters_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_property_named_ref_that_is_not_a_reference_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_additionalproperties_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_additionalproperties_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_allof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_allof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_anyof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_anyof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_items_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_items_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_not_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_not_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_oneof_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_oneof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_property_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_property_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_default_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_default_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_empty_array_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_empty_array_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_escaped_characters_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_escaped_characters_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_simple_types_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_base_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_one_empty_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_complex_types_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_with_base_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_array_type_matches_arrays_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_boolean_type_matches_booleans_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_by_int_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_by_number_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_by_small_number_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_date_time_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_email_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with_escaped_characters_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enums_in_properties_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_forbidden_property_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_hostname_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_integer_type_matches_integers_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_invalid_string_value_for_default_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ipv4_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ipv6_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_json_pointer_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maximum_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxitems_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxlength_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxproperties_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minimum_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minitems_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minlength_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minproperties_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_items_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_not_more_complex_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_not_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nul_characters_in_strings_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_number_type_matches_numbers_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_object_properties_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_object_type_matches_objects_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_complex_types_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_base_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_empty_schema_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_required_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_pattern_is_not_anchored_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_pattern_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_properties_with_escaped_characters_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_additionalproperties_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_allof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_anyof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_items_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_not_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_oneof_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_property_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_default_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_with_empty_array_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_with_escaped_characters_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_simple_enum_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_string_type_matches_strings_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uniqueitems_false_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uniqueitems_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uri_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uri_reference_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uri_template_format_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_array_type_matches_arrays_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_array_type_matches_arrays_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_boolean_type_matches_booleans_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_boolean_type_matches_booleans_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_integer_type_matches_integers_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_integer_type_matches_integers_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_null_type_matches_only_the_null_object_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_number_type_matches_numbers_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_number_type_matches_numbers_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_object_type_matches_objects_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_object_type_matches_objects_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_string_type_matches_strings_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_string_type_matches_strings_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_false_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_false_validation_response_body_for_content_types.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_validation_request_body.md delete mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_validation_response_body_for_content_types.md rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md => paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post.md} (67%) create mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post.md rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_additionalproperties_can_exist_by_itself_request_body.md => paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/additional_properties_api/post_additionalproperties_should_not_look_in_applicators_request_body.md => paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post.md} (62%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_allof_combined_with_anyof_oneof_request_body.md => paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_allof_request_body.md => paths/request_body_post_allof_request_body/post.md} (70%) create mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_simple_types_request_body/post.md rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_allof_with_base_schema_request_body.md => paths/request_body_post_allof_with_base_schema_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_allof_with_one_empty_schema_request_body.md => paths/request_body_post_allof_with_one_empty_schema_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_allof_with_the_first_empty_schema_request_body.md => paths/request_body_post_allof_with_the_first_empty_schema_request_body/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_allof_with_the_last_empty_schema_request_body.md => paths/request_body_post_allof_with_the_last_empty_schema_request_body/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_allof_with_two_empty_schemas_request_body.md => paths/request_body_post_allof_with_two_empty_schemas_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_additionalproperties_should_not_look_in_applicators_request_body.md => paths/request_body_post_anyof_complex_types_request_body/post.md} (70%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_anyof_request_body.md => paths/request_body_post_anyof_request_body/post.md} (70%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_anyof_with_base_schema_request_body.md => paths/request_body_post_anyof_with_base_schema_request_body/post.md} (72%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_anyof_with_one_empty_schema_request_body.md => paths/request_body_post_anyof_with_one_empty_schema_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_array_type_matches_arrays_request_body.md => paths/request_body_post_array_type_matches_arrays_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_boolean_type_matches_booleans_request_body.md => paths/request_body_post_boolean_type_matches_booleans_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/multiple_of_api/post_by_int_request_body.md => paths/request_body_post_by_int_request_body/post.md} (70%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/multiple_of_api/post_by_number_request_body.md => paths/request_body_post_by_number_request_body/post.md} (70%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/multiple_of_api/post_by_small_number_request_body.md => paths/request_body_post_by_small_number_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_date_time_format_request_body.md => paths/request_body_post_date_time_format_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_email_format_request_body.md => paths/request_body_post_email_format_request_body/post.md} (70%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_enum_with0_does_not_match_false_request_body.md => paths/request_body_post_enum_with0_does_not_match_false_request_body/post.md} (70%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_enum_with1_does_not_match_true_request_body.md => paths/request_body_post_enum_with1_does_not_match_true_request_body/post.md} (70%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_enum_with_escaped_characters_request_body.md => paths/request_body_post_enum_with_escaped_characters_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_enum_with_false_does_not_match0_request_body.md => paths/request_body_post_enum_with_false_does_not_match0_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_enum_with_true_does_not_match1_request_body.md => paths/request_body_post_enum_with_true_does_not_match1_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_enums_in_properties_request_body.md => paths/request_body_post_enums_in_properties_request_body/post.md} (72%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_forbidden_property_request_body.md => paths/request_body_post_forbidden_property_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_hostname_format_request_body.md => paths/request_body_post_hostname_format_request_body/post.md} (70%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_integer_type_matches_integers_request_body.md => paths/request_body_post_integer_type_matches_integers_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/multiple_of_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md => paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post.md} (67%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_invalid_string_value_for_default_request_body.md => paths/request_body_post_invalid_string_value_for_default_request_body/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_additionalproperties_are_allowed_by_default_request_body.md => paths/request_body_post_ipv4_format_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_ref_in_not_request_body.md => paths/request_body_post_ipv6_format_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_json_pointer_format_request_body.md => paths/request_body_post_json_pointer_format_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_maximum_validation_request_body.md => paths/request_body_post_maximum_validation_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_maximum_validation_with_unsigned_integer_request_body.md => paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post.md} (67%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_maxitems_validation_request_body.md => paths/request_body_post_maxitems_validation_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_maxlength_validation_request_body.md => paths/request_body_post_maxlength_validation_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_maxproperties0_means_the_object_is_empty_request_body.md => paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post.md} (67%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_maxproperties_validation_request_body.md => paths/request_body_post_maxproperties_validation_request_body/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_minimum_validation_request_body.md => paths/request_body_post_minimum_validation_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_minimum_validation_with_signed_integer_request_body.md => paths/request_body_post_minimum_validation_with_signed_integer_request_body/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/min_items_api/post_minitems_validation_request_body.md => paths/request_body_post_minitems_validation_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_minlength_validation_request_body.md => paths/request_body_post_minlength_validation_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_minproperties_validation_request_body.md => paths/request_body_post_minproperties_validation_request_body/post.md} (68%) create mode 100644 samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post.md rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_nested_anyof_to_check_validation_semantics_request_body.md => paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post.md} (67%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_nested_items_request_body.md => paths/request_body_post_nested_items_request_body/post.md} (73%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_nested_oneof_to_check_validation_semantics_request_body.md => paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post.md} (67%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_not_more_complex_schema_request_body.md => paths/request_body_post_not_more_complex_schema_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_not_request_body.md => paths/request_body_post_not_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_nul_characters_in_strings_request_body.md => paths/request_body_post_nul_characters_in_strings_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_null_type_matches_only_the_null_object_request_body.md => paths/request_body_post_null_type_matches_only_the_null_object_request_body/post.md} (70%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_number_type_matches_numbers_request_body.md => paths/request_body_post_number_type_matches_numbers_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_object_properties_validation_request_body.md => paths/request_body_post_object_properties_validation_request_body/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_object_type_matches_objects_request_body.md => paths/request_body_post_object_type_matches_objects_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_oneof_complex_types_request_body.md => paths/request_body_post_oneof_complex_types_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_oneof_request_body.md => paths/request_body_post_oneof_request_body/post.md} (70%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_oneof_with_base_schema_request_body.md => paths/request_body_post_oneof_with_base_schema_request_body/post.md} (72%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_oneof_with_empty_schema_request_body.md => paths/request_body_post_oneof_with_empty_schema_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_oneof_with_required_request_body.md => paths/request_body_post_oneof_with_required_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_pattern_is_not_anchored_request_body.md => paths/request_body_post_pattern_is_not_anchored_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_pattern_validation_request_body.md => paths/request_body_post_pattern_validation_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_properties_with_escaped_characters_request_body.md => paths/request_body_post_properties_with_escaped_characters_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_property_named_ref_that_is_not_a_reference_request_body.md => paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_ref_in_additionalproperties_request_body.md => paths/request_body_post_ref_in_additionalproperties_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_uri_format_request_body.md => paths/request_body_post_ref_in_allof_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_ref_in_anyof_request_body.md => paths/request_body_post_ref_in_anyof_request_body/post.md} (70%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_ref_in_items_request_body.md => paths/request_body_post_ref_in_items_request_body/post.md} (73%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_nested_allof_to_check_validation_semantics_request_body.md => paths/request_body_post_ref_in_not_request_body/post.md} (72%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_ref_in_oneof_request_body.md => paths/request_body_post_ref_in_oneof_request_body/post.md} (70%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_ref_in_property_request_body.md => paths/request_body_post_ref_in_property_request_body/post.md} (70%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_required_default_validation_request_body.md => paths/request_body_post_required_default_validation_request_body/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_allof_simple_types_request_body.md => paths/request_body_post_required_validation_request_body/post.md} (70%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_required_with_empty_array_request_body.md => paths/request_body_post_required_with_empty_array_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_required_with_escaped_characters_request_body.md => paths/request_body_post_required_with_escaped_characters_request_body/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_simple_enum_validation_request_body.md => paths/request_body_post_simple_enum_validation_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_string_type_matches_strings_request_body.md => paths/request_body_post_string_type_matches_strings_request_body/post.md} (71%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md => paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_uniqueitems_false_validation_request_body.md => paths/request_body_post_uniqueitems_false_validation_request_body/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_uniqueitems_validation_request_body.md => paths/request_body_post_uniqueitems_validation_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_by_number_request_body.md => paths/request_body_post_uri_format_request_body/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_uri_reference_format_request_body.md => paths/request_body_post_uri_reference_format_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/operation_request_body_api/post_uri_template_format_request_body.md => paths/request_body_post_uri_template_format_request_body/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md => paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post.md} (63%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md => paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post.md} (62%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md => paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md => paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post.md} (62%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/all_of_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md => paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/all_of_api/post_allof_response_body_for_content_types.md => paths/response_body_post_allof_response_body_for_content_types/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/all_of_api/post_allof_simple_types_response_body_for_content_types.md => paths/response_body_post_allof_simple_types_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/all_of_api/post_allof_with_base_schema_response_body_for_content_types.md => paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/all_of_api/post_allof_with_one_empty_schema_response_body_for_content_types.md => paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/all_of_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md => paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/all_of_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md => paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/all_of_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md => paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_anyof_complex_types_response_body_for_content_types.md => paths/response_body_post_anyof_complex_types_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_anyof_response_body_for_content_types.md => paths/response_body_post_anyof_response_body_for_content_types/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_anyof_with_base_schema_response_body_for_content_types.md => paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md => paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_array_type_matches_arrays_response_body_for_content_types.md => paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_boolean_type_matches_booleans_response_body_for_content_types.md => paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post.md} (67%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/multiple_of_api/post_by_int_response_body_for_content_types.md => paths/response_body_post_by_int_response_body_for_content_types/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/multiple_of_api/post_by_number_response_body_for_content_types.md => paths/response_body_post_by_number_response_body_for_content_types/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/multiple_of_api/post_by_small_number_response_body_for_content_types.md => paths/response_body_post_by_small_number_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_date_time_format_response_body_for_content_types.md => paths/response_body_post_date_time_format_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_email_format_response_body_for_content_types.md => paths/response_body_post_email_format_response_body_for_content_types/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md => paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post.md} (67%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md => paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post.md} (67%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_enum_with_escaped_characters_response_body_for_content_types.md => paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md => paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post.md} (67%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md => paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post.md} (67%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_enums_in_properties_response_body_for_content_types.md => paths/response_body_post_enums_in_properties_response_body_for_content_types/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/_not_api/post_forbidden_property_response_body_for_content_types.md => paths/response_body_post_forbidden_property_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_hostname_format_response_body_for_content_types.md => paths/response_body_post_hostname_format_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_integer_type_matches_integers_response_body_for_content_types.md => paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post.md} (67%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/multiple_of_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md => paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/default_api/post_invalid_string_value_for_default_response_body_for_content_types.md => paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_ipv4_format_response_body_for_content_types.md => paths/response_body_post_ipv4_format_response_body_for_content_types/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_ipv6_format_response_body_for_content_types.md => paths/response_body_post_ipv6_format_response_body_for_content_types/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_json_pointer_format_response_body_for_content_types.md => paths/response_body_post_json_pointer_format_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_maximum_validation_response_body_for_content_types.md => paths/response_body_post_maximum_validation_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md => paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post.md} (63%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/max_items_api/post_maxitems_validation_response_body_for_content_types.md => paths/response_body_post_maxitems_validation_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_maxlength_validation_response_body_for_content_types.md => paths/response_body_post_maxlength_validation_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md => paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post.md} (63%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_maxproperties_validation_response_body_for_content_types.md => paths/response_body_post_maxproperties_validation_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_minimum_validation_response_body_for_content_types.md => paths/response_body_post_minimum_validation_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md => paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post.md} (63%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/min_items_api/post_minitems_validation_response_body_for_content_types.md => paths/response_body_post_minitems_validation_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_minlength_validation_response_body_for_content_types.md => paths/response_body_post_minlength_validation_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_minproperties_validation_response_body_for_content_types.md => paths/response_body_post_minproperties_validation_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/all_of_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md => paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post.md} (63%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md => paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post.md} (63%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_nested_items_response_body_for_content_types.md => paths/response_body_post_nested_items_response_body_for_content_types/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/one_of_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md => paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post.md} (63%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/_not_api/post_not_more_complex_schema_response_body_for_content_types.md => paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/_not_api/post_not_response_body_for_content_types.md => paths/response_body_post_not_response_body_for_content_types/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_nul_characters_in_strings_response_body_for_content_types.md => paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md => paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post.md} (67%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_number_type_matches_numbers_response_body_for_content_types.md => paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post.md} (67%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_object_properties_validation_response_body_for_content_types.md => paths/response_body_post_object_properties_validation_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_object_type_matches_objects_response_body_for_content_types.md => paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post.md} (67%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/one_of_api/post_oneof_complex_types_response_body_for_content_types.md => paths/response_body_post_oneof_complex_types_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/one_of_api/post_oneof_response_body_for_content_types.md => paths/response_body_post_oneof_response_body_for_content_types/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/one_of_api/post_oneof_with_base_schema_response_body_for_content_types.md => paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/one_of_api/post_oneof_with_empty_schema_response_body_for_content_types.md => paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/one_of_api/post_oneof_with_required_response_body_for_content_types.md => paths/response_body_post_oneof_with_required_response_body_for_content_types/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_pattern_is_not_anchored_response_body_for_content_types.md => paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_pattern_validation_response_body_for_content_types.md => paths/response_body_post_pattern_validation_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_properties_with_escaped_characters_response_body_for_content_types.md => paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md => paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post.md} (63%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_ref_in_additionalproperties_response_body_for_content_types.md => paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post.md} (67%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_ref_in_allof_response_body_for_content_types.md => paths/response_body_post_ref_in_allof_response_body_for_content_types/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_ref_in_anyof_response_body_for_content_types.md => paths/response_body_post_ref_in_anyof_response_body_for_content_types/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_ref_in_items_response_body_for_content_types.md => paths/response_body_post_ref_in_items_response_body_for_content_types/post.md} (69%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_ref_in_not_response_body_for_content_types.md => paths/response_body_post_ref_in_not_response_body_for_content_types/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_ref_in_oneof_response_body_for_content_types.md => paths/response_body_post_ref_in_oneof_response_body_for_content_types/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_ref_in_property_response_body_for_content_types.md => paths/response_body_post_ref_in_property_response_body_for_content_types/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_required_default_validation_response_body_for_content_types.md => paths/response_body_post_required_default_validation_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_required_validation_response_body_for_content_types.md => paths/response_body_post_required_validation_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_required_with_empty_array_response_body_for_content_types.md => paths/response_body_post_required_with_empty_array_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_required_with_escaped_characters_response_body_for_content_types.md => paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_simple_enum_validation_response_body_for_content_types.md => paths/response_body_post_simple_enum_validation_response_body_for_content_types/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_string_type_matches_strings_response_body_for_content_types.md => paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post.md} (68%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/default_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md => paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_uniqueitems_false_validation_response_body_for_content_types.md => paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_uniqueitems_validation_response_body_for_content_types.md => paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post.md} (64%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_uri_format_response_body_for_content_types.md => paths/response_body_post_uri_format_response_body_for_content_types/post.md} (66%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_uri_reference_format_response_body_for_content_types.md => paths/response_body_post_uri_reference_format_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/3_0_3_unit_test/python/docs/{apis/tags/path_post_api/post_uri_template_format_response_body_for_content_types.md => paths/response_body_post_uri_template_format_response_body_for_content_types/post.md} (65%) rename samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/docs/{apis/tags/default_api/post_operators.md => paths/operators/post.md} (81%) rename samples/openapi3/client/features/security/python/docs/{apis/tags/default_api/path_with_no_explicit_security.md => paths/path_with_no_explicit_security/get.md} (83%) rename samples/openapi3/client/features/security/python/docs/{apis/tags/default_api/path_with_one_explicit_security.md => paths/path_with_one_explicit_security/get.md} (84%) rename samples/openapi3/client/features/security/python/docs/{apis/tags/default_api/path_with_security_from_root.md => paths/path_with_security_from_root/get.md} (83%) rename samples/openapi3/client/features/security/python/docs/{apis/tags/default_api/path_with_two_explicit_security.md => paths/path_with_two_explicit_security/get.md} (83%) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/.openapi-generator/FILES b/samples/openapi3/client/3_0_3_unit_test/python/.openapi-generator/FILES index 78994899363..39a7466790c 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/.openapi-generator/FILES +++ b/samples/openapi3/client/3_0_3_unit_test/python/.openapi-generator/FILES @@ -3,729 +3,33 @@ .travis.yml README.md docs/apis/tags/_not_api.md -docs/apis/tags/_not_api/post_forbidden_property_request_body.md -docs/apis/tags/_not_api/post_forbidden_property_response_body_for_content_types.md -docs/apis/tags/_not_api/post_not_more_complex_schema_request_body.md -docs/apis/tags/_not_api/post_not_more_complex_schema_response_body_for_content_types.md -docs/apis/tags/_not_api/post_not_request_body.md -docs/apis/tags/_not_api/post_not_response_body_for_content_types.md docs/apis/tags/additional_properties_api.md -docs/apis/tags/additional_properties_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md -docs/apis/tags/additional_properties_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md -docs/apis/tags/additional_properties_api/post_additionalproperties_are_allowed_by_default_request_body.md -docs/apis/tags/additional_properties_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md -docs/apis/tags/additional_properties_api/post_additionalproperties_can_exist_by_itself_request_body.md -docs/apis/tags/additional_properties_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md -docs/apis/tags/additional_properties_api/post_additionalproperties_should_not_look_in_applicators_request_body.md -docs/apis/tags/additional_properties_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md docs/apis/tags/all_of_api.md -docs/apis/tags/all_of_api/post_allof_combined_with_anyof_oneof_request_body.md -docs/apis/tags/all_of_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md -docs/apis/tags/all_of_api/post_allof_request_body.md -docs/apis/tags/all_of_api/post_allof_response_body_for_content_types.md -docs/apis/tags/all_of_api/post_allof_simple_types_request_body.md -docs/apis/tags/all_of_api/post_allof_simple_types_response_body_for_content_types.md -docs/apis/tags/all_of_api/post_allof_with_base_schema_request_body.md -docs/apis/tags/all_of_api/post_allof_with_base_schema_response_body_for_content_types.md -docs/apis/tags/all_of_api/post_allof_with_one_empty_schema_request_body.md -docs/apis/tags/all_of_api/post_allof_with_one_empty_schema_response_body_for_content_types.md -docs/apis/tags/all_of_api/post_allof_with_the_first_empty_schema_request_body.md -docs/apis/tags/all_of_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md -docs/apis/tags/all_of_api/post_allof_with_the_last_empty_schema_request_body.md -docs/apis/tags/all_of_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md -docs/apis/tags/all_of_api/post_allof_with_two_empty_schemas_request_body.md -docs/apis/tags/all_of_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md -docs/apis/tags/all_of_api/post_nested_allof_to_check_validation_semantics_request_body.md -docs/apis/tags/all_of_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md docs/apis/tags/any_of_api.md -docs/apis/tags/any_of_api/post_anyof_complex_types_request_body.md -docs/apis/tags/any_of_api/post_anyof_complex_types_response_body_for_content_types.md -docs/apis/tags/any_of_api/post_anyof_request_body.md -docs/apis/tags/any_of_api/post_anyof_response_body_for_content_types.md -docs/apis/tags/any_of_api/post_anyof_with_base_schema_request_body.md -docs/apis/tags/any_of_api/post_anyof_with_base_schema_response_body_for_content_types.md -docs/apis/tags/any_of_api/post_anyof_with_one_empty_schema_request_body.md -docs/apis/tags/any_of_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md -docs/apis/tags/any_of_api/post_nested_anyof_to_check_validation_semantics_request_body.md -docs/apis/tags/any_of_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md docs/apis/tags/content_type_json_api.md -docs/apis/tags/content_type_json_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md -docs/apis/tags/content_type_json_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_additionalproperties_are_allowed_by_default_request_body.md -docs/apis/tags/content_type_json_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_additionalproperties_can_exist_by_itself_request_body.md -docs/apis/tags/content_type_json_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_additionalproperties_should_not_look_in_applicators_request_body.md -docs/apis/tags/content_type_json_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_allof_combined_with_anyof_oneof_request_body.md -docs/apis/tags/content_type_json_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_allof_request_body.md -docs/apis/tags/content_type_json_api/post_allof_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_allof_simple_types_request_body.md -docs/apis/tags/content_type_json_api/post_allof_simple_types_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_allof_with_base_schema_request_body.md -docs/apis/tags/content_type_json_api/post_allof_with_base_schema_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_allof_with_one_empty_schema_request_body.md -docs/apis/tags/content_type_json_api/post_allof_with_one_empty_schema_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_allof_with_the_first_empty_schema_request_body.md -docs/apis/tags/content_type_json_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_allof_with_the_last_empty_schema_request_body.md -docs/apis/tags/content_type_json_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_allof_with_two_empty_schemas_request_body.md -docs/apis/tags/content_type_json_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_anyof_complex_types_request_body.md -docs/apis/tags/content_type_json_api/post_anyof_complex_types_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_anyof_request_body.md -docs/apis/tags/content_type_json_api/post_anyof_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_anyof_with_base_schema_request_body.md -docs/apis/tags/content_type_json_api/post_anyof_with_base_schema_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_anyof_with_one_empty_schema_request_body.md -docs/apis/tags/content_type_json_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_array_type_matches_arrays_request_body.md -docs/apis/tags/content_type_json_api/post_array_type_matches_arrays_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_boolean_type_matches_booleans_request_body.md -docs/apis/tags/content_type_json_api/post_boolean_type_matches_booleans_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_by_int_request_body.md -docs/apis/tags/content_type_json_api/post_by_int_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_by_number_request_body.md -docs/apis/tags/content_type_json_api/post_by_number_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_by_small_number_request_body.md -docs/apis/tags/content_type_json_api/post_by_small_number_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_date_time_format_request_body.md -docs/apis/tags/content_type_json_api/post_date_time_format_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_email_format_request_body.md -docs/apis/tags/content_type_json_api/post_email_format_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_enum_with0_does_not_match_false_request_body.md -docs/apis/tags/content_type_json_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_enum_with1_does_not_match_true_request_body.md -docs/apis/tags/content_type_json_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_enum_with_escaped_characters_request_body.md -docs/apis/tags/content_type_json_api/post_enum_with_escaped_characters_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_enum_with_false_does_not_match0_request_body.md -docs/apis/tags/content_type_json_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_enum_with_true_does_not_match1_request_body.md -docs/apis/tags/content_type_json_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_enums_in_properties_request_body.md -docs/apis/tags/content_type_json_api/post_enums_in_properties_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_forbidden_property_request_body.md -docs/apis/tags/content_type_json_api/post_forbidden_property_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_hostname_format_request_body.md -docs/apis/tags/content_type_json_api/post_hostname_format_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_integer_type_matches_integers_request_body.md -docs/apis/tags/content_type_json_api/post_integer_type_matches_integers_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md -docs/apis/tags/content_type_json_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_invalid_string_value_for_default_request_body.md -docs/apis/tags/content_type_json_api/post_invalid_string_value_for_default_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_ipv4_format_request_body.md -docs/apis/tags/content_type_json_api/post_ipv4_format_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_ipv6_format_request_body.md -docs/apis/tags/content_type_json_api/post_ipv6_format_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_json_pointer_format_request_body.md -docs/apis/tags/content_type_json_api/post_json_pointer_format_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_maximum_validation_request_body.md -docs/apis/tags/content_type_json_api/post_maximum_validation_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_maximum_validation_with_unsigned_integer_request_body.md -docs/apis/tags/content_type_json_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_maxitems_validation_request_body.md -docs/apis/tags/content_type_json_api/post_maxitems_validation_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_maxlength_validation_request_body.md -docs/apis/tags/content_type_json_api/post_maxlength_validation_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_maxproperties0_means_the_object_is_empty_request_body.md -docs/apis/tags/content_type_json_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_maxproperties_validation_request_body.md -docs/apis/tags/content_type_json_api/post_maxproperties_validation_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_minimum_validation_request_body.md -docs/apis/tags/content_type_json_api/post_minimum_validation_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_minimum_validation_with_signed_integer_request_body.md -docs/apis/tags/content_type_json_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_minitems_validation_request_body.md -docs/apis/tags/content_type_json_api/post_minitems_validation_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_minlength_validation_request_body.md -docs/apis/tags/content_type_json_api/post_minlength_validation_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_minproperties_validation_request_body.md -docs/apis/tags/content_type_json_api/post_minproperties_validation_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_nested_allof_to_check_validation_semantics_request_body.md -docs/apis/tags/content_type_json_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_nested_anyof_to_check_validation_semantics_request_body.md -docs/apis/tags/content_type_json_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_nested_items_request_body.md -docs/apis/tags/content_type_json_api/post_nested_items_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_nested_oneof_to_check_validation_semantics_request_body.md -docs/apis/tags/content_type_json_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_not_more_complex_schema_request_body.md -docs/apis/tags/content_type_json_api/post_not_more_complex_schema_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_not_request_body.md -docs/apis/tags/content_type_json_api/post_not_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_nul_characters_in_strings_request_body.md -docs/apis/tags/content_type_json_api/post_nul_characters_in_strings_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_null_type_matches_only_the_null_object_request_body.md -docs/apis/tags/content_type_json_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_number_type_matches_numbers_request_body.md -docs/apis/tags/content_type_json_api/post_number_type_matches_numbers_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_object_properties_validation_request_body.md -docs/apis/tags/content_type_json_api/post_object_properties_validation_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_object_type_matches_objects_request_body.md -docs/apis/tags/content_type_json_api/post_object_type_matches_objects_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_oneof_complex_types_request_body.md -docs/apis/tags/content_type_json_api/post_oneof_complex_types_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_oneof_request_body.md -docs/apis/tags/content_type_json_api/post_oneof_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_oneof_with_base_schema_request_body.md -docs/apis/tags/content_type_json_api/post_oneof_with_base_schema_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_oneof_with_empty_schema_request_body.md -docs/apis/tags/content_type_json_api/post_oneof_with_empty_schema_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_oneof_with_required_request_body.md -docs/apis/tags/content_type_json_api/post_oneof_with_required_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_pattern_is_not_anchored_request_body.md -docs/apis/tags/content_type_json_api/post_pattern_is_not_anchored_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_pattern_validation_request_body.md -docs/apis/tags/content_type_json_api/post_pattern_validation_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_properties_with_escaped_characters_request_body.md -docs/apis/tags/content_type_json_api/post_properties_with_escaped_characters_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_property_named_ref_that_is_not_a_reference_request_body.md -docs/apis/tags/content_type_json_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_ref_in_additionalproperties_request_body.md -docs/apis/tags/content_type_json_api/post_ref_in_additionalproperties_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_ref_in_allof_request_body.md -docs/apis/tags/content_type_json_api/post_ref_in_allof_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_ref_in_anyof_request_body.md -docs/apis/tags/content_type_json_api/post_ref_in_anyof_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_ref_in_items_request_body.md -docs/apis/tags/content_type_json_api/post_ref_in_items_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_ref_in_not_request_body.md -docs/apis/tags/content_type_json_api/post_ref_in_not_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_ref_in_oneof_request_body.md -docs/apis/tags/content_type_json_api/post_ref_in_oneof_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_ref_in_property_request_body.md -docs/apis/tags/content_type_json_api/post_ref_in_property_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_required_default_validation_request_body.md -docs/apis/tags/content_type_json_api/post_required_default_validation_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_required_validation_request_body.md -docs/apis/tags/content_type_json_api/post_required_validation_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_required_with_empty_array_request_body.md -docs/apis/tags/content_type_json_api/post_required_with_empty_array_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_required_with_escaped_characters_request_body.md -docs/apis/tags/content_type_json_api/post_required_with_escaped_characters_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_simple_enum_validation_request_body.md -docs/apis/tags/content_type_json_api/post_simple_enum_validation_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_string_type_matches_strings_request_body.md -docs/apis/tags/content_type_json_api/post_string_type_matches_strings_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md -docs/apis/tags/content_type_json_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_uniqueitems_false_validation_request_body.md -docs/apis/tags/content_type_json_api/post_uniqueitems_false_validation_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_uniqueitems_validation_request_body.md -docs/apis/tags/content_type_json_api/post_uniqueitems_validation_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_uri_format_request_body.md -docs/apis/tags/content_type_json_api/post_uri_format_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_uri_reference_format_request_body.md -docs/apis/tags/content_type_json_api/post_uri_reference_format_response_body_for_content_types.md -docs/apis/tags/content_type_json_api/post_uri_template_format_request_body.md -docs/apis/tags/content_type_json_api/post_uri_template_format_response_body_for_content_types.md docs/apis/tags/default_api.md -docs/apis/tags/default_api/post_invalid_string_value_for_default_request_body.md -docs/apis/tags/default_api/post_invalid_string_value_for_default_response_body_for_content_types.md -docs/apis/tags/default_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md -docs/apis/tags/default_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md docs/apis/tags/enum_api.md -docs/apis/tags/enum_api/post_enum_with0_does_not_match_false_request_body.md -docs/apis/tags/enum_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md -docs/apis/tags/enum_api/post_enum_with1_does_not_match_true_request_body.md -docs/apis/tags/enum_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md -docs/apis/tags/enum_api/post_enum_with_escaped_characters_request_body.md -docs/apis/tags/enum_api/post_enum_with_escaped_characters_response_body_for_content_types.md -docs/apis/tags/enum_api/post_enum_with_false_does_not_match0_request_body.md -docs/apis/tags/enum_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md -docs/apis/tags/enum_api/post_enum_with_true_does_not_match1_request_body.md -docs/apis/tags/enum_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md -docs/apis/tags/enum_api/post_enums_in_properties_request_body.md -docs/apis/tags/enum_api/post_enums_in_properties_response_body_for_content_types.md -docs/apis/tags/enum_api/post_nul_characters_in_strings_request_body.md -docs/apis/tags/enum_api/post_nul_characters_in_strings_response_body_for_content_types.md -docs/apis/tags/enum_api/post_simple_enum_validation_request_body.md -docs/apis/tags/enum_api/post_simple_enum_validation_response_body_for_content_types.md docs/apis/tags/format_api.md -docs/apis/tags/format_api/post_date_time_format_request_body.md -docs/apis/tags/format_api/post_date_time_format_response_body_for_content_types.md -docs/apis/tags/format_api/post_email_format_request_body.md -docs/apis/tags/format_api/post_email_format_response_body_for_content_types.md -docs/apis/tags/format_api/post_hostname_format_request_body.md -docs/apis/tags/format_api/post_hostname_format_response_body_for_content_types.md -docs/apis/tags/format_api/post_ipv4_format_request_body.md -docs/apis/tags/format_api/post_ipv4_format_response_body_for_content_types.md -docs/apis/tags/format_api/post_ipv6_format_request_body.md -docs/apis/tags/format_api/post_ipv6_format_response_body_for_content_types.md -docs/apis/tags/format_api/post_json_pointer_format_request_body.md -docs/apis/tags/format_api/post_json_pointer_format_response_body_for_content_types.md -docs/apis/tags/format_api/post_uri_format_request_body.md -docs/apis/tags/format_api/post_uri_format_response_body_for_content_types.md -docs/apis/tags/format_api/post_uri_reference_format_request_body.md -docs/apis/tags/format_api/post_uri_reference_format_response_body_for_content_types.md -docs/apis/tags/format_api/post_uri_template_format_request_body.md -docs/apis/tags/format_api/post_uri_template_format_response_body_for_content_types.md docs/apis/tags/items_api.md -docs/apis/tags/items_api/post_nested_items_request_body.md -docs/apis/tags/items_api/post_nested_items_response_body_for_content_types.md docs/apis/tags/max_items_api.md -docs/apis/tags/max_items_api/post_maxitems_validation_request_body.md -docs/apis/tags/max_items_api/post_maxitems_validation_response_body_for_content_types.md docs/apis/tags/max_length_api.md -docs/apis/tags/max_length_api/post_maxlength_validation_request_body.md -docs/apis/tags/max_length_api/post_maxlength_validation_response_body_for_content_types.md docs/apis/tags/max_properties_api.md -docs/apis/tags/max_properties_api/post_maxproperties0_means_the_object_is_empty_request_body.md -docs/apis/tags/max_properties_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md -docs/apis/tags/max_properties_api/post_maxproperties_validation_request_body.md -docs/apis/tags/max_properties_api/post_maxproperties_validation_response_body_for_content_types.md docs/apis/tags/maximum_api.md -docs/apis/tags/maximum_api/post_maximum_validation_request_body.md -docs/apis/tags/maximum_api/post_maximum_validation_response_body_for_content_types.md -docs/apis/tags/maximum_api/post_maximum_validation_with_unsigned_integer_request_body.md -docs/apis/tags/maximum_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md docs/apis/tags/min_items_api.md -docs/apis/tags/min_items_api/post_minitems_validation_request_body.md -docs/apis/tags/min_items_api/post_minitems_validation_response_body_for_content_types.md docs/apis/tags/min_length_api.md -docs/apis/tags/min_length_api/post_minlength_validation_request_body.md -docs/apis/tags/min_length_api/post_minlength_validation_response_body_for_content_types.md docs/apis/tags/min_properties_api.md -docs/apis/tags/min_properties_api/post_minproperties_validation_request_body.md -docs/apis/tags/min_properties_api/post_minproperties_validation_response_body_for_content_types.md docs/apis/tags/minimum_api.md -docs/apis/tags/minimum_api/post_minimum_validation_request_body.md -docs/apis/tags/minimum_api/post_minimum_validation_response_body_for_content_types.md -docs/apis/tags/minimum_api/post_minimum_validation_with_signed_integer_request_body.md -docs/apis/tags/minimum_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md docs/apis/tags/multiple_of_api.md -docs/apis/tags/multiple_of_api/post_by_int_request_body.md -docs/apis/tags/multiple_of_api/post_by_int_response_body_for_content_types.md -docs/apis/tags/multiple_of_api/post_by_number_request_body.md -docs/apis/tags/multiple_of_api/post_by_number_response_body_for_content_types.md -docs/apis/tags/multiple_of_api/post_by_small_number_request_body.md -docs/apis/tags/multiple_of_api/post_by_small_number_response_body_for_content_types.md -docs/apis/tags/multiple_of_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md -docs/apis/tags/multiple_of_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md docs/apis/tags/one_of_api.md -docs/apis/tags/one_of_api/post_nested_oneof_to_check_validation_semantics_request_body.md -docs/apis/tags/one_of_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md -docs/apis/tags/one_of_api/post_oneof_complex_types_request_body.md -docs/apis/tags/one_of_api/post_oneof_complex_types_response_body_for_content_types.md -docs/apis/tags/one_of_api/post_oneof_request_body.md -docs/apis/tags/one_of_api/post_oneof_response_body_for_content_types.md -docs/apis/tags/one_of_api/post_oneof_with_base_schema_request_body.md -docs/apis/tags/one_of_api/post_oneof_with_base_schema_response_body_for_content_types.md -docs/apis/tags/one_of_api/post_oneof_with_empty_schema_request_body.md -docs/apis/tags/one_of_api/post_oneof_with_empty_schema_response_body_for_content_types.md -docs/apis/tags/one_of_api/post_oneof_with_required_request_body.md -docs/apis/tags/one_of_api/post_oneof_with_required_response_body_for_content_types.md docs/apis/tags/operation_request_body_api.md -docs/apis/tags/operation_request_body_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md -docs/apis/tags/operation_request_body_api/post_additionalproperties_are_allowed_by_default_request_body.md -docs/apis/tags/operation_request_body_api/post_additionalproperties_can_exist_by_itself_request_body.md -docs/apis/tags/operation_request_body_api/post_additionalproperties_should_not_look_in_applicators_request_body.md -docs/apis/tags/operation_request_body_api/post_allof_combined_with_anyof_oneof_request_body.md -docs/apis/tags/operation_request_body_api/post_allof_request_body.md -docs/apis/tags/operation_request_body_api/post_allof_simple_types_request_body.md -docs/apis/tags/operation_request_body_api/post_allof_with_base_schema_request_body.md -docs/apis/tags/operation_request_body_api/post_allof_with_one_empty_schema_request_body.md -docs/apis/tags/operation_request_body_api/post_allof_with_the_first_empty_schema_request_body.md -docs/apis/tags/operation_request_body_api/post_allof_with_the_last_empty_schema_request_body.md -docs/apis/tags/operation_request_body_api/post_allof_with_two_empty_schemas_request_body.md -docs/apis/tags/operation_request_body_api/post_anyof_complex_types_request_body.md -docs/apis/tags/operation_request_body_api/post_anyof_request_body.md -docs/apis/tags/operation_request_body_api/post_anyof_with_base_schema_request_body.md -docs/apis/tags/operation_request_body_api/post_anyof_with_one_empty_schema_request_body.md -docs/apis/tags/operation_request_body_api/post_array_type_matches_arrays_request_body.md -docs/apis/tags/operation_request_body_api/post_boolean_type_matches_booleans_request_body.md -docs/apis/tags/operation_request_body_api/post_by_int_request_body.md -docs/apis/tags/operation_request_body_api/post_by_number_request_body.md -docs/apis/tags/operation_request_body_api/post_by_small_number_request_body.md -docs/apis/tags/operation_request_body_api/post_date_time_format_request_body.md -docs/apis/tags/operation_request_body_api/post_email_format_request_body.md -docs/apis/tags/operation_request_body_api/post_enum_with0_does_not_match_false_request_body.md -docs/apis/tags/operation_request_body_api/post_enum_with1_does_not_match_true_request_body.md -docs/apis/tags/operation_request_body_api/post_enum_with_escaped_characters_request_body.md -docs/apis/tags/operation_request_body_api/post_enum_with_false_does_not_match0_request_body.md -docs/apis/tags/operation_request_body_api/post_enum_with_true_does_not_match1_request_body.md -docs/apis/tags/operation_request_body_api/post_enums_in_properties_request_body.md -docs/apis/tags/operation_request_body_api/post_forbidden_property_request_body.md -docs/apis/tags/operation_request_body_api/post_hostname_format_request_body.md -docs/apis/tags/operation_request_body_api/post_integer_type_matches_integers_request_body.md -docs/apis/tags/operation_request_body_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md -docs/apis/tags/operation_request_body_api/post_invalid_string_value_for_default_request_body.md -docs/apis/tags/operation_request_body_api/post_ipv4_format_request_body.md -docs/apis/tags/operation_request_body_api/post_ipv6_format_request_body.md -docs/apis/tags/operation_request_body_api/post_json_pointer_format_request_body.md -docs/apis/tags/operation_request_body_api/post_maximum_validation_request_body.md -docs/apis/tags/operation_request_body_api/post_maximum_validation_with_unsigned_integer_request_body.md -docs/apis/tags/operation_request_body_api/post_maxitems_validation_request_body.md -docs/apis/tags/operation_request_body_api/post_maxlength_validation_request_body.md -docs/apis/tags/operation_request_body_api/post_maxproperties0_means_the_object_is_empty_request_body.md -docs/apis/tags/operation_request_body_api/post_maxproperties_validation_request_body.md -docs/apis/tags/operation_request_body_api/post_minimum_validation_request_body.md -docs/apis/tags/operation_request_body_api/post_minimum_validation_with_signed_integer_request_body.md -docs/apis/tags/operation_request_body_api/post_minitems_validation_request_body.md -docs/apis/tags/operation_request_body_api/post_minlength_validation_request_body.md -docs/apis/tags/operation_request_body_api/post_minproperties_validation_request_body.md -docs/apis/tags/operation_request_body_api/post_nested_allof_to_check_validation_semantics_request_body.md -docs/apis/tags/operation_request_body_api/post_nested_anyof_to_check_validation_semantics_request_body.md -docs/apis/tags/operation_request_body_api/post_nested_items_request_body.md -docs/apis/tags/operation_request_body_api/post_nested_oneof_to_check_validation_semantics_request_body.md -docs/apis/tags/operation_request_body_api/post_not_more_complex_schema_request_body.md -docs/apis/tags/operation_request_body_api/post_not_request_body.md -docs/apis/tags/operation_request_body_api/post_nul_characters_in_strings_request_body.md -docs/apis/tags/operation_request_body_api/post_null_type_matches_only_the_null_object_request_body.md -docs/apis/tags/operation_request_body_api/post_number_type_matches_numbers_request_body.md -docs/apis/tags/operation_request_body_api/post_object_properties_validation_request_body.md -docs/apis/tags/operation_request_body_api/post_object_type_matches_objects_request_body.md -docs/apis/tags/operation_request_body_api/post_oneof_complex_types_request_body.md -docs/apis/tags/operation_request_body_api/post_oneof_request_body.md -docs/apis/tags/operation_request_body_api/post_oneof_with_base_schema_request_body.md -docs/apis/tags/operation_request_body_api/post_oneof_with_empty_schema_request_body.md -docs/apis/tags/operation_request_body_api/post_oneof_with_required_request_body.md -docs/apis/tags/operation_request_body_api/post_pattern_is_not_anchored_request_body.md -docs/apis/tags/operation_request_body_api/post_pattern_validation_request_body.md -docs/apis/tags/operation_request_body_api/post_properties_with_escaped_characters_request_body.md -docs/apis/tags/operation_request_body_api/post_property_named_ref_that_is_not_a_reference_request_body.md -docs/apis/tags/operation_request_body_api/post_ref_in_additionalproperties_request_body.md -docs/apis/tags/operation_request_body_api/post_ref_in_allof_request_body.md -docs/apis/tags/operation_request_body_api/post_ref_in_anyof_request_body.md -docs/apis/tags/operation_request_body_api/post_ref_in_items_request_body.md -docs/apis/tags/operation_request_body_api/post_ref_in_not_request_body.md -docs/apis/tags/operation_request_body_api/post_ref_in_oneof_request_body.md -docs/apis/tags/operation_request_body_api/post_ref_in_property_request_body.md -docs/apis/tags/operation_request_body_api/post_required_default_validation_request_body.md -docs/apis/tags/operation_request_body_api/post_required_validation_request_body.md -docs/apis/tags/operation_request_body_api/post_required_with_empty_array_request_body.md -docs/apis/tags/operation_request_body_api/post_required_with_escaped_characters_request_body.md -docs/apis/tags/operation_request_body_api/post_simple_enum_validation_request_body.md -docs/apis/tags/operation_request_body_api/post_string_type_matches_strings_request_body.md -docs/apis/tags/operation_request_body_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md -docs/apis/tags/operation_request_body_api/post_uniqueitems_false_validation_request_body.md -docs/apis/tags/operation_request_body_api/post_uniqueitems_validation_request_body.md -docs/apis/tags/operation_request_body_api/post_uri_format_request_body.md -docs/apis/tags/operation_request_body_api/post_uri_reference_format_request_body.md -docs/apis/tags/operation_request_body_api/post_uri_template_format_request_body.md docs/apis/tags/path_post_api.md -docs/apis/tags/path_post_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md -docs/apis/tags/path_post_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_additionalproperties_are_allowed_by_default_request_body.md -docs/apis/tags/path_post_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_additionalproperties_can_exist_by_itself_request_body.md -docs/apis/tags/path_post_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_additionalproperties_should_not_look_in_applicators_request_body.md -docs/apis/tags/path_post_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_allof_combined_with_anyof_oneof_request_body.md -docs/apis/tags/path_post_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_allof_request_body.md -docs/apis/tags/path_post_api/post_allof_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_allof_simple_types_request_body.md -docs/apis/tags/path_post_api/post_allof_simple_types_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_allof_with_base_schema_request_body.md -docs/apis/tags/path_post_api/post_allof_with_base_schema_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_allof_with_one_empty_schema_request_body.md -docs/apis/tags/path_post_api/post_allof_with_one_empty_schema_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_allof_with_the_first_empty_schema_request_body.md -docs/apis/tags/path_post_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_allof_with_the_last_empty_schema_request_body.md -docs/apis/tags/path_post_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_allof_with_two_empty_schemas_request_body.md -docs/apis/tags/path_post_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_anyof_complex_types_request_body.md -docs/apis/tags/path_post_api/post_anyof_complex_types_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_anyof_request_body.md -docs/apis/tags/path_post_api/post_anyof_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_anyof_with_base_schema_request_body.md -docs/apis/tags/path_post_api/post_anyof_with_base_schema_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_anyof_with_one_empty_schema_request_body.md -docs/apis/tags/path_post_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_array_type_matches_arrays_request_body.md -docs/apis/tags/path_post_api/post_array_type_matches_arrays_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_boolean_type_matches_booleans_request_body.md -docs/apis/tags/path_post_api/post_boolean_type_matches_booleans_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_by_int_request_body.md -docs/apis/tags/path_post_api/post_by_int_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_by_number_request_body.md -docs/apis/tags/path_post_api/post_by_number_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_by_small_number_request_body.md -docs/apis/tags/path_post_api/post_by_small_number_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_date_time_format_request_body.md -docs/apis/tags/path_post_api/post_date_time_format_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_email_format_request_body.md -docs/apis/tags/path_post_api/post_email_format_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_enum_with0_does_not_match_false_request_body.md -docs/apis/tags/path_post_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_enum_with1_does_not_match_true_request_body.md -docs/apis/tags/path_post_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_enum_with_escaped_characters_request_body.md -docs/apis/tags/path_post_api/post_enum_with_escaped_characters_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_enum_with_false_does_not_match0_request_body.md -docs/apis/tags/path_post_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_enum_with_true_does_not_match1_request_body.md -docs/apis/tags/path_post_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_enums_in_properties_request_body.md -docs/apis/tags/path_post_api/post_enums_in_properties_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_forbidden_property_request_body.md -docs/apis/tags/path_post_api/post_forbidden_property_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_hostname_format_request_body.md -docs/apis/tags/path_post_api/post_hostname_format_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_integer_type_matches_integers_request_body.md -docs/apis/tags/path_post_api/post_integer_type_matches_integers_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md -docs/apis/tags/path_post_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_invalid_string_value_for_default_request_body.md -docs/apis/tags/path_post_api/post_invalid_string_value_for_default_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_ipv4_format_request_body.md -docs/apis/tags/path_post_api/post_ipv4_format_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_ipv6_format_request_body.md -docs/apis/tags/path_post_api/post_ipv6_format_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_json_pointer_format_request_body.md -docs/apis/tags/path_post_api/post_json_pointer_format_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_maximum_validation_request_body.md -docs/apis/tags/path_post_api/post_maximum_validation_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_maximum_validation_with_unsigned_integer_request_body.md -docs/apis/tags/path_post_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_maxitems_validation_request_body.md -docs/apis/tags/path_post_api/post_maxitems_validation_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_maxlength_validation_request_body.md -docs/apis/tags/path_post_api/post_maxlength_validation_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_maxproperties0_means_the_object_is_empty_request_body.md -docs/apis/tags/path_post_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_maxproperties_validation_request_body.md -docs/apis/tags/path_post_api/post_maxproperties_validation_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_minimum_validation_request_body.md -docs/apis/tags/path_post_api/post_minimum_validation_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_minimum_validation_with_signed_integer_request_body.md -docs/apis/tags/path_post_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_minitems_validation_request_body.md -docs/apis/tags/path_post_api/post_minitems_validation_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_minlength_validation_request_body.md -docs/apis/tags/path_post_api/post_minlength_validation_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_minproperties_validation_request_body.md -docs/apis/tags/path_post_api/post_minproperties_validation_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_nested_allof_to_check_validation_semantics_request_body.md -docs/apis/tags/path_post_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_nested_anyof_to_check_validation_semantics_request_body.md -docs/apis/tags/path_post_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_nested_items_request_body.md -docs/apis/tags/path_post_api/post_nested_items_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_nested_oneof_to_check_validation_semantics_request_body.md -docs/apis/tags/path_post_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_not_more_complex_schema_request_body.md -docs/apis/tags/path_post_api/post_not_more_complex_schema_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_not_request_body.md -docs/apis/tags/path_post_api/post_not_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_nul_characters_in_strings_request_body.md -docs/apis/tags/path_post_api/post_nul_characters_in_strings_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_null_type_matches_only_the_null_object_request_body.md -docs/apis/tags/path_post_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_number_type_matches_numbers_request_body.md -docs/apis/tags/path_post_api/post_number_type_matches_numbers_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_object_properties_validation_request_body.md -docs/apis/tags/path_post_api/post_object_properties_validation_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_object_type_matches_objects_request_body.md -docs/apis/tags/path_post_api/post_object_type_matches_objects_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_oneof_complex_types_request_body.md -docs/apis/tags/path_post_api/post_oneof_complex_types_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_oneof_request_body.md -docs/apis/tags/path_post_api/post_oneof_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_oneof_with_base_schema_request_body.md -docs/apis/tags/path_post_api/post_oneof_with_base_schema_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_oneof_with_empty_schema_request_body.md -docs/apis/tags/path_post_api/post_oneof_with_empty_schema_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_oneof_with_required_request_body.md -docs/apis/tags/path_post_api/post_oneof_with_required_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_pattern_is_not_anchored_request_body.md -docs/apis/tags/path_post_api/post_pattern_is_not_anchored_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_pattern_validation_request_body.md -docs/apis/tags/path_post_api/post_pattern_validation_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_properties_with_escaped_characters_request_body.md -docs/apis/tags/path_post_api/post_properties_with_escaped_characters_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_property_named_ref_that_is_not_a_reference_request_body.md -docs/apis/tags/path_post_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_ref_in_additionalproperties_request_body.md -docs/apis/tags/path_post_api/post_ref_in_additionalproperties_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_ref_in_allof_request_body.md -docs/apis/tags/path_post_api/post_ref_in_allof_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_ref_in_anyof_request_body.md -docs/apis/tags/path_post_api/post_ref_in_anyof_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_ref_in_items_request_body.md -docs/apis/tags/path_post_api/post_ref_in_items_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_ref_in_not_request_body.md -docs/apis/tags/path_post_api/post_ref_in_not_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_ref_in_oneof_request_body.md -docs/apis/tags/path_post_api/post_ref_in_oneof_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_ref_in_property_request_body.md -docs/apis/tags/path_post_api/post_ref_in_property_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_required_default_validation_request_body.md -docs/apis/tags/path_post_api/post_required_default_validation_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_required_validation_request_body.md -docs/apis/tags/path_post_api/post_required_validation_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_required_with_empty_array_request_body.md -docs/apis/tags/path_post_api/post_required_with_empty_array_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_required_with_escaped_characters_request_body.md -docs/apis/tags/path_post_api/post_required_with_escaped_characters_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_simple_enum_validation_request_body.md -docs/apis/tags/path_post_api/post_simple_enum_validation_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_string_type_matches_strings_request_body.md -docs/apis/tags/path_post_api/post_string_type_matches_strings_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md -docs/apis/tags/path_post_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_uniqueitems_false_validation_request_body.md -docs/apis/tags/path_post_api/post_uniqueitems_false_validation_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_uniqueitems_validation_request_body.md -docs/apis/tags/path_post_api/post_uniqueitems_validation_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_uri_format_request_body.md -docs/apis/tags/path_post_api/post_uri_format_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_uri_reference_format_request_body.md -docs/apis/tags/path_post_api/post_uri_reference_format_response_body_for_content_types.md -docs/apis/tags/path_post_api/post_uri_template_format_request_body.md -docs/apis/tags/path_post_api/post_uri_template_format_response_body_for_content_types.md docs/apis/tags/pattern_api.md -docs/apis/tags/pattern_api/post_pattern_is_not_anchored_request_body.md -docs/apis/tags/pattern_api/post_pattern_is_not_anchored_response_body_for_content_types.md -docs/apis/tags/pattern_api/post_pattern_validation_request_body.md -docs/apis/tags/pattern_api/post_pattern_validation_response_body_for_content_types.md docs/apis/tags/properties_api.md -docs/apis/tags/properties_api/post_object_properties_validation_request_body.md -docs/apis/tags/properties_api/post_object_properties_validation_response_body_for_content_types.md -docs/apis/tags/properties_api/post_properties_with_escaped_characters_request_body.md -docs/apis/tags/properties_api/post_properties_with_escaped_characters_response_body_for_content_types.md docs/apis/tags/ref_api.md -docs/apis/tags/ref_api/post_property_named_ref_that_is_not_a_reference_request_body.md -docs/apis/tags/ref_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md -docs/apis/tags/ref_api/post_ref_in_additionalproperties_request_body.md -docs/apis/tags/ref_api/post_ref_in_additionalproperties_response_body_for_content_types.md -docs/apis/tags/ref_api/post_ref_in_allof_request_body.md -docs/apis/tags/ref_api/post_ref_in_allof_response_body_for_content_types.md -docs/apis/tags/ref_api/post_ref_in_anyof_request_body.md -docs/apis/tags/ref_api/post_ref_in_anyof_response_body_for_content_types.md -docs/apis/tags/ref_api/post_ref_in_items_request_body.md -docs/apis/tags/ref_api/post_ref_in_items_response_body_for_content_types.md -docs/apis/tags/ref_api/post_ref_in_not_request_body.md -docs/apis/tags/ref_api/post_ref_in_not_response_body_for_content_types.md -docs/apis/tags/ref_api/post_ref_in_oneof_request_body.md -docs/apis/tags/ref_api/post_ref_in_oneof_response_body_for_content_types.md -docs/apis/tags/ref_api/post_ref_in_property_request_body.md -docs/apis/tags/ref_api/post_ref_in_property_response_body_for_content_types.md docs/apis/tags/required_api.md -docs/apis/tags/required_api/post_required_default_validation_request_body.md -docs/apis/tags/required_api/post_required_default_validation_response_body_for_content_types.md -docs/apis/tags/required_api/post_required_validation_request_body.md -docs/apis/tags/required_api/post_required_validation_response_body_for_content_types.md -docs/apis/tags/required_api/post_required_with_empty_array_request_body.md -docs/apis/tags/required_api/post_required_with_empty_array_response_body_for_content_types.md -docs/apis/tags/required_api/post_required_with_escaped_characters_request_body.md -docs/apis/tags/required_api/post_required_with_escaped_characters_response_body_for_content_types.md docs/apis/tags/response_content_content_type_schema_api.md -docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_allof_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_allof_simple_types_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_allof_with_base_schema_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_allof_with_one_empty_schema_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_anyof_complex_types_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_anyof_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_anyof_with_base_schema_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_array_type_matches_arrays_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_boolean_type_matches_booleans_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_by_int_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_by_number_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_by_small_number_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_date_time_format_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_email_format_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_enum_with_escaped_characters_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_enums_in_properties_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_forbidden_property_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_hostname_format_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_integer_type_matches_integers_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_invalid_string_value_for_default_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_ipv4_format_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_ipv6_format_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_json_pointer_format_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_maximum_validation_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_maxitems_validation_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_maxlength_validation_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_maxproperties_validation_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_minimum_validation_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_minitems_validation_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_minlength_validation_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_minproperties_validation_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_nested_items_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_not_more_complex_schema_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_not_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_nul_characters_in_strings_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_number_type_matches_numbers_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_object_properties_validation_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_object_type_matches_objects_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_oneof_complex_types_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_oneof_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_base_schema_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_empty_schema_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_required_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_pattern_is_not_anchored_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_pattern_validation_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_properties_with_escaped_characters_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_ref_in_additionalproperties_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_ref_in_allof_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_ref_in_anyof_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_ref_in_items_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_ref_in_not_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_ref_in_oneof_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_ref_in_property_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_required_default_validation_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_required_validation_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_required_with_empty_array_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_required_with_escaped_characters_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_simple_enum_validation_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_string_type_matches_strings_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_uniqueitems_false_validation_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_uniqueitems_validation_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_uri_format_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_uri_reference_format_response_body_for_content_types.md -docs/apis/tags/response_content_content_type_schema_api/post_uri_template_format_response_body_for_content_types.md docs/apis/tags/type_api.md -docs/apis/tags/type_api/post_array_type_matches_arrays_request_body.md -docs/apis/tags/type_api/post_array_type_matches_arrays_response_body_for_content_types.md -docs/apis/tags/type_api/post_boolean_type_matches_booleans_request_body.md -docs/apis/tags/type_api/post_boolean_type_matches_booleans_response_body_for_content_types.md -docs/apis/tags/type_api/post_integer_type_matches_integers_request_body.md -docs/apis/tags/type_api/post_integer_type_matches_integers_response_body_for_content_types.md -docs/apis/tags/type_api/post_null_type_matches_only_the_null_object_request_body.md -docs/apis/tags/type_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md -docs/apis/tags/type_api/post_number_type_matches_numbers_request_body.md -docs/apis/tags/type_api/post_number_type_matches_numbers_response_body_for_content_types.md -docs/apis/tags/type_api/post_object_type_matches_objects_request_body.md -docs/apis/tags/type_api/post_object_type_matches_objects_response_body_for_content_types.md -docs/apis/tags/type_api/post_string_type_matches_strings_request_body.md -docs/apis/tags/type_api/post_string_type_matches_strings_response_body_for_content_types.md docs/apis/tags/unique_items_api.md -docs/apis/tags/unique_items_api/post_uniqueitems_false_validation_request_body.md -docs/apis/tags/unique_items_api/post_uniqueitems_false_validation_response_body_for_content_types.md -docs/apis/tags/unique_items_api/post_uniqueitems_validation_request_body.md -docs/apis/tags/unique_items_api/post_uniqueitems_validation_response_body_for_content_types.md docs/components/schema/_not.md docs/components/schema/additionalproperties_allows_a_schema_which_should_validate.md docs/components/schema/additionalproperties_are_allowed_by_default.md @@ -813,6 +117,180 @@ docs/components/schema/uniqueitems_validation.md docs/components/schema/uri_format.md docs/components/schema/uri_reference_format.md docs/components/schema/uri_template_format.md +docs/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post.md +docs/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post.md +docs/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post.md +docs/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post.md +docs/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post.md +docs/paths/request_body_post_allof_request_body/post.md +docs/paths/request_body_post_allof_simple_types_request_body/post.md +docs/paths/request_body_post_allof_with_base_schema_request_body/post.md +docs/paths/request_body_post_allof_with_one_empty_schema_request_body/post.md +docs/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post.md +docs/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post.md +docs/paths/request_body_post_allof_with_two_empty_schemas_request_body/post.md +docs/paths/request_body_post_anyof_complex_types_request_body/post.md +docs/paths/request_body_post_anyof_request_body/post.md +docs/paths/request_body_post_anyof_with_base_schema_request_body/post.md +docs/paths/request_body_post_anyof_with_one_empty_schema_request_body/post.md +docs/paths/request_body_post_array_type_matches_arrays_request_body/post.md +docs/paths/request_body_post_boolean_type_matches_booleans_request_body/post.md +docs/paths/request_body_post_by_int_request_body/post.md +docs/paths/request_body_post_by_number_request_body/post.md +docs/paths/request_body_post_by_small_number_request_body/post.md +docs/paths/request_body_post_date_time_format_request_body/post.md +docs/paths/request_body_post_email_format_request_body/post.md +docs/paths/request_body_post_enum_with0_does_not_match_false_request_body/post.md +docs/paths/request_body_post_enum_with1_does_not_match_true_request_body/post.md +docs/paths/request_body_post_enum_with_escaped_characters_request_body/post.md +docs/paths/request_body_post_enum_with_false_does_not_match0_request_body/post.md +docs/paths/request_body_post_enum_with_true_does_not_match1_request_body/post.md +docs/paths/request_body_post_enums_in_properties_request_body/post.md +docs/paths/request_body_post_forbidden_property_request_body/post.md +docs/paths/request_body_post_hostname_format_request_body/post.md +docs/paths/request_body_post_integer_type_matches_integers_request_body/post.md +docs/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post.md +docs/paths/request_body_post_invalid_string_value_for_default_request_body/post.md +docs/paths/request_body_post_ipv4_format_request_body/post.md +docs/paths/request_body_post_ipv6_format_request_body/post.md +docs/paths/request_body_post_json_pointer_format_request_body/post.md +docs/paths/request_body_post_maximum_validation_request_body/post.md +docs/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post.md +docs/paths/request_body_post_maxitems_validation_request_body/post.md +docs/paths/request_body_post_maxlength_validation_request_body/post.md +docs/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post.md +docs/paths/request_body_post_maxproperties_validation_request_body/post.md +docs/paths/request_body_post_minimum_validation_request_body/post.md +docs/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post.md +docs/paths/request_body_post_minitems_validation_request_body/post.md +docs/paths/request_body_post_minlength_validation_request_body/post.md +docs/paths/request_body_post_minproperties_validation_request_body/post.md +docs/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post.md +docs/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post.md +docs/paths/request_body_post_nested_items_request_body/post.md +docs/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post.md +docs/paths/request_body_post_not_more_complex_schema_request_body/post.md +docs/paths/request_body_post_not_request_body/post.md +docs/paths/request_body_post_nul_characters_in_strings_request_body/post.md +docs/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post.md +docs/paths/request_body_post_number_type_matches_numbers_request_body/post.md +docs/paths/request_body_post_object_properties_validation_request_body/post.md +docs/paths/request_body_post_object_type_matches_objects_request_body/post.md +docs/paths/request_body_post_oneof_complex_types_request_body/post.md +docs/paths/request_body_post_oneof_request_body/post.md +docs/paths/request_body_post_oneof_with_base_schema_request_body/post.md +docs/paths/request_body_post_oneof_with_empty_schema_request_body/post.md +docs/paths/request_body_post_oneof_with_required_request_body/post.md +docs/paths/request_body_post_pattern_is_not_anchored_request_body/post.md +docs/paths/request_body_post_pattern_validation_request_body/post.md +docs/paths/request_body_post_properties_with_escaped_characters_request_body/post.md +docs/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post.md +docs/paths/request_body_post_ref_in_additionalproperties_request_body/post.md +docs/paths/request_body_post_ref_in_allof_request_body/post.md +docs/paths/request_body_post_ref_in_anyof_request_body/post.md +docs/paths/request_body_post_ref_in_items_request_body/post.md +docs/paths/request_body_post_ref_in_not_request_body/post.md +docs/paths/request_body_post_ref_in_oneof_request_body/post.md +docs/paths/request_body_post_ref_in_property_request_body/post.md +docs/paths/request_body_post_required_default_validation_request_body/post.md +docs/paths/request_body_post_required_validation_request_body/post.md +docs/paths/request_body_post_required_with_empty_array_request_body/post.md +docs/paths/request_body_post_required_with_escaped_characters_request_body/post.md +docs/paths/request_body_post_simple_enum_validation_request_body/post.md +docs/paths/request_body_post_string_type_matches_strings_request_body/post.md +docs/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post.md +docs/paths/request_body_post_uniqueitems_false_validation_request_body/post.md +docs/paths/request_body_post_uniqueitems_validation_request_body/post.md +docs/paths/request_body_post_uri_format_request_body/post.md +docs/paths/request_body_post_uri_reference_format_request_body/post.md +docs/paths/request_body_post_uri_template_format_request_body/post.md +docs/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post.md +docs/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post.md +docs/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post.md +docs/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post.md +docs/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post.md +docs/paths/response_body_post_allof_response_body_for_content_types/post.md +docs/paths/response_body_post_allof_simple_types_response_body_for_content_types/post.md +docs/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post.md +docs/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post.md +docs/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post.md +docs/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post.md +docs/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post.md +docs/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post.md +docs/paths/response_body_post_anyof_response_body_for_content_types/post.md +docs/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post.md +docs/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post.md +docs/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post.md +docs/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post.md +docs/paths/response_body_post_by_int_response_body_for_content_types/post.md +docs/paths/response_body_post_by_number_response_body_for_content_types/post.md +docs/paths/response_body_post_by_small_number_response_body_for_content_types/post.md +docs/paths/response_body_post_date_time_format_response_body_for_content_types/post.md +docs/paths/response_body_post_email_format_response_body_for_content_types/post.md +docs/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post.md +docs/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post.md +docs/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post.md +docs/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post.md +docs/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post.md +docs/paths/response_body_post_enums_in_properties_response_body_for_content_types/post.md +docs/paths/response_body_post_forbidden_property_response_body_for_content_types/post.md +docs/paths/response_body_post_hostname_format_response_body_for_content_types/post.md +docs/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post.md +docs/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post.md +docs/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post.md +docs/paths/response_body_post_ipv4_format_response_body_for_content_types/post.md +docs/paths/response_body_post_ipv6_format_response_body_for_content_types/post.md +docs/paths/response_body_post_json_pointer_format_response_body_for_content_types/post.md +docs/paths/response_body_post_maximum_validation_response_body_for_content_types/post.md +docs/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post.md +docs/paths/response_body_post_maxitems_validation_response_body_for_content_types/post.md +docs/paths/response_body_post_maxlength_validation_response_body_for_content_types/post.md +docs/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post.md +docs/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post.md +docs/paths/response_body_post_minimum_validation_response_body_for_content_types/post.md +docs/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post.md +docs/paths/response_body_post_minitems_validation_response_body_for_content_types/post.md +docs/paths/response_body_post_minlength_validation_response_body_for_content_types/post.md +docs/paths/response_body_post_minproperties_validation_response_body_for_content_types/post.md +docs/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post.md +docs/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post.md +docs/paths/response_body_post_nested_items_response_body_for_content_types/post.md +docs/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post.md +docs/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post.md +docs/paths/response_body_post_not_response_body_for_content_types/post.md +docs/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post.md +docs/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post.md +docs/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post.md +docs/paths/response_body_post_object_properties_validation_response_body_for_content_types/post.md +docs/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post.md +docs/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post.md +docs/paths/response_body_post_oneof_response_body_for_content_types/post.md +docs/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post.md +docs/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post.md +docs/paths/response_body_post_oneof_with_required_response_body_for_content_types/post.md +docs/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post.md +docs/paths/response_body_post_pattern_validation_response_body_for_content_types/post.md +docs/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post.md +docs/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post.md +docs/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post.md +docs/paths/response_body_post_ref_in_allof_response_body_for_content_types/post.md +docs/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post.md +docs/paths/response_body_post_ref_in_items_response_body_for_content_types/post.md +docs/paths/response_body_post_ref_in_not_response_body_for_content_types/post.md +docs/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post.md +docs/paths/response_body_post_ref_in_property_response_body_for_content_types/post.md +docs/paths/response_body_post_required_default_validation_response_body_for_content_types/post.md +docs/paths/response_body_post_required_validation_response_body_for_content_types/post.md +docs/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post.md +docs/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post.md +docs/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post.md +docs/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post.md +docs/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post.md +docs/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post.md +docs/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post.md +docs/paths/response_body_post_uri_format_response_body_for_content_types/post.md +docs/paths/response_body_post_uri_reference_format_response_body_for_content_types/post.md +docs/paths/response_body_post_uri_template_format_response_body_for_content_types/post.md docs/servers/server_0.md git_push.sh migration_2_0_0.md diff --git a/samples/openapi3/client/3_0_3_unit_test/python/README.md b/samples/openapi3/client/3_0_3_unit_test/python/README.md index 766a6bde868..79bff42af43 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/README.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/README.md @@ -89,180 +89,180 @@ All URIs are relative to the selected server HTTP request | Method | Description ------------ | ------ | ------------- -/requestBody/postAdditionalpropertiesAllowsASchemaWhichShouldValidateRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_request_body](docs/apis/tags/operation_request_body_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_request_body](docs/apis/tags/path_post_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_request_body](docs/apis/tags/content_type_json_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_request_body](docs/apis/tags/additional_properties_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md) | -/requestBody/postAdditionalpropertiesAreAllowedByDefaultRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_additionalproperties_are_allowed_by_default_request_body](docs/apis/tags/operation_request_body_api/post_additionalproperties_are_allowed_by_default_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_are_allowed_by_default_request_body](docs/apis/tags/path_post_api/post_additionalproperties_are_allowed_by_default_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_are_allowed_by_default_request_body](docs/apis/tags/content_type_json_api/post_additionalproperties_are_allowed_by_default_request_body.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_are_allowed_by_default_request_body](docs/apis/tags/additional_properties_api/post_additionalproperties_are_allowed_by_default_request_body.md) | -/requestBody/postAdditionalpropertiesCanExistByItselfRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_additionalproperties_can_exist_by_itself_request_body](docs/apis/tags/operation_request_body_api/post_additionalproperties_can_exist_by_itself_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_can_exist_by_itself_request_body](docs/apis/tags/path_post_api/post_additionalproperties_can_exist_by_itself_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_can_exist_by_itself_request_body](docs/apis/tags/content_type_json_api/post_additionalproperties_can_exist_by_itself_request_body.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_can_exist_by_itself_request_body](docs/apis/tags/additional_properties_api/post_additionalproperties_can_exist_by_itself_request_body.md) | -/requestBody/postAdditionalpropertiesShouldNotLookInApplicatorsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_additionalproperties_should_not_look_in_applicators_request_body](docs/apis/tags/operation_request_body_api/post_additionalproperties_should_not_look_in_applicators_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_should_not_look_in_applicators_request_body](docs/apis/tags/path_post_api/post_additionalproperties_should_not_look_in_applicators_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_should_not_look_in_applicators_request_body](docs/apis/tags/content_type_json_api/post_additionalproperties_should_not_look_in_applicators_request_body.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_should_not_look_in_applicators_request_body](docs/apis/tags/additional_properties_api/post_additionalproperties_should_not_look_in_applicators_request_body.md) | -/requestBody/postAllofCombinedWithAnyofOneofRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_combined_with_anyof_oneof_request_body](docs/apis/tags/operation_request_body_api/post_allof_combined_with_anyof_oneof_request_body.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_combined_with_anyof_oneof_request_body](docs/apis/tags/all_of_api/post_allof_combined_with_anyof_oneof_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_combined_with_anyof_oneof_request_body](docs/apis/tags/path_post_api/post_allof_combined_with_anyof_oneof_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_combined_with_anyof_oneof_request_body](docs/apis/tags/content_type_json_api/post_allof_combined_with_anyof_oneof_request_body.md) | -/requestBody/postAllofRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_request_body](docs/apis/tags/operation_request_body_api/post_allof_request_body.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_request_body](docs/apis/tags/all_of_api/post_allof_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_request_body](docs/apis/tags/path_post_api/post_allof_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_request_body](docs/apis/tags/content_type_json_api/post_allof_request_body.md) | -/requestBody/postAllofSimpleTypesRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_simple_types_request_body](docs/apis/tags/operation_request_body_api/post_allof_simple_types_request_body.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_simple_types_request_body](docs/apis/tags/all_of_api/post_allof_simple_types_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_simple_types_request_body](docs/apis/tags/path_post_api/post_allof_simple_types_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_simple_types_request_body](docs/apis/tags/content_type_json_api/post_allof_simple_types_request_body.md) | -/requestBody/postAllofWithBaseSchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_with_base_schema_request_body](docs/apis/tags/operation_request_body_api/post_allof_with_base_schema_request_body.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_base_schema_request_body](docs/apis/tags/all_of_api/post_allof_with_base_schema_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_base_schema_request_body](docs/apis/tags/path_post_api/post_allof_with_base_schema_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_base_schema_request_body](docs/apis/tags/content_type_json_api/post_allof_with_base_schema_request_body.md) | -/requestBody/postAllofWithOneEmptySchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_with_one_empty_schema_request_body](docs/apis/tags/operation_request_body_api/post_allof_with_one_empty_schema_request_body.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_one_empty_schema_request_body](docs/apis/tags/all_of_api/post_allof_with_one_empty_schema_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_one_empty_schema_request_body](docs/apis/tags/path_post_api/post_allof_with_one_empty_schema_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_one_empty_schema_request_body](docs/apis/tags/content_type_json_api/post_allof_with_one_empty_schema_request_body.md) | -/requestBody/postAllofWithTheFirstEmptySchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_with_the_first_empty_schema_request_body](docs/apis/tags/operation_request_body_api/post_allof_with_the_first_empty_schema_request_body.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_the_first_empty_schema_request_body](docs/apis/tags/all_of_api/post_allof_with_the_first_empty_schema_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_the_first_empty_schema_request_body](docs/apis/tags/path_post_api/post_allof_with_the_first_empty_schema_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_the_first_empty_schema_request_body](docs/apis/tags/content_type_json_api/post_allof_with_the_first_empty_schema_request_body.md) | -/requestBody/postAllofWithTheLastEmptySchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_with_the_last_empty_schema_request_body](docs/apis/tags/operation_request_body_api/post_allof_with_the_last_empty_schema_request_body.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_the_last_empty_schema_request_body](docs/apis/tags/all_of_api/post_allof_with_the_last_empty_schema_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_the_last_empty_schema_request_body](docs/apis/tags/path_post_api/post_allof_with_the_last_empty_schema_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_the_last_empty_schema_request_body](docs/apis/tags/content_type_json_api/post_allof_with_the_last_empty_schema_request_body.md) | -/requestBody/postAllofWithTwoEmptySchemasRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_with_two_empty_schemas_request_body](docs/apis/tags/operation_request_body_api/post_allof_with_two_empty_schemas_request_body.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_two_empty_schemas_request_body](docs/apis/tags/all_of_api/post_allof_with_two_empty_schemas_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_two_empty_schemas_request_body](docs/apis/tags/path_post_api/post_allof_with_two_empty_schemas_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_two_empty_schemas_request_body](docs/apis/tags/content_type_json_api/post_allof_with_two_empty_schemas_request_body.md) | -/requestBody/postAnyofComplexTypesRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_anyof_complex_types_request_body](docs/apis/tags/operation_request_body_api/post_anyof_complex_types_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_complex_types_request_body](docs/apis/tags/path_post_api/post_anyof_complex_types_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_complex_types_request_body](docs/apis/tags/content_type_json_api/post_anyof_complex_types_request_body.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_complex_types_request_body](docs/apis/tags/any_of_api/post_anyof_complex_types_request_body.md) | -/requestBody/postAnyofRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_anyof_request_body](docs/apis/tags/operation_request_body_api/post_anyof_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_request_body](docs/apis/tags/path_post_api/post_anyof_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_request_body](docs/apis/tags/content_type_json_api/post_anyof_request_body.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_request_body](docs/apis/tags/any_of_api/post_anyof_request_body.md) | -/requestBody/postAnyofWithBaseSchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_anyof_with_base_schema_request_body](docs/apis/tags/operation_request_body_api/post_anyof_with_base_schema_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_with_base_schema_request_body](docs/apis/tags/path_post_api/post_anyof_with_base_schema_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_with_base_schema_request_body](docs/apis/tags/content_type_json_api/post_anyof_with_base_schema_request_body.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_with_base_schema_request_body](docs/apis/tags/any_of_api/post_anyof_with_base_schema_request_body.md) | -/requestBody/postAnyofWithOneEmptySchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_anyof_with_one_empty_schema_request_body](docs/apis/tags/operation_request_body_api/post_anyof_with_one_empty_schema_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_with_one_empty_schema_request_body](docs/apis/tags/path_post_api/post_anyof_with_one_empty_schema_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_with_one_empty_schema_request_body](docs/apis/tags/content_type_json_api/post_anyof_with_one_empty_schema_request_body.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_with_one_empty_schema_request_body](docs/apis/tags/any_of_api/post_anyof_with_one_empty_schema_request_body.md) | -/requestBody/postArrayTypeMatchesArraysRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_array_type_matches_arrays_request_body](docs/apis/tags/operation_request_body_api/post_array_type_matches_arrays_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_array_type_matches_arrays_request_body](docs/apis/tags/path_post_api/post_array_type_matches_arrays_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_array_type_matches_arrays_request_body](docs/apis/tags/content_type_json_api/post_array_type_matches_arrays_request_body.md) [TypeApi](docs/apis/tags/type_api.md).[post_array_type_matches_arrays_request_body](docs/apis/tags/type_api/post_array_type_matches_arrays_request_body.md) | -/requestBody/postBooleanTypeMatchesBooleansRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_boolean_type_matches_booleans_request_body](docs/apis/tags/operation_request_body_api/post_boolean_type_matches_booleans_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_boolean_type_matches_booleans_request_body](docs/apis/tags/path_post_api/post_boolean_type_matches_booleans_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_boolean_type_matches_booleans_request_body](docs/apis/tags/content_type_json_api/post_boolean_type_matches_booleans_request_body.md) [TypeApi](docs/apis/tags/type_api.md).[post_boolean_type_matches_booleans_request_body](docs/apis/tags/type_api/post_boolean_type_matches_booleans_request_body.md) | -/requestBody/postByIntRequestBody **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_by_int_request_body](docs/apis/tags/multiple_of_api/post_by_int_request_body.md) [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_by_int_request_body](docs/apis/tags/operation_request_body_api/post_by_int_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_by_int_request_body](docs/apis/tags/path_post_api/post_by_int_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_by_int_request_body](docs/apis/tags/content_type_json_api/post_by_int_request_body.md) | -/requestBody/postByNumberRequestBody **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_by_number_request_body](docs/apis/tags/multiple_of_api/post_by_number_request_body.md) [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_by_number_request_body](docs/apis/tags/operation_request_body_api/post_by_number_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_by_number_request_body](docs/apis/tags/path_post_api/post_by_number_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_by_number_request_body](docs/apis/tags/content_type_json_api/post_by_number_request_body.md) | -/requestBody/postBySmallNumberRequestBody **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_by_small_number_request_body](docs/apis/tags/multiple_of_api/post_by_small_number_request_body.md) [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_by_small_number_request_body](docs/apis/tags/operation_request_body_api/post_by_small_number_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_by_small_number_request_body](docs/apis/tags/path_post_api/post_by_small_number_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_by_small_number_request_body](docs/apis/tags/content_type_json_api/post_by_small_number_request_body.md) | -/requestBody/postDateTimeFormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_date_time_format_request_body](docs/apis/tags/operation_request_body_api/post_date_time_format_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_date_time_format_request_body](docs/apis/tags/path_post_api/post_date_time_format_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_date_time_format_request_body](docs/apis/tags/content_type_json_api/post_date_time_format_request_body.md) [FormatApi](docs/apis/tags/format_api.md).[post_date_time_format_request_body](docs/apis/tags/format_api/post_date_time_format_request_body.md) | -/requestBody/postEmailFormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_email_format_request_body](docs/apis/tags/operation_request_body_api/post_email_format_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_email_format_request_body](docs/apis/tags/path_post_api/post_email_format_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_email_format_request_body](docs/apis/tags/content_type_json_api/post_email_format_request_body.md) [FormatApi](docs/apis/tags/format_api.md).[post_email_format_request_body](docs/apis/tags/format_api/post_email_format_request_body.md) | -/requestBody/postEnumWith0DoesNotMatchFalseRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_enum_with0_does_not_match_false_request_body](docs/apis/tags/operation_request_body_api/post_enum_with0_does_not_match_false_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with0_does_not_match_false_request_body](docs/apis/tags/path_post_api/post_enum_with0_does_not_match_false_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with0_does_not_match_false_request_body](docs/apis/tags/content_type_json_api/post_enum_with0_does_not_match_false_request_body.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with0_does_not_match_false_request_body](docs/apis/tags/enum_api/post_enum_with0_does_not_match_false_request_body.md) | -/requestBody/postEnumWith1DoesNotMatchTrueRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_enum_with1_does_not_match_true_request_body](docs/apis/tags/operation_request_body_api/post_enum_with1_does_not_match_true_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with1_does_not_match_true_request_body](docs/apis/tags/path_post_api/post_enum_with1_does_not_match_true_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with1_does_not_match_true_request_body](docs/apis/tags/content_type_json_api/post_enum_with1_does_not_match_true_request_body.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with1_does_not_match_true_request_body](docs/apis/tags/enum_api/post_enum_with1_does_not_match_true_request_body.md) | -/requestBody/postEnumWithEscapedCharactersRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_enum_with_escaped_characters_request_body](docs/apis/tags/operation_request_body_api/post_enum_with_escaped_characters_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with_escaped_characters_request_body](docs/apis/tags/path_post_api/post_enum_with_escaped_characters_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with_escaped_characters_request_body](docs/apis/tags/content_type_json_api/post_enum_with_escaped_characters_request_body.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with_escaped_characters_request_body](docs/apis/tags/enum_api/post_enum_with_escaped_characters_request_body.md) | -/requestBody/postEnumWithFalseDoesNotMatch0RequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_enum_with_false_does_not_match0_request_body](docs/apis/tags/operation_request_body_api/post_enum_with_false_does_not_match0_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with_false_does_not_match0_request_body](docs/apis/tags/path_post_api/post_enum_with_false_does_not_match0_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with_false_does_not_match0_request_body](docs/apis/tags/content_type_json_api/post_enum_with_false_does_not_match0_request_body.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with_false_does_not_match0_request_body](docs/apis/tags/enum_api/post_enum_with_false_does_not_match0_request_body.md) | -/requestBody/postEnumWithTrueDoesNotMatch1RequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_enum_with_true_does_not_match1_request_body](docs/apis/tags/operation_request_body_api/post_enum_with_true_does_not_match1_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with_true_does_not_match1_request_body](docs/apis/tags/path_post_api/post_enum_with_true_does_not_match1_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with_true_does_not_match1_request_body](docs/apis/tags/content_type_json_api/post_enum_with_true_does_not_match1_request_body.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with_true_does_not_match1_request_body](docs/apis/tags/enum_api/post_enum_with_true_does_not_match1_request_body.md) | -/requestBody/postEnumsInPropertiesRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_enums_in_properties_request_body](docs/apis/tags/operation_request_body_api/post_enums_in_properties_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_enums_in_properties_request_body](docs/apis/tags/path_post_api/post_enums_in_properties_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enums_in_properties_request_body](docs/apis/tags/content_type_json_api/post_enums_in_properties_request_body.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enums_in_properties_request_body](docs/apis/tags/enum_api/post_enums_in_properties_request_body.md) | -/requestBody/postForbiddenPropertyRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_forbidden_property_request_body](docs/apis/tags/operation_request_body_api/post_forbidden_property_request_body.md) [_NotApi](docs/apis/tags/_not_api.md).[post_forbidden_property_request_body](docs/apis/tags/_not_api/post_forbidden_property_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_forbidden_property_request_body](docs/apis/tags/path_post_api/post_forbidden_property_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_forbidden_property_request_body](docs/apis/tags/content_type_json_api/post_forbidden_property_request_body.md) | -/requestBody/postHostnameFormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_hostname_format_request_body](docs/apis/tags/operation_request_body_api/post_hostname_format_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_hostname_format_request_body](docs/apis/tags/path_post_api/post_hostname_format_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_hostname_format_request_body](docs/apis/tags/content_type_json_api/post_hostname_format_request_body.md) [FormatApi](docs/apis/tags/format_api.md).[post_hostname_format_request_body](docs/apis/tags/format_api/post_hostname_format_request_body.md) | -/requestBody/postIntegerTypeMatchesIntegersRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_integer_type_matches_integers_request_body](docs/apis/tags/operation_request_body_api/post_integer_type_matches_integers_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_integer_type_matches_integers_request_body](docs/apis/tags/path_post_api/post_integer_type_matches_integers_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_integer_type_matches_integers_request_body](docs/apis/tags/content_type_json_api/post_integer_type_matches_integers_request_body.md) [TypeApi](docs/apis/tags/type_api.md).[post_integer_type_matches_integers_request_body](docs/apis/tags/type_api/post_integer_type_matches_integers_request_body.md) | -/requestBody/postInvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfRequestBody **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body](docs/apis/tags/multiple_of_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md) [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body](docs/apis/tags/operation_request_body_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body](docs/apis/tags/path_post_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body](docs/apis/tags/content_type_json_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md) | -/requestBody/postInvalidStringValueForDefaultRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_invalid_string_value_for_default_request_body](docs/apis/tags/operation_request_body_api/post_invalid_string_value_for_default_request_body.md) [DefaultApi](docs/apis/tags/default_api.md).[post_invalid_string_value_for_default_request_body](docs/apis/tags/default_api/post_invalid_string_value_for_default_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_invalid_string_value_for_default_request_body](docs/apis/tags/path_post_api/post_invalid_string_value_for_default_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_invalid_string_value_for_default_request_body](docs/apis/tags/content_type_json_api/post_invalid_string_value_for_default_request_body.md) | -/requestBody/postIpv4FormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ipv4_format_request_body](docs/apis/tags/operation_request_body_api/post_ipv4_format_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ipv4_format_request_body](docs/apis/tags/path_post_api/post_ipv4_format_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ipv4_format_request_body](docs/apis/tags/content_type_json_api/post_ipv4_format_request_body.md) [FormatApi](docs/apis/tags/format_api.md).[post_ipv4_format_request_body](docs/apis/tags/format_api/post_ipv4_format_request_body.md) | -/requestBody/postIpv6FormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ipv6_format_request_body](docs/apis/tags/operation_request_body_api/post_ipv6_format_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ipv6_format_request_body](docs/apis/tags/path_post_api/post_ipv6_format_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ipv6_format_request_body](docs/apis/tags/content_type_json_api/post_ipv6_format_request_body.md) [FormatApi](docs/apis/tags/format_api.md).[post_ipv6_format_request_body](docs/apis/tags/format_api/post_ipv6_format_request_body.md) | -/requestBody/postJsonPointerFormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_json_pointer_format_request_body](docs/apis/tags/operation_request_body_api/post_json_pointer_format_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_json_pointer_format_request_body](docs/apis/tags/path_post_api/post_json_pointer_format_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_json_pointer_format_request_body](docs/apis/tags/content_type_json_api/post_json_pointer_format_request_body.md) [FormatApi](docs/apis/tags/format_api.md).[post_json_pointer_format_request_body](docs/apis/tags/format_api/post_json_pointer_format_request_body.md) | -/requestBody/postMaximumValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_maximum_validation_request_body](docs/apis/tags/operation_request_body_api/post_maximum_validation_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_maximum_validation_request_body](docs/apis/tags/path_post_api/post_maximum_validation_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maximum_validation_request_body](docs/apis/tags/content_type_json_api/post_maximum_validation_request_body.md) [MaximumApi](docs/apis/tags/maximum_api.md).[post_maximum_validation_request_body](docs/apis/tags/maximum_api/post_maximum_validation_request_body.md) | -/requestBody/postMaximumValidationWithUnsignedIntegerRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_maximum_validation_with_unsigned_integer_request_body](docs/apis/tags/operation_request_body_api/post_maximum_validation_with_unsigned_integer_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_maximum_validation_with_unsigned_integer_request_body](docs/apis/tags/path_post_api/post_maximum_validation_with_unsigned_integer_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maximum_validation_with_unsigned_integer_request_body](docs/apis/tags/content_type_json_api/post_maximum_validation_with_unsigned_integer_request_body.md) [MaximumApi](docs/apis/tags/maximum_api.md).[post_maximum_validation_with_unsigned_integer_request_body](docs/apis/tags/maximum_api/post_maximum_validation_with_unsigned_integer_request_body.md) | -/requestBody/postMaxitemsValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_maxitems_validation_request_body](docs/apis/tags/operation_request_body_api/post_maxitems_validation_request_body.md) [MaxItemsApi](docs/apis/tags/max_items_api.md).[post_maxitems_validation_request_body](docs/apis/tags/max_items_api/post_maxitems_validation_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxitems_validation_request_body](docs/apis/tags/path_post_api/post_maxitems_validation_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxitems_validation_request_body](docs/apis/tags/content_type_json_api/post_maxitems_validation_request_body.md) | -/requestBody/postMaxlengthValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_maxlength_validation_request_body](docs/apis/tags/operation_request_body_api/post_maxlength_validation_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxlength_validation_request_body](docs/apis/tags/path_post_api/post_maxlength_validation_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxlength_validation_request_body](docs/apis/tags/content_type_json_api/post_maxlength_validation_request_body.md) [MaxLengthApi](docs/apis/tags/max_length_api.md).[post_maxlength_validation_request_body](docs/apis/tags/max_length_api/post_maxlength_validation_request_body.md) | -/requestBody/postMaxproperties0MeansTheObjectIsEmptyRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_maxproperties0_means_the_object_is_empty_request_body](docs/apis/tags/operation_request_body_api/post_maxproperties0_means_the_object_is_empty_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxproperties0_means_the_object_is_empty_request_body](docs/apis/tags/path_post_api/post_maxproperties0_means_the_object_is_empty_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxproperties0_means_the_object_is_empty_request_body](docs/apis/tags/content_type_json_api/post_maxproperties0_means_the_object_is_empty_request_body.md) [MaxPropertiesApi](docs/apis/tags/max_properties_api.md).[post_maxproperties0_means_the_object_is_empty_request_body](docs/apis/tags/max_properties_api/post_maxproperties0_means_the_object_is_empty_request_body.md) | -/requestBody/postMaxpropertiesValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_maxproperties_validation_request_body](docs/apis/tags/operation_request_body_api/post_maxproperties_validation_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxproperties_validation_request_body](docs/apis/tags/path_post_api/post_maxproperties_validation_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxproperties_validation_request_body](docs/apis/tags/content_type_json_api/post_maxproperties_validation_request_body.md) [MaxPropertiesApi](docs/apis/tags/max_properties_api.md).[post_maxproperties_validation_request_body](docs/apis/tags/max_properties_api/post_maxproperties_validation_request_body.md) | -/requestBody/postMinimumValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_minimum_validation_request_body](docs/apis/tags/operation_request_body_api/post_minimum_validation_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_minimum_validation_request_body](docs/apis/tags/path_post_api/post_minimum_validation_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minimum_validation_request_body](docs/apis/tags/content_type_json_api/post_minimum_validation_request_body.md) [MinimumApi](docs/apis/tags/minimum_api.md).[post_minimum_validation_request_body](docs/apis/tags/minimum_api/post_minimum_validation_request_body.md) | -/requestBody/postMinimumValidationWithSignedIntegerRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_minimum_validation_with_signed_integer_request_body](docs/apis/tags/operation_request_body_api/post_minimum_validation_with_signed_integer_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_minimum_validation_with_signed_integer_request_body](docs/apis/tags/path_post_api/post_minimum_validation_with_signed_integer_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minimum_validation_with_signed_integer_request_body](docs/apis/tags/content_type_json_api/post_minimum_validation_with_signed_integer_request_body.md) [MinimumApi](docs/apis/tags/minimum_api.md).[post_minimum_validation_with_signed_integer_request_body](docs/apis/tags/minimum_api/post_minimum_validation_with_signed_integer_request_body.md) | -/requestBody/postMinitemsValidationRequestBody **post** | [MinItemsApi](docs/apis/tags/min_items_api.md).[post_minitems_validation_request_body](docs/apis/tags/min_items_api/post_minitems_validation_request_body.md) [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_minitems_validation_request_body](docs/apis/tags/operation_request_body_api/post_minitems_validation_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_minitems_validation_request_body](docs/apis/tags/path_post_api/post_minitems_validation_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minitems_validation_request_body](docs/apis/tags/content_type_json_api/post_minitems_validation_request_body.md) | -/requestBody/postMinlengthValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_minlength_validation_request_body](docs/apis/tags/operation_request_body_api/post_minlength_validation_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_minlength_validation_request_body](docs/apis/tags/path_post_api/post_minlength_validation_request_body.md) [MinLengthApi](docs/apis/tags/min_length_api.md).[post_minlength_validation_request_body](docs/apis/tags/min_length_api/post_minlength_validation_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minlength_validation_request_body](docs/apis/tags/content_type_json_api/post_minlength_validation_request_body.md) | -/requestBody/postMinpropertiesValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_minproperties_validation_request_body](docs/apis/tags/operation_request_body_api/post_minproperties_validation_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_minproperties_validation_request_body](docs/apis/tags/path_post_api/post_minproperties_validation_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minproperties_validation_request_body](docs/apis/tags/content_type_json_api/post_minproperties_validation_request_body.md) [MinPropertiesApi](docs/apis/tags/min_properties_api.md).[post_minproperties_validation_request_body](docs/apis/tags/min_properties_api/post_minproperties_validation_request_body.md) | -/requestBody/postNestedAllofToCheckValidationSemanticsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_nested_allof_to_check_validation_semantics_request_body](docs/apis/tags/operation_request_body_api/post_nested_allof_to_check_validation_semantics_request_body.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_nested_allof_to_check_validation_semantics_request_body](docs/apis/tags/all_of_api/post_nested_allof_to_check_validation_semantics_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_allof_to_check_validation_semantics_request_body](docs/apis/tags/path_post_api/post_nested_allof_to_check_validation_semantics_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_allof_to_check_validation_semantics_request_body](docs/apis/tags/content_type_json_api/post_nested_allof_to_check_validation_semantics_request_body.md) | -/requestBody/postNestedAnyofToCheckValidationSemanticsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_nested_anyof_to_check_validation_semantics_request_body](docs/apis/tags/operation_request_body_api/post_nested_anyof_to_check_validation_semantics_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_anyof_to_check_validation_semantics_request_body](docs/apis/tags/path_post_api/post_nested_anyof_to_check_validation_semantics_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_anyof_to_check_validation_semantics_request_body](docs/apis/tags/content_type_json_api/post_nested_anyof_to_check_validation_semantics_request_body.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_nested_anyof_to_check_validation_semantics_request_body](docs/apis/tags/any_of_api/post_nested_anyof_to_check_validation_semantics_request_body.md) | -/requestBody/postNestedItemsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_nested_items_request_body](docs/apis/tags/operation_request_body_api/post_nested_items_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_items_request_body](docs/apis/tags/path_post_api/post_nested_items_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_items_request_body](docs/apis/tags/content_type_json_api/post_nested_items_request_body.md) [ItemsApi](docs/apis/tags/items_api.md).[post_nested_items_request_body](docs/apis/tags/items_api/post_nested_items_request_body.md) | -/requestBody/postNestedOneofToCheckValidationSemanticsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_nested_oneof_to_check_validation_semantics_request_body](docs/apis/tags/operation_request_body_api/post_nested_oneof_to_check_validation_semantics_request_body.md) [OneOfApi](docs/apis/tags/one_of_api.md).[post_nested_oneof_to_check_validation_semantics_request_body](docs/apis/tags/one_of_api/post_nested_oneof_to_check_validation_semantics_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_oneof_to_check_validation_semantics_request_body](docs/apis/tags/path_post_api/post_nested_oneof_to_check_validation_semantics_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_oneof_to_check_validation_semantics_request_body](docs/apis/tags/content_type_json_api/post_nested_oneof_to_check_validation_semantics_request_body.md) | -/requestBody/postNotMoreComplexSchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_not_more_complex_schema_request_body](docs/apis/tags/operation_request_body_api/post_not_more_complex_schema_request_body.md) [_NotApi](docs/apis/tags/_not_api.md).[post_not_more_complex_schema_request_body](docs/apis/tags/_not_api/post_not_more_complex_schema_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_not_more_complex_schema_request_body](docs/apis/tags/path_post_api/post_not_more_complex_schema_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_not_more_complex_schema_request_body](docs/apis/tags/content_type_json_api/post_not_more_complex_schema_request_body.md) | -/requestBody/postNotRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_not_request_body](docs/apis/tags/operation_request_body_api/post_not_request_body.md) [_NotApi](docs/apis/tags/_not_api.md).[post_not_request_body](docs/apis/tags/_not_api/post_not_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_not_request_body](docs/apis/tags/path_post_api/post_not_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_not_request_body](docs/apis/tags/content_type_json_api/post_not_request_body.md) | -/requestBody/postNulCharactersInStringsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_nul_characters_in_strings_request_body](docs/apis/tags/operation_request_body_api/post_nul_characters_in_strings_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_nul_characters_in_strings_request_body](docs/apis/tags/path_post_api/post_nul_characters_in_strings_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nul_characters_in_strings_request_body](docs/apis/tags/content_type_json_api/post_nul_characters_in_strings_request_body.md) [EnumApi](docs/apis/tags/enum_api.md).[post_nul_characters_in_strings_request_body](docs/apis/tags/enum_api/post_nul_characters_in_strings_request_body.md) | -/requestBody/postNullTypeMatchesOnlyTheNullObjectRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_null_type_matches_only_the_null_object_request_body](docs/apis/tags/operation_request_body_api/post_null_type_matches_only_the_null_object_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_null_type_matches_only_the_null_object_request_body](docs/apis/tags/path_post_api/post_null_type_matches_only_the_null_object_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_null_type_matches_only_the_null_object_request_body](docs/apis/tags/content_type_json_api/post_null_type_matches_only_the_null_object_request_body.md) [TypeApi](docs/apis/tags/type_api.md).[post_null_type_matches_only_the_null_object_request_body](docs/apis/tags/type_api/post_null_type_matches_only_the_null_object_request_body.md) | -/requestBody/postNumberTypeMatchesNumbersRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_number_type_matches_numbers_request_body](docs/apis/tags/operation_request_body_api/post_number_type_matches_numbers_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_number_type_matches_numbers_request_body](docs/apis/tags/path_post_api/post_number_type_matches_numbers_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_number_type_matches_numbers_request_body](docs/apis/tags/content_type_json_api/post_number_type_matches_numbers_request_body.md) [TypeApi](docs/apis/tags/type_api.md).[post_number_type_matches_numbers_request_body](docs/apis/tags/type_api/post_number_type_matches_numbers_request_body.md) | -/requestBody/postObjectPropertiesValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_object_properties_validation_request_body](docs/apis/tags/operation_request_body_api/post_object_properties_validation_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_object_properties_validation_request_body](docs/apis/tags/path_post_api/post_object_properties_validation_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_object_properties_validation_request_body](docs/apis/tags/content_type_json_api/post_object_properties_validation_request_body.md) [PropertiesApi](docs/apis/tags/properties_api.md).[post_object_properties_validation_request_body](docs/apis/tags/properties_api/post_object_properties_validation_request_body.md) | -/requestBody/postObjectTypeMatchesObjectsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_object_type_matches_objects_request_body](docs/apis/tags/operation_request_body_api/post_object_type_matches_objects_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_object_type_matches_objects_request_body](docs/apis/tags/path_post_api/post_object_type_matches_objects_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_object_type_matches_objects_request_body](docs/apis/tags/content_type_json_api/post_object_type_matches_objects_request_body.md) [TypeApi](docs/apis/tags/type_api.md).[post_object_type_matches_objects_request_body](docs/apis/tags/type_api/post_object_type_matches_objects_request_body.md) | -/requestBody/postOneofComplexTypesRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_oneof_complex_types_request_body](docs/apis/tags/operation_request_body_api/post_oneof_complex_types_request_body.md) [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_complex_types_request_body](docs/apis/tags/one_of_api/post_oneof_complex_types_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_complex_types_request_body](docs/apis/tags/path_post_api/post_oneof_complex_types_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_complex_types_request_body](docs/apis/tags/content_type_json_api/post_oneof_complex_types_request_body.md) | -/requestBody/postOneofRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_oneof_request_body](docs/apis/tags/operation_request_body_api/post_oneof_request_body.md) [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_request_body](docs/apis/tags/one_of_api/post_oneof_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_request_body](docs/apis/tags/path_post_api/post_oneof_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_request_body](docs/apis/tags/content_type_json_api/post_oneof_request_body.md) | -/requestBody/postOneofWithBaseSchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_oneof_with_base_schema_request_body](docs/apis/tags/operation_request_body_api/post_oneof_with_base_schema_request_body.md) [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_with_base_schema_request_body](docs/apis/tags/one_of_api/post_oneof_with_base_schema_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_with_base_schema_request_body](docs/apis/tags/path_post_api/post_oneof_with_base_schema_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_with_base_schema_request_body](docs/apis/tags/content_type_json_api/post_oneof_with_base_schema_request_body.md) | -/requestBody/postOneofWithEmptySchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_oneof_with_empty_schema_request_body](docs/apis/tags/operation_request_body_api/post_oneof_with_empty_schema_request_body.md) [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_with_empty_schema_request_body](docs/apis/tags/one_of_api/post_oneof_with_empty_schema_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_with_empty_schema_request_body](docs/apis/tags/path_post_api/post_oneof_with_empty_schema_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_with_empty_schema_request_body](docs/apis/tags/content_type_json_api/post_oneof_with_empty_schema_request_body.md) | -/requestBody/postOneofWithRequiredRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_oneof_with_required_request_body](docs/apis/tags/operation_request_body_api/post_oneof_with_required_request_body.md) [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_with_required_request_body](docs/apis/tags/one_of_api/post_oneof_with_required_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_with_required_request_body](docs/apis/tags/path_post_api/post_oneof_with_required_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_with_required_request_body](docs/apis/tags/content_type_json_api/post_oneof_with_required_request_body.md) | -/requestBody/postPatternIsNotAnchoredRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_pattern_is_not_anchored_request_body](docs/apis/tags/operation_request_body_api/post_pattern_is_not_anchored_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_pattern_is_not_anchored_request_body](docs/apis/tags/path_post_api/post_pattern_is_not_anchored_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_pattern_is_not_anchored_request_body](docs/apis/tags/content_type_json_api/post_pattern_is_not_anchored_request_body.md) [PatternApi](docs/apis/tags/pattern_api.md).[post_pattern_is_not_anchored_request_body](docs/apis/tags/pattern_api/post_pattern_is_not_anchored_request_body.md) | -/requestBody/postPatternValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_pattern_validation_request_body](docs/apis/tags/operation_request_body_api/post_pattern_validation_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_pattern_validation_request_body](docs/apis/tags/path_post_api/post_pattern_validation_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_pattern_validation_request_body](docs/apis/tags/content_type_json_api/post_pattern_validation_request_body.md) [PatternApi](docs/apis/tags/pattern_api.md).[post_pattern_validation_request_body](docs/apis/tags/pattern_api/post_pattern_validation_request_body.md) | -/requestBody/postPropertiesWithEscapedCharactersRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_properties_with_escaped_characters_request_body](docs/apis/tags/operation_request_body_api/post_properties_with_escaped_characters_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_properties_with_escaped_characters_request_body](docs/apis/tags/path_post_api/post_properties_with_escaped_characters_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_properties_with_escaped_characters_request_body](docs/apis/tags/content_type_json_api/post_properties_with_escaped_characters_request_body.md) [PropertiesApi](docs/apis/tags/properties_api.md).[post_properties_with_escaped_characters_request_body](docs/apis/tags/properties_api/post_properties_with_escaped_characters_request_body.md) | -/requestBody/postPropertyNamedRefThatIsNotAReferenceRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_property_named_ref_that_is_not_a_reference_request_body](docs/apis/tags/operation_request_body_api/post_property_named_ref_that_is_not_a_reference_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_property_named_ref_that_is_not_a_reference_request_body](docs/apis/tags/path_post_api/post_property_named_ref_that_is_not_a_reference_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_property_named_ref_that_is_not_a_reference_request_body](docs/apis/tags/content_type_json_api/post_property_named_ref_that_is_not_a_reference_request_body.md) [RefApi](docs/apis/tags/ref_api.md).[post_property_named_ref_that_is_not_a_reference_request_body](docs/apis/tags/ref_api/post_property_named_ref_that_is_not_a_reference_request_body.md) | -/requestBody/postRefInAdditionalpropertiesRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ref_in_additionalproperties_request_body](docs/apis/tags/operation_request_body_api/post_ref_in_additionalproperties_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_additionalproperties_request_body](docs/apis/tags/path_post_api/post_ref_in_additionalproperties_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_additionalproperties_request_body](docs/apis/tags/content_type_json_api/post_ref_in_additionalproperties_request_body.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_additionalproperties_request_body](docs/apis/tags/ref_api/post_ref_in_additionalproperties_request_body.md) | -/requestBody/postRefInAllofRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ref_in_allof_request_body](docs/apis/tags/operation_request_body_api/post_ref_in_allof_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_allof_request_body](docs/apis/tags/path_post_api/post_ref_in_allof_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_allof_request_body](docs/apis/tags/content_type_json_api/post_ref_in_allof_request_body.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_allof_request_body](docs/apis/tags/ref_api/post_ref_in_allof_request_body.md) | -/requestBody/postRefInAnyofRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ref_in_anyof_request_body](docs/apis/tags/operation_request_body_api/post_ref_in_anyof_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_anyof_request_body](docs/apis/tags/path_post_api/post_ref_in_anyof_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_anyof_request_body](docs/apis/tags/content_type_json_api/post_ref_in_anyof_request_body.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_anyof_request_body](docs/apis/tags/ref_api/post_ref_in_anyof_request_body.md) | -/requestBody/postRefInItemsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ref_in_items_request_body](docs/apis/tags/operation_request_body_api/post_ref_in_items_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_items_request_body](docs/apis/tags/path_post_api/post_ref_in_items_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_items_request_body](docs/apis/tags/content_type_json_api/post_ref_in_items_request_body.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_items_request_body](docs/apis/tags/ref_api/post_ref_in_items_request_body.md) | -/requestBody/postRefInNotRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ref_in_not_request_body](docs/apis/tags/operation_request_body_api/post_ref_in_not_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_not_request_body](docs/apis/tags/path_post_api/post_ref_in_not_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_not_request_body](docs/apis/tags/content_type_json_api/post_ref_in_not_request_body.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_not_request_body](docs/apis/tags/ref_api/post_ref_in_not_request_body.md) | -/requestBody/postRefInOneofRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ref_in_oneof_request_body](docs/apis/tags/operation_request_body_api/post_ref_in_oneof_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_oneof_request_body](docs/apis/tags/path_post_api/post_ref_in_oneof_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_oneof_request_body](docs/apis/tags/content_type_json_api/post_ref_in_oneof_request_body.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_oneof_request_body](docs/apis/tags/ref_api/post_ref_in_oneof_request_body.md) | -/requestBody/postRefInPropertyRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ref_in_property_request_body](docs/apis/tags/operation_request_body_api/post_ref_in_property_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_property_request_body](docs/apis/tags/path_post_api/post_ref_in_property_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_property_request_body](docs/apis/tags/content_type_json_api/post_ref_in_property_request_body.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_property_request_body](docs/apis/tags/ref_api/post_ref_in_property_request_body.md) | -/requestBody/postRequiredDefaultValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_required_default_validation_request_body](docs/apis/tags/operation_request_body_api/post_required_default_validation_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_default_validation_request_body](docs/apis/tags/path_post_api/post_required_default_validation_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_default_validation_request_body](docs/apis/tags/content_type_json_api/post_required_default_validation_request_body.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_default_validation_request_body](docs/apis/tags/required_api/post_required_default_validation_request_body.md) | -/requestBody/postRequiredValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_required_validation_request_body](docs/apis/tags/operation_request_body_api/post_required_validation_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_validation_request_body](docs/apis/tags/path_post_api/post_required_validation_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_validation_request_body](docs/apis/tags/content_type_json_api/post_required_validation_request_body.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_validation_request_body](docs/apis/tags/required_api/post_required_validation_request_body.md) | -/requestBody/postRequiredWithEmptyArrayRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_required_with_empty_array_request_body](docs/apis/tags/operation_request_body_api/post_required_with_empty_array_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_with_empty_array_request_body](docs/apis/tags/path_post_api/post_required_with_empty_array_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_with_empty_array_request_body](docs/apis/tags/content_type_json_api/post_required_with_empty_array_request_body.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_with_empty_array_request_body](docs/apis/tags/required_api/post_required_with_empty_array_request_body.md) | -/requestBody/postRequiredWithEscapedCharactersRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_required_with_escaped_characters_request_body](docs/apis/tags/operation_request_body_api/post_required_with_escaped_characters_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_with_escaped_characters_request_body](docs/apis/tags/path_post_api/post_required_with_escaped_characters_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_with_escaped_characters_request_body](docs/apis/tags/content_type_json_api/post_required_with_escaped_characters_request_body.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_with_escaped_characters_request_body](docs/apis/tags/required_api/post_required_with_escaped_characters_request_body.md) | -/requestBody/postSimpleEnumValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_simple_enum_validation_request_body](docs/apis/tags/operation_request_body_api/post_simple_enum_validation_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_simple_enum_validation_request_body](docs/apis/tags/path_post_api/post_simple_enum_validation_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_simple_enum_validation_request_body](docs/apis/tags/content_type_json_api/post_simple_enum_validation_request_body.md) [EnumApi](docs/apis/tags/enum_api.md).[post_simple_enum_validation_request_body](docs/apis/tags/enum_api/post_simple_enum_validation_request_body.md) | -/requestBody/postStringTypeMatchesStringsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_string_type_matches_strings_request_body](docs/apis/tags/operation_request_body_api/post_string_type_matches_strings_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_string_type_matches_strings_request_body](docs/apis/tags/path_post_api/post_string_type_matches_strings_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_string_type_matches_strings_request_body](docs/apis/tags/content_type_json_api/post_string_type_matches_strings_request_body.md) [TypeApi](docs/apis/tags/type_api.md).[post_string_type_matches_strings_request_body](docs/apis/tags/type_api/post_string_type_matches_strings_request_body.md) | -/requestBody/postTheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body](docs/apis/tags/operation_request_body_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md) [DefaultApi](docs/apis/tags/default_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body](docs/apis/tags/default_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body](docs/apis/tags/path_post_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body](docs/apis/tags/content_type_json_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md) | -/requestBody/postUniqueitemsFalseValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_uniqueitems_false_validation_request_body](docs/apis/tags/operation_request_body_api/post_uniqueitems_false_validation_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_uniqueitems_false_validation_request_body](docs/apis/tags/path_post_api/post_uniqueitems_false_validation_request_body.md) [UniqueItemsApi](docs/apis/tags/unique_items_api.md).[post_uniqueitems_false_validation_request_body](docs/apis/tags/unique_items_api/post_uniqueitems_false_validation_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uniqueitems_false_validation_request_body](docs/apis/tags/content_type_json_api/post_uniqueitems_false_validation_request_body.md) | -/requestBody/postUniqueitemsValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_uniqueitems_validation_request_body](docs/apis/tags/operation_request_body_api/post_uniqueitems_validation_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_uniqueitems_validation_request_body](docs/apis/tags/path_post_api/post_uniqueitems_validation_request_body.md) [UniqueItemsApi](docs/apis/tags/unique_items_api.md).[post_uniqueitems_validation_request_body](docs/apis/tags/unique_items_api/post_uniqueitems_validation_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uniqueitems_validation_request_body](docs/apis/tags/content_type_json_api/post_uniqueitems_validation_request_body.md) | -/requestBody/postUriFormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_uri_format_request_body](docs/apis/tags/operation_request_body_api/post_uri_format_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_uri_format_request_body](docs/apis/tags/path_post_api/post_uri_format_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uri_format_request_body](docs/apis/tags/content_type_json_api/post_uri_format_request_body.md) [FormatApi](docs/apis/tags/format_api.md).[post_uri_format_request_body](docs/apis/tags/format_api/post_uri_format_request_body.md) | -/requestBody/postUriReferenceFormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_uri_reference_format_request_body](docs/apis/tags/operation_request_body_api/post_uri_reference_format_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_uri_reference_format_request_body](docs/apis/tags/path_post_api/post_uri_reference_format_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uri_reference_format_request_body](docs/apis/tags/content_type_json_api/post_uri_reference_format_request_body.md) [FormatApi](docs/apis/tags/format_api.md).[post_uri_reference_format_request_body](docs/apis/tags/format_api/post_uri_reference_format_request_body.md) | -/requestBody/postUriTemplateFormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_uri_template_format_request_body](docs/apis/tags/operation_request_body_api/post_uri_template_format_request_body.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_uri_template_format_request_body](docs/apis/tags/path_post_api/post_uri_template_format_request_body.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uri_template_format_request_body](docs/apis/tags/content_type_json_api/post_uri_template_format_request_body.md) [FormatApi](docs/apis/tags/format_api.md).[post_uri_template_format_request_body](docs/apis/tags/format_api/post_uri_template_format_request_body.md) | -/responseBody/postAdditionalpropertiesAllowsASchemaWhichShouldValidateResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types](docs/apis/tags/path_post_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types](docs/apis/tags/additional_properties_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md) | -/responseBody/postAdditionalpropertiesAreAllowedByDefaultResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_are_allowed_by_default_response_body_for_content_types](docs/apis/tags/path_post_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_are_allowed_by_default_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_are_allowed_by_default_response_body_for_content_types](docs/apis/tags/additional_properties_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_additionalproperties_are_allowed_by_default_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md) | -/responseBody/postAdditionalpropertiesCanExistByItselfResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_can_exist_by_itself_response_body_for_content_types](docs/apis/tags/path_post_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_can_exist_by_itself_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_can_exist_by_itself_response_body_for_content_types](docs/apis/tags/additional_properties_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_additionalproperties_can_exist_by_itself_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md) | -/responseBody/postAdditionalpropertiesShouldNotLookInApplicatorsResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types](docs/apis/tags/path_post_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types](docs/apis/tags/additional_properties_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md) | -/responseBody/postAllofCombinedWithAnyofOneofResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_combined_with_anyof_oneof_response_body_for_content_types](docs/apis/tags/all_of_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_combined_with_anyof_oneof_response_body_for_content_types](docs/apis/tags/path_post_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_combined_with_anyof_oneof_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_combined_with_anyof_oneof_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md) | -/responseBody/postAllofResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_response_body_for_content_types](docs/apis/tags/all_of_api/post_allof_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_response_body_for_content_types](docs/apis/tags/path_post_api/post_allof_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_allof_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_allof_response_body_for_content_types.md) | -/responseBody/postAllofSimpleTypesResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_simple_types_response_body_for_content_types](docs/apis/tags/all_of_api/post_allof_simple_types_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_simple_types_response_body_for_content_types](docs/apis/tags/path_post_api/post_allof_simple_types_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_simple_types_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_allof_simple_types_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_simple_types_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_allof_simple_types_response_body_for_content_types.md) | -/responseBody/postAllofWithBaseSchemaResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_base_schema_response_body_for_content_types](docs/apis/tags/all_of_api/post_allof_with_base_schema_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_base_schema_response_body_for_content_types](docs/apis/tags/path_post_api/post_allof_with_base_schema_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_base_schema_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_allof_with_base_schema_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_with_base_schema_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_allof_with_base_schema_response_body_for_content_types.md) | -/responseBody/postAllofWithOneEmptySchemaResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_one_empty_schema_response_body_for_content_types](docs/apis/tags/all_of_api/post_allof_with_one_empty_schema_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_one_empty_schema_response_body_for_content_types](docs/apis/tags/path_post_api/post_allof_with_one_empty_schema_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_one_empty_schema_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_allof_with_one_empty_schema_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_with_one_empty_schema_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_allof_with_one_empty_schema_response_body_for_content_types.md) | -/responseBody/postAllofWithTheFirstEmptySchemaResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_the_first_empty_schema_response_body_for_content_types](docs/apis/tags/all_of_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_the_first_empty_schema_response_body_for_content_types](docs/apis/tags/path_post_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_the_first_empty_schema_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_with_the_first_empty_schema_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md) | -/responseBody/postAllofWithTheLastEmptySchemaResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_the_last_empty_schema_response_body_for_content_types](docs/apis/tags/all_of_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_the_last_empty_schema_response_body_for_content_types](docs/apis/tags/path_post_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_the_last_empty_schema_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_with_the_last_empty_schema_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md) | -/responseBody/postAllofWithTwoEmptySchemasResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_two_empty_schemas_response_body_for_content_types](docs/apis/tags/all_of_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_two_empty_schemas_response_body_for_content_types](docs/apis/tags/path_post_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_two_empty_schemas_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_with_two_empty_schemas_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md) | -/responseBody/postAnyofComplexTypesResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_complex_types_response_body_for_content_types](docs/apis/tags/path_post_api/post_anyof_complex_types_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_complex_types_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_anyof_complex_types_response_body_for_content_types.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_complex_types_response_body_for_content_types](docs/apis/tags/any_of_api/post_anyof_complex_types_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_anyof_complex_types_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_anyof_complex_types_response_body_for_content_types.md) | -/responseBody/postAnyofResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_response_body_for_content_types](docs/apis/tags/path_post_api/post_anyof_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_anyof_response_body_for_content_types.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_response_body_for_content_types](docs/apis/tags/any_of_api/post_anyof_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_anyof_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_anyof_response_body_for_content_types.md) | -/responseBody/postAnyofWithBaseSchemaResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_with_base_schema_response_body_for_content_types](docs/apis/tags/path_post_api/post_anyof_with_base_schema_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_with_base_schema_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_anyof_with_base_schema_response_body_for_content_types.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_with_base_schema_response_body_for_content_types](docs/apis/tags/any_of_api/post_anyof_with_base_schema_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_anyof_with_base_schema_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_anyof_with_base_schema_response_body_for_content_types.md) | -/responseBody/postAnyofWithOneEmptySchemaResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_with_one_empty_schema_response_body_for_content_types](docs/apis/tags/path_post_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_with_one_empty_schema_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_with_one_empty_schema_response_body_for_content_types](docs/apis/tags/any_of_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_anyof_with_one_empty_schema_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md) | -/responseBody/postArrayTypeMatchesArraysResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_array_type_matches_arrays_response_body_for_content_types](docs/apis/tags/path_post_api/post_array_type_matches_arrays_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_array_type_matches_arrays_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_array_type_matches_arrays_response_body_for_content_types.md) [TypeApi](docs/apis/tags/type_api.md).[post_array_type_matches_arrays_response_body_for_content_types](docs/apis/tags/type_api/post_array_type_matches_arrays_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_array_type_matches_arrays_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_array_type_matches_arrays_response_body_for_content_types.md) | -/responseBody/postBooleanTypeMatchesBooleansResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_boolean_type_matches_booleans_response_body_for_content_types](docs/apis/tags/path_post_api/post_boolean_type_matches_booleans_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_boolean_type_matches_booleans_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_boolean_type_matches_booleans_response_body_for_content_types.md) [TypeApi](docs/apis/tags/type_api.md).[post_boolean_type_matches_booleans_response_body_for_content_types](docs/apis/tags/type_api/post_boolean_type_matches_booleans_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_boolean_type_matches_booleans_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_boolean_type_matches_booleans_response_body_for_content_types.md) | -/responseBody/postByIntResponseBodyForContentTypes **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_by_int_response_body_for_content_types](docs/apis/tags/multiple_of_api/post_by_int_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_by_int_response_body_for_content_types](docs/apis/tags/path_post_api/post_by_int_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_by_int_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_by_int_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_by_int_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_by_int_response_body_for_content_types.md) | -/responseBody/postByNumberResponseBodyForContentTypes **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_by_number_response_body_for_content_types](docs/apis/tags/multiple_of_api/post_by_number_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_by_number_response_body_for_content_types](docs/apis/tags/path_post_api/post_by_number_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_by_number_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_by_number_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_by_number_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_by_number_response_body_for_content_types.md) | -/responseBody/postBySmallNumberResponseBodyForContentTypes **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_by_small_number_response_body_for_content_types](docs/apis/tags/multiple_of_api/post_by_small_number_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_by_small_number_response_body_for_content_types](docs/apis/tags/path_post_api/post_by_small_number_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_by_small_number_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_by_small_number_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_by_small_number_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_by_small_number_response_body_for_content_types.md) | -/responseBody/postDateTimeFormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_date_time_format_response_body_for_content_types](docs/apis/tags/path_post_api/post_date_time_format_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_date_time_format_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_date_time_format_response_body_for_content_types.md) [FormatApi](docs/apis/tags/format_api.md).[post_date_time_format_response_body_for_content_types](docs/apis/tags/format_api/post_date_time_format_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_date_time_format_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_date_time_format_response_body_for_content_types.md) | -/responseBody/postEmailFormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_email_format_response_body_for_content_types](docs/apis/tags/path_post_api/post_email_format_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_email_format_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_email_format_response_body_for_content_types.md) [FormatApi](docs/apis/tags/format_api.md).[post_email_format_response_body_for_content_types](docs/apis/tags/format_api/post_email_format_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_email_format_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_email_format_response_body_for_content_types.md) | -/responseBody/postEnumWith0DoesNotMatchFalseResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with0_does_not_match_false_response_body_for_content_types](docs/apis/tags/path_post_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with0_does_not_match_false_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_enum_with0_does_not_match_false_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with0_does_not_match_false_response_body_for_content_types](docs/apis/tags/enum_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md) | -/responseBody/postEnumWith1DoesNotMatchTrueResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with1_does_not_match_true_response_body_for_content_types](docs/apis/tags/path_post_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with1_does_not_match_true_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_enum_with1_does_not_match_true_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with1_does_not_match_true_response_body_for_content_types](docs/apis/tags/enum_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md) | -/responseBody/postEnumWithEscapedCharactersResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with_escaped_characters_response_body_for_content_types](docs/apis/tags/path_post_api/post_enum_with_escaped_characters_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with_escaped_characters_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_enum_with_escaped_characters_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_enum_with_escaped_characters_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_enum_with_escaped_characters_response_body_for_content_types.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with_escaped_characters_response_body_for_content_types](docs/apis/tags/enum_api/post_enum_with_escaped_characters_response_body_for_content_types.md) | -/responseBody/postEnumWithFalseDoesNotMatch0ResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with_false_does_not_match0_response_body_for_content_types](docs/apis/tags/path_post_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with_false_does_not_match0_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_enum_with_false_does_not_match0_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with_false_does_not_match0_response_body_for_content_types](docs/apis/tags/enum_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md) | -/responseBody/postEnumWithTrueDoesNotMatch1ResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with_true_does_not_match1_response_body_for_content_types](docs/apis/tags/path_post_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with_true_does_not_match1_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_enum_with_true_does_not_match1_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with_true_does_not_match1_response_body_for_content_types](docs/apis/tags/enum_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md) | -/responseBody/postEnumsInPropertiesResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_enums_in_properties_response_body_for_content_types](docs/apis/tags/path_post_api/post_enums_in_properties_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enums_in_properties_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_enums_in_properties_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_enums_in_properties_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_enums_in_properties_response_body_for_content_types.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enums_in_properties_response_body_for_content_types](docs/apis/tags/enum_api/post_enums_in_properties_response_body_for_content_types.md) | -/responseBody/postForbiddenPropertyResponseBodyForContentTypes **post** | [_NotApi](docs/apis/tags/_not_api.md).[post_forbidden_property_response_body_for_content_types](docs/apis/tags/_not_api/post_forbidden_property_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_forbidden_property_response_body_for_content_types](docs/apis/tags/path_post_api/post_forbidden_property_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_forbidden_property_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_forbidden_property_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_forbidden_property_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_forbidden_property_response_body_for_content_types.md) | -/responseBody/postHostnameFormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_hostname_format_response_body_for_content_types](docs/apis/tags/path_post_api/post_hostname_format_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_hostname_format_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_hostname_format_response_body_for_content_types.md) [FormatApi](docs/apis/tags/format_api.md).[post_hostname_format_response_body_for_content_types](docs/apis/tags/format_api/post_hostname_format_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_hostname_format_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_hostname_format_response_body_for_content_types.md) | -/responseBody/postIntegerTypeMatchesIntegersResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_integer_type_matches_integers_response_body_for_content_types](docs/apis/tags/path_post_api/post_integer_type_matches_integers_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_integer_type_matches_integers_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_integer_type_matches_integers_response_body_for_content_types.md) [TypeApi](docs/apis/tags/type_api.md).[post_integer_type_matches_integers_response_body_for_content_types](docs/apis/tags/type_api/post_integer_type_matches_integers_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_integer_type_matches_integers_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_integer_type_matches_integers_response_body_for_content_types.md) | -/responseBody/postInvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfResponseBodyForContentTypes **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types](docs/apis/tags/multiple_of_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types](docs/apis/tags/path_post_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md) | -/responseBody/postInvalidStringValueForDefaultResponseBodyForContentTypes **post** | [DefaultApi](docs/apis/tags/default_api.md).[post_invalid_string_value_for_default_response_body_for_content_types](docs/apis/tags/default_api/post_invalid_string_value_for_default_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_invalid_string_value_for_default_response_body_for_content_types](docs/apis/tags/path_post_api/post_invalid_string_value_for_default_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_invalid_string_value_for_default_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_invalid_string_value_for_default_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_invalid_string_value_for_default_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_invalid_string_value_for_default_response_body_for_content_types.md) | -/responseBody/postIpv4FormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ipv4_format_response_body_for_content_types](docs/apis/tags/path_post_api/post_ipv4_format_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ipv4_format_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_ipv4_format_response_body_for_content_types.md) [FormatApi](docs/apis/tags/format_api.md).[post_ipv4_format_response_body_for_content_types](docs/apis/tags/format_api/post_ipv4_format_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ipv4_format_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_ipv4_format_response_body_for_content_types.md) | -/responseBody/postIpv6FormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ipv6_format_response_body_for_content_types](docs/apis/tags/path_post_api/post_ipv6_format_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ipv6_format_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_ipv6_format_response_body_for_content_types.md) [FormatApi](docs/apis/tags/format_api.md).[post_ipv6_format_response_body_for_content_types](docs/apis/tags/format_api/post_ipv6_format_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ipv6_format_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_ipv6_format_response_body_for_content_types.md) | -/responseBody/postJsonPointerFormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_json_pointer_format_response_body_for_content_types](docs/apis/tags/path_post_api/post_json_pointer_format_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_json_pointer_format_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_json_pointer_format_response_body_for_content_types.md) [FormatApi](docs/apis/tags/format_api.md).[post_json_pointer_format_response_body_for_content_types](docs/apis/tags/format_api/post_json_pointer_format_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_json_pointer_format_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_json_pointer_format_response_body_for_content_types.md) | -/responseBody/postMaximumValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_maximum_validation_response_body_for_content_types](docs/apis/tags/path_post_api/post_maximum_validation_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maximum_validation_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_maximum_validation_response_body_for_content_types.md) [MaximumApi](docs/apis/tags/maximum_api.md).[post_maximum_validation_response_body_for_content_types](docs/apis/tags/maximum_api/post_maximum_validation_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_maximum_validation_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_maximum_validation_response_body_for_content_types.md) | -/responseBody/postMaximumValidationWithUnsignedIntegerResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_maximum_validation_with_unsigned_integer_response_body_for_content_types](docs/apis/tags/path_post_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maximum_validation_with_unsigned_integer_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md) [MaximumApi](docs/apis/tags/maximum_api.md).[post_maximum_validation_with_unsigned_integer_response_body_for_content_types](docs/apis/tags/maximum_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_maximum_validation_with_unsigned_integer_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md) | -/responseBody/postMaxitemsValidationResponseBodyForContentTypes **post** | [MaxItemsApi](docs/apis/tags/max_items_api.md).[post_maxitems_validation_response_body_for_content_types](docs/apis/tags/max_items_api/post_maxitems_validation_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxitems_validation_response_body_for_content_types](docs/apis/tags/path_post_api/post_maxitems_validation_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxitems_validation_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_maxitems_validation_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_maxitems_validation_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_maxitems_validation_response_body_for_content_types.md) | -/responseBody/postMaxlengthValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxlength_validation_response_body_for_content_types](docs/apis/tags/path_post_api/post_maxlength_validation_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxlength_validation_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_maxlength_validation_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_maxlength_validation_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_maxlength_validation_response_body_for_content_types.md) [MaxLengthApi](docs/apis/tags/max_length_api.md).[post_maxlength_validation_response_body_for_content_types](docs/apis/tags/max_length_api/post_maxlength_validation_response_body_for_content_types.md) | -/responseBody/postMaxproperties0MeansTheObjectIsEmptyResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxproperties0_means_the_object_is_empty_response_body_for_content_types](docs/apis/tags/path_post_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxproperties0_means_the_object_is_empty_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md) [MaxPropertiesApi](docs/apis/tags/max_properties_api.md).[post_maxproperties0_means_the_object_is_empty_response_body_for_content_types](docs/apis/tags/max_properties_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_maxproperties0_means_the_object_is_empty_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md) | -/responseBody/postMaxpropertiesValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxproperties_validation_response_body_for_content_types](docs/apis/tags/path_post_api/post_maxproperties_validation_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxproperties_validation_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_maxproperties_validation_response_body_for_content_types.md) [MaxPropertiesApi](docs/apis/tags/max_properties_api.md).[post_maxproperties_validation_response_body_for_content_types](docs/apis/tags/max_properties_api/post_maxproperties_validation_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_maxproperties_validation_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_maxproperties_validation_response_body_for_content_types.md) | -/responseBody/postMinimumValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_minimum_validation_response_body_for_content_types](docs/apis/tags/path_post_api/post_minimum_validation_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minimum_validation_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_minimum_validation_response_body_for_content_types.md) [MinimumApi](docs/apis/tags/minimum_api.md).[post_minimum_validation_response_body_for_content_types](docs/apis/tags/minimum_api/post_minimum_validation_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_minimum_validation_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_minimum_validation_response_body_for_content_types.md) | -/responseBody/postMinimumValidationWithSignedIntegerResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_minimum_validation_with_signed_integer_response_body_for_content_types](docs/apis/tags/path_post_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minimum_validation_with_signed_integer_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md) [MinimumApi](docs/apis/tags/minimum_api.md).[post_minimum_validation_with_signed_integer_response_body_for_content_types](docs/apis/tags/minimum_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_minimum_validation_with_signed_integer_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md) | -/responseBody/postMinitemsValidationResponseBodyForContentTypes **post** | [MinItemsApi](docs/apis/tags/min_items_api.md).[post_minitems_validation_response_body_for_content_types](docs/apis/tags/min_items_api/post_minitems_validation_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_minitems_validation_response_body_for_content_types](docs/apis/tags/path_post_api/post_minitems_validation_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minitems_validation_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_minitems_validation_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_minitems_validation_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_minitems_validation_response_body_for_content_types.md) | -/responseBody/postMinlengthValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_minlength_validation_response_body_for_content_types](docs/apis/tags/path_post_api/post_minlength_validation_response_body_for_content_types.md) [MinLengthApi](docs/apis/tags/min_length_api.md).[post_minlength_validation_response_body_for_content_types](docs/apis/tags/min_length_api/post_minlength_validation_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minlength_validation_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_minlength_validation_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_minlength_validation_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_minlength_validation_response_body_for_content_types.md) | -/responseBody/postMinpropertiesValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_minproperties_validation_response_body_for_content_types](docs/apis/tags/path_post_api/post_minproperties_validation_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minproperties_validation_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_minproperties_validation_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_minproperties_validation_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_minproperties_validation_response_body_for_content_types.md) [MinPropertiesApi](docs/apis/tags/min_properties_api.md).[post_minproperties_validation_response_body_for_content_types](docs/apis/tags/min_properties_api/post_minproperties_validation_response_body_for_content_types.md) | -/responseBody/postNestedAllofToCheckValidationSemanticsResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_nested_allof_to_check_validation_semantics_response_body_for_content_types](docs/apis/tags/all_of_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_allof_to_check_validation_semantics_response_body_for_content_types](docs/apis/tags/path_post_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_allof_to_check_validation_semantics_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_nested_allof_to_check_validation_semantics_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md) | -/responseBody/postNestedAnyofToCheckValidationSemanticsResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_anyof_to_check_validation_semantics_response_body_for_content_types](docs/apis/tags/path_post_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_anyof_to_check_validation_semantics_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_nested_anyof_to_check_validation_semantics_response_body_for_content_types](docs/apis/tags/any_of_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_nested_anyof_to_check_validation_semantics_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md) | -/responseBody/postNestedItemsResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_items_response_body_for_content_types](docs/apis/tags/path_post_api/post_nested_items_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_items_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_nested_items_response_body_for_content_types.md) [ItemsApi](docs/apis/tags/items_api.md).[post_nested_items_response_body_for_content_types](docs/apis/tags/items_api/post_nested_items_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_nested_items_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_nested_items_response_body_for_content_types.md) | -/responseBody/postNestedOneofToCheckValidationSemanticsResponseBodyForContentTypes **post** | [OneOfApi](docs/apis/tags/one_of_api.md).[post_nested_oneof_to_check_validation_semantics_response_body_for_content_types](docs/apis/tags/one_of_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_oneof_to_check_validation_semantics_response_body_for_content_types](docs/apis/tags/path_post_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_oneof_to_check_validation_semantics_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_nested_oneof_to_check_validation_semantics_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md) | -/responseBody/postNotMoreComplexSchemaResponseBodyForContentTypes **post** | [_NotApi](docs/apis/tags/_not_api.md).[post_not_more_complex_schema_response_body_for_content_types](docs/apis/tags/_not_api/post_not_more_complex_schema_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_not_more_complex_schema_response_body_for_content_types](docs/apis/tags/path_post_api/post_not_more_complex_schema_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_not_more_complex_schema_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_not_more_complex_schema_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_not_more_complex_schema_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_not_more_complex_schema_response_body_for_content_types.md) | -/responseBody/postNotResponseBodyForContentTypes **post** | [_NotApi](docs/apis/tags/_not_api.md).[post_not_response_body_for_content_types](docs/apis/tags/_not_api/post_not_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_not_response_body_for_content_types](docs/apis/tags/path_post_api/post_not_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_not_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_not_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_not_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_not_response_body_for_content_types.md) | -/responseBody/postNulCharactersInStringsResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_nul_characters_in_strings_response_body_for_content_types](docs/apis/tags/path_post_api/post_nul_characters_in_strings_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nul_characters_in_strings_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_nul_characters_in_strings_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_nul_characters_in_strings_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_nul_characters_in_strings_response_body_for_content_types.md) [EnumApi](docs/apis/tags/enum_api.md).[post_nul_characters_in_strings_response_body_for_content_types](docs/apis/tags/enum_api/post_nul_characters_in_strings_response_body_for_content_types.md) | -/responseBody/postNullTypeMatchesOnlyTheNullObjectResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_null_type_matches_only_the_null_object_response_body_for_content_types](docs/apis/tags/path_post_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_null_type_matches_only_the_null_object_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md) [TypeApi](docs/apis/tags/type_api.md).[post_null_type_matches_only_the_null_object_response_body_for_content_types](docs/apis/tags/type_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_null_type_matches_only_the_null_object_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md) | -/responseBody/postNumberTypeMatchesNumbersResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_number_type_matches_numbers_response_body_for_content_types](docs/apis/tags/path_post_api/post_number_type_matches_numbers_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_number_type_matches_numbers_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_number_type_matches_numbers_response_body_for_content_types.md) [TypeApi](docs/apis/tags/type_api.md).[post_number_type_matches_numbers_response_body_for_content_types](docs/apis/tags/type_api/post_number_type_matches_numbers_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_number_type_matches_numbers_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_number_type_matches_numbers_response_body_for_content_types.md) | -/responseBody/postObjectPropertiesValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_object_properties_validation_response_body_for_content_types](docs/apis/tags/path_post_api/post_object_properties_validation_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_object_properties_validation_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_object_properties_validation_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_object_properties_validation_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_object_properties_validation_response_body_for_content_types.md) [PropertiesApi](docs/apis/tags/properties_api.md).[post_object_properties_validation_response_body_for_content_types](docs/apis/tags/properties_api/post_object_properties_validation_response_body_for_content_types.md) | -/responseBody/postObjectTypeMatchesObjectsResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_object_type_matches_objects_response_body_for_content_types](docs/apis/tags/path_post_api/post_object_type_matches_objects_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_object_type_matches_objects_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_object_type_matches_objects_response_body_for_content_types.md) [TypeApi](docs/apis/tags/type_api.md).[post_object_type_matches_objects_response_body_for_content_types](docs/apis/tags/type_api/post_object_type_matches_objects_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_object_type_matches_objects_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_object_type_matches_objects_response_body_for_content_types.md) | -/responseBody/postOneofComplexTypesResponseBodyForContentTypes **post** | [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_complex_types_response_body_for_content_types](docs/apis/tags/one_of_api/post_oneof_complex_types_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_complex_types_response_body_for_content_types](docs/apis/tags/path_post_api/post_oneof_complex_types_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_complex_types_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_oneof_complex_types_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_oneof_complex_types_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_oneof_complex_types_response_body_for_content_types.md) | -/responseBody/postOneofResponseBodyForContentTypes **post** | [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_response_body_for_content_types](docs/apis/tags/one_of_api/post_oneof_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_response_body_for_content_types](docs/apis/tags/path_post_api/post_oneof_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_oneof_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_oneof_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_oneof_response_body_for_content_types.md) | -/responseBody/postOneofWithBaseSchemaResponseBodyForContentTypes **post** | [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_with_base_schema_response_body_for_content_types](docs/apis/tags/one_of_api/post_oneof_with_base_schema_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_with_base_schema_response_body_for_content_types](docs/apis/tags/path_post_api/post_oneof_with_base_schema_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_with_base_schema_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_oneof_with_base_schema_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_oneof_with_base_schema_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_base_schema_response_body_for_content_types.md) | -/responseBody/postOneofWithEmptySchemaResponseBodyForContentTypes **post** | [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_with_empty_schema_response_body_for_content_types](docs/apis/tags/one_of_api/post_oneof_with_empty_schema_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_with_empty_schema_response_body_for_content_types](docs/apis/tags/path_post_api/post_oneof_with_empty_schema_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_with_empty_schema_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_oneof_with_empty_schema_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_oneof_with_empty_schema_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_empty_schema_response_body_for_content_types.md) | -/responseBody/postOneofWithRequiredResponseBodyForContentTypes **post** | [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_with_required_response_body_for_content_types](docs/apis/tags/one_of_api/post_oneof_with_required_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_with_required_response_body_for_content_types](docs/apis/tags/path_post_api/post_oneof_with_required_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_with_required_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_oneof_with_required_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_oneof_with_required_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_required_response_body_for_content_types.md) | -/responseBody/postPatternIsNotAnchoredResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_pattern_is_not_anchored_response_body_for_content_types](docs/apis/tags/path_post_api/post_pattern_is_not_anchored_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_pattern_is_not_anchored_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_pattern_is_not_anchored_response_body_for_content_types.md) [PatternApi](docs/apis/tags/pattern_api.md).[post_pattern_is_not_anchored_response_body_for_content_types](docs/apis/tags/pattern_api/post_pattern_is_not_anchored_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_pattern_is_not_anchored_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_pattern_is_not_anchored_response_body_for_content_types.md) | -/responseBody/postPatternValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_pattern_validation_response_body_for_content_types](docs/apis/tags/path_post_api/post_pattern_validation_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_pattern_validation_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_pattern_validation_response_body_for_content_types.md) [PatternApi](docs/apis/tags/pattern_api.md).[post_pattern_validation_response_body_for_content_types](docs/apis/tags/pattern_api/post_pattern_validation_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_pattern_validation_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_pattern_validation_response_body_for_content_types.md) | -/responseBody/postPropertiesWithEscapedCharactersResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_properties_with_escaped_characters_response_body_for_content_types](docs/apis/tags/path_post_api/post_properties_with_escaped_characters_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_properties_with_escaped_characters_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_properties_with_escaped_characters_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_properties_with_escaped_characters_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_properties_with_escaped_characters_response_body_for_content_types.md) [PropertiesApi](docs/apis/tags/properties_api.md).[post_properties_with_escaped_characters_response_body_for_content_types](docs/apis/tags/properties_api/post_properties_with_escaped_characters_response_body_for_content_types.md) | -/responseBody/postPropertyNamedRefThatIsNotAReferenceResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_property_named_ref_that_is_not_a_reference_response_body_for_content_types](docs/apis/tags/path_post_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_property_named_ref_that_is_not_a_reference_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md) [RefApi](docs/apis/tags/ref_api.md).[post_property_named_ref_that_is_not_a_reference_response_body_for_content_types](docs/apis/tags/ref_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_property_named_ref_that_is_not_a_reference_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md) | -/responseBody/postRefInAdditionalpropertiesResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_additionalproperties_response_body_for_content_types](docs/apis/tags/path_post_api/post_ref_in_additionalproperties_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_additionalproperties_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_ref_in_additionalproperties_response_body_for_content_types.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_additionalproperties_response_body_for_content_types](docs/apis/tags/ref_api/post_ref_in_additionalproperties_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ref_in_additionalproperties_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_ref_in_additionalproperties_response_body_for_content_types.md) | -/responseBody/postRefInAllofResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_allof_response_body_for_content_types](docs/apis/tags/path_post_api/post_ref_in_allof_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_allof_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_ref_in_allof_response_body_for_content_types.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_allof_response_body_for_content_types](docs/apis/tags/ref_api/post_ref_in_allof_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ref_in_allof_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_ref_in_allof_response_body_for_content_types.md) | -/responseBody/postRefInAnyofResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_anyof_response_body_for_content_types](docs/apis/tags/path_post_api/post_ref_in_anyof_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_anyof_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_ref_in_anyof_response_body_for_content_types.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_anyof_response_body_for_content_types](docs/apis/tags/ref_api/post_ref_in_anyof_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ref_in_anyof_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_ref_in_anyof_response_body_for_content_types.md) | -/responseBody/postRefInItemsResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_items_response_body_for_content_types](docs/apis/tags/path_post_api/post_ref_in_items_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_items_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_ref_in_items_response_body_for_content_types.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_items_response_body_for_content_types](docs/apis/tags/ref_api/post_ref_in_items_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ref_in_items_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_ref_in_items_response_body_for_content_types.md) | -/responseBody/postRefInNotResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_not_response_body_for_content_types](docs/apis/tags/path_post_api/post_ref_in_not_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_not_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_ref_in_not_response_body_for_content_types.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_not_response_body_for_content_types](docs/apis/tags/ref_api/post_ref_in_not_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ref_in_not_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_ref_in_not_response_body_for_content_types.md) | -/responseBody/postRefInOneofResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_oneof_response_body_for_content_types](docs/apis/tags/path_post_api/post_ref_in_oneof_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_oneof_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_ref_in_oneof_response_body_for_content_types.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_oneof_response_body_for_content_types](docs/apis/tags/ref_api/post_ref_in_oneof_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ref_in_oneof_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_ref_in_oneof_response_body_for_content_types.md) | -/responseBody/postRefInPropertyResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_property_response_body_for_content_types](docs/apis/tags/path_post_api/post_ref_in_property_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_property_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_ref_in_property_response_body_for_content_types.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_property_response_body_for_content_types](docs/apis/tags/ref_api/post_ref_in_property_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ref_in_property_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_ref_in_property_response_body_for_content_types.md) | -/responseBody/postRequiredDefaultValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_default_validation_response_body_for_content_types](docs/apis/tags/path_post_api/post_required_default_validation_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_default_validation_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_required_default_validation_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_required_default_validation_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_required_default_validation_response_body_for_content_types.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_default_validation_response_body_for_content_types](docs/apis/tags/required_api/post_required_default_validation_response_body_for_content_types.md) | -/responseBody/postRequiredValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_validation_response_body_for_content_types](docs/apis/tags/path_post_api/post_required_validation_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_validation_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_required_validation_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_required_validation_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_required_validation_response_body_for_content_types.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_validation_response_body_for_content_types](docs/apis/tags/required_api/post_required_validation_response_body_for_content_types.md) | -/responseBody/postRequiredWithEmptyArrayResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_with_empty_array_response_body_for_content_types](docs/apis/tags/path_post_api/post_required_with_empty_array_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_with_empty_array_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_required_with_empty_array_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_required_with_empty_array_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_required_with_empty_array_response_body_for_content_types.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_with_empty_array_response_body_for_content_types](docs/apis/tags/required_api/post_required_with_empty_array_response_body_for_content_types.md) | -/responseBody/postRequiredWithEscapedCharactersResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_with_escaped_characters_response_body_for_content_types](docs/apis/tags/path_post_api/post_required_with_escaped_characters_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_with_escaped_characters_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_required_with_escaped_characters_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_required_with_escaped_characters_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_required_with_escaped_characters_response_body_for_content_types.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_with_escaped_characters_response_body_for_content_types](docs/apis/tags/required_api/post_required_with_escaped_characters_response_body_for_content_types.md) | -/responseBody/postSimpleEnumValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_simple_enum_validation_response_body_for_content_types](docs/apis/tags/path_post_api/post_simple_enum_validation_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_simple_enum_validation_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_simple_enum_validation_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_simple_enum_validation_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_simple_enum_validation_response_body_for_content_types.md) [EnumApi](docs/apis/tags/enum_api.md).[post_simple_enum_validation_response_body_for_content_types](docs/apis/tags/enum_api/post_simple_enum_validation_response_body_for_content_types.md) | -/responseBody/postStringTypeMatchesStringsResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_string_type_matches_strings_response_body_for_content_types](docs/apis/tags/path_post_api/post_string_type_matches_strings_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_string_type_matches_strings_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_string_type_matches_strings_response_body_for_content_types.md) [TypeApi](docs/apis/tags/type_api.md).[post_string_type_matches_strings_response_body_for_content_types](docs/apis/tags/type_api/post_string_type_matches_strings_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_string_type_matches_strings_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_string_type_matches_strings_response_body_for_content_types.md) | -/responseBody/postTheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingResponseBodyForContentTypes **post** | [DefaultApi](docs/apis/tags/default_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types](docs/apis/tags/default_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types](docs/apis/tags/path_post_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md) | -/responseBody/postUniqueitemsFalseValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_uniqueitems_false_validation_response_body_for_content_types](docs/apis/tags/path_post_api/post_uniqueitems_false_validation_response_body_for_content_types.md) [UniqueItemsApi](docs/apis/tags/unique_items_api.md).[post_uniqueitems_false_validation_response_body_for_content_types](docs/apis/tags/unique_items_api/post_uniqueitems_false_validation_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uniqueitems_false_validation_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_uniqueitems_false_validation_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_uniqueitems_false_validation_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_uniqueitems_false_validation_response_body_for_content_types.md) | -/responseBody/postUniqueitemsValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_uniqueitems_validation_response_body_for_content_types](docs/apis/tags/path_post_api/post_uniqueitems_validation_response_body_for_content_types.md) [UniqueItemsApi](docs/apis/tags/unique_items_api.md).[post_uniqueitems_validation_response_body_for_content_types](docs/apis/tags/unique_items_api/post_uniqueitems_validation_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uniqueitems_validation_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_uniqueitems_validation_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_uniqueitems_validation_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_uniqueitems_validation_response_body_for_content_types.md) | -/responseBody/postUriFormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_uri_format_response_body_for_content_types](docs/apis/tags/path_post_api/post_uri_format_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uri_format_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_uri_format_response_body_for_content_types.md) [FormatApi](docs/apis/tags/format_api.md).[post_uri_format_response_body_for_content_types](docs/apis/tags/format_api/post_uri_format_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_uri_format_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_uri_format_response_body_for_content_types.md) | -/responseBody/postUriReferenceFormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_uri_reference_format_response_body_for_content_types](docs/apis/tags/path_post_api/post_uri_reference_format_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uri_reference_format_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_uri_reference_format_response_body_for_content_types.md) [FormatApi](docs/apis/tags/format_api.md).[post_uri_reference_format_response_body_for_content_types](docs/apis/tags/format_api/post_uri_reference_format_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_uri_reference_format_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_uri_reference_format_response_body_for_content_types.md) | -/responseBody/postUriTemplateFormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_uri_template_format_response_body_for_content_types](docs/apis/tags/path_post_api/post_uri_template_format_response_body_for_content_types.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uri_template_format_response_body_for_content_types](docs/apis/tags/content_type_json_api/post_uri_template_format_response_body_for_content_types.md) [FormatApi](docs/apis/tags/format_api.md).[post_uri_template_format_response_body_for_content_types](docs/apis/tags/format_api/post_uri_template_format_response_body_for_content_types.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_uri_template_format_response_body_for_content_types](docs/apis/tags/response_content_content_type_schema_api/post_uri_template_format_response_body_for_content_types.md) | +/requestBody/postAdditionalpropertiesAllowsASchemaWhichShouldValidateRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_request_body](docs/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_request_body](docs/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_request_body](docs/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_request_body](docs/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post.md) | +/requestBody/postAdditionalpropertiesAreAllowedByDefaultRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_additionalproperties_are_allowed_by_default_request_body](docs/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_are_allowed_by_default_request_body](docs/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_are_allowed_by_default_request_body](docs/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_are_allowed_by_default_request_body](docs/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post.md) | +/requestBody/postAdditionalpropertiesCanExistByItselfRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_additionalproperties_can_exist_by_itself_request_body](docs/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_can_exist_by_itself_request_body](docs/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_can_exist_by_itself_request_body](docs/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_can_exist_by_itself_request_body](docs/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post.md) | +/requestBody/postAdditionalpropertiesShouldNotLookInApplicatorsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_additionalproperties_should_not_look_in_applicators_request_body](docs/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_should_not_look_in_applicators_request_body](docs/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_should_not_look_in_applicators_request_body](docs/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_should_not_look_in_applicators_request_body](docs/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post.md) | +/requestBody/postAllofCombinedWithAnyofOneofRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_combined_with_anyof_oneof_request_body](docs/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_combined_with_anyof_oneof_request_body](docs/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_combined_with_anyof_oneof_request_body](docs/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_combined_with_anyof_oneof_request_body](docs/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post.md) | +/requestBody/postAllofRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_request_body](docs/paths/request_body_post_allof_request_body/post.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_request_body](docs/paths/request_body_post_allof_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_request_body](docs/paths/request_body_post_allof_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_request_body](docs/paths/request_body_post_allof_request_body/post.md) | +/requestBody/postAllofSimpleTypesRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_simple_types_request_body](docs/paths/request_body_post_allof_simple_types_request_body/post.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_simple_types_request_body](docs/paths/request_body_post_allof_simple_types_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_simple_types_request_body](docs/paths/request_body_post_allof_simple_types_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_simple_types_request_body](docs/paths/request_body_post_allof_simple_types_request_body/post.md) | +/requestBody/postAllofWithBaseSchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_with_base_schema_request_body](docs/paths/request_body_post_allof_with_base_schema_request_body/post.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_base_schema_request_body](docs/paths/request_body_post_allof_with_base_schema_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_base_schema_request_body](docs/paths/request_body_post_allof_with_base_schema_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_base_schema_request_body](docs/paths/request_body_post_allof_with_base_schema_request_body/post.md) | +/requestBody/postAllofWithOneEmptySchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_with_one_empty_schema_request_body](docs/paths/request_body_post_allof_with_one_empty_schema_request_body/post.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_one_empty_schema_request_body](docs/paths/request_body_post_allof_with_one_empty_schema_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_one_empty_schema_request_body](docs/paths/request_body_post_allof_with_one_empty_schema_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_one_empty_schema_request_body](docs/paths/request_body_post_allof_with_one_empty_schema_request_body/post.md) | +/requestBody/postAllofWithTheFirstEmptySchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_with_the_first_empty_schema_request_body](docs/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_the_first_empty_schema_request_body](docs/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_the_first_empty_schema_request_body](docs/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_the_first_empty_schema_request_body](docs/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post.md) | +/requestBody/postAllofWithTheLastEmptySchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_with_the_last_empty_schema_request_body](docs/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_the_last_empty_schema_request_body](docs/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_the_last_empty_schema_request_body](docs/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_the_last_empty_schema_request_body](docs/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post.md) | +/requestBody/postAllofWithTwoEmptySchemasRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_allof_with_two_empty_schemas_request_body](docs/paths/request_body_post_allof_with_two_empty_schemas_request_body/post.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_two_empty_schemas_request_body](docs/paths/request_body_post_allof_with_two_empty_schemas_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_two_empty_schemas_request_body](docs/paths/request_body_post_allof_with_two_empty_schemas_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_two_empty_schemas_request_body](docs/paths/request_body_post_allof_with_two_empty_schemas_request_body/post.md) | +/requestBody/postAnyofComplexTypesRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_anyof_complex_types_request_body](docs/paths/request_body_post_anyof_complex_types_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_complex_types_request_body](docs/paths/request_body_post_anyof_complex_types_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_complex_types_request_body](docs/paths/request_body_post_anyof_complex_types_request_body/post.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_complex_types_request_body](docs/paths/request_body_post_anyof_complex_types_request_body/post.md) | +/requestBody/postAnyofRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_anyof_request_body](docs/paths/request_body_post_anyof_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_request_body](docs/paths/request_body_post_anyof_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_request_body](docs/paths/request_body_post_anyof_request_body/post.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_request_body](docs/paths/request_body_post_anyof_request_body/post.md) | +/requestBody/postAnyofWithBaseSchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_anyof_with_base_schema_request_body](docs/paths/request_body_post_anyof_with_base_schema_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_with_base_schema_request_body](docs/paths/request_body_post_anyof_with_base_schema_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_with_base_schema_request_body](docs/paths/request_body_post_anyof_with_base_schema_request_body/post.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_with_base_schema_request_body](docs/paths/request_body_post_anyof_with_base_schema_request_body/post.md) | +/requestBody/postAnyofWithOneEmptySchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_anyof_with_one_empty_schema_request_body](docs/paths/request_body_post_anyof_with_one_empty_schema_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_with_one_empty_schema_request_body](docs/paths/request_body_post_anyof_with_one_empty_schema_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_with_one_empty_schema_request_body](docs/paths/request_body_post_anyof_with_one_empty_schema_request_body/post.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_with_one_empty_schema_request_body](docs/paths/request_body_post_anyof_with_one_empty_schema_request_body/post.md) | +/requestBody/postArrayTypeMatchesArraysRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_array_type_matches_arrays_request_body](docs/paths/request_body_post_array_type_matches_arrays_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_array_type_matches_arrays_request_body](docs/paths/request_body_post_array_type_matches_arrays_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_array_type_matches_arrays_request_body](docs/paths/request_body_post_array_type_matches_arrays_request_body/post.md) [TypeApi](docs/apis/tags/type_api.md).[post_array_type_matches_arrays_request_body](docs/paths/request_body_post_array_type_matches_arrays_request_body/post.md) | +/requestBody/postBooleanTypeMatchesBooleansRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_boolean_type_matches_booleans_request_body](docs/paths/request_body_post_boolean_type_matches_booleans_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_boolean_type_matches_booleans_request_body](docs/paths/request_body_post_boolean_type_matches_booleans_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_boolean_type_matches_booleans_request_body](docs/paths/request_body_post_boolean_type_matches_booleans_request_body/post.md) [TypeApi](docs/apis/tags/type_api.md).[post_boolean_type_matches_booleans_request_body](docs/paths/request_body_post_boolean_type_matches_booleans_request_body/post.md) | +/requestBody/postByIntRequestBody **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_by_int_request_body](docs/paths/request_body_post_by_int_request_body/post.md) [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_by_int_request_body](docs/paths/request_body_post_by_int_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_by_int_request_body](docs/paths/request_body_post_by_int_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_by_int_request_body](docs/paths/request_body_post_by_int_request_body/post.md) | +/requestBody/postByNumberRequestBody **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_by_number_request_body](docs/paths/request_body_post_by_number_request_body/post.md) [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_by_number_request_body](docs/paths/request_body_post_by_number_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_by_number_request_body](docs/paths/request_body_post_by_number_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_by_number_request_body](docs/paths/request_body_post_by_number_request_body/post.md) | +/requestBody/postBySmallNumberRequestBody **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_by_small_number_request_body](docs/paths/request_body_post_by_small_number_request_body/post.md) [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_by_small_number_request_body](docs/paths/request_body_post_by_small_number_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_by_small_number_request_body](docs/paths/request_body_post_by_small_number_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_by_small_number_request_body](docs/paths/request_body_post_by_small_number_request_body/post.md) | +/requestBody/postDateTimeFormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_date_time_format_request_body](docs/paths/request_body_post_date_time_format_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_date_time_format_request_body](docs/paths/request_body_post_date_time_format_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_date_time_format_request_body](docs/paths/request_body_post_date_time_format_request_body/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_date_time_format_request_body](docs/paths/request_body_post_date_time_format_request_body/post.md) | +/requestBody/postEmailFormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_email_format_request_body](docs/paths/request_body_post_email_format_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_email_format_request_body](docs/paths/request_body_post_email_format_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_email_format_request_body](docs/paths/request_body_post_email_format_request_body/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_email_format_request_body](docs/paths/request_body_post_email_format_request_body/post.md) | +/requestBody/postEnumWith0DoesNotMatchFalseRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_enum_with0_does_not_match_false_request_body](docs/paths/request_body_post_enum_with0_does_not_match_false_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with0_does_not_match_false_request_body](docs/paths/request_body_post_enum_with0_does_not_match_false_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with0_does_not_match_false_request_body](docs/paths/request_body_post_enum_with0_does_not_match_false_request_body/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with0_does_not_match_false_request_body](docs/paths/request_body_post_enum_with0_does_not_match_false_request_body/post.md) | +/requestBody/postEnumWith1DoesNotMatchTrueRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_enum_with1_does_not_match_true_request_body](docs/paths/request_body_post_enum_with1_does_not_match_true_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with1_does_not_match_true_request_body](docs/paths/request_body_post_enum_with1_does_not_match_true_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with1_does_not_match_true_request_body](docs/paths/request_body_post_enum_with1_does_not_match_true_request_body/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with1_does_not_match_true_request_body](docs/paths/request_body_post_enum_with1_does_not_match_true_request_body/post.md) | +/requestBody/postEnumWithEscapedCharactersRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_enum_with_escaped_characters_request_body](docs/paths/request_body_post_enum_with_escaped_characters_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with_escaped_characters_request_body](docs/paths/request_body_post_enum_with_escaped_characters_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with_escaped_characters_request_body](docs/paths/request_body_post_enum_with_escaped_characters_request_body/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with_escaped_characters_request_body](docs/paths/request_body_post_enum_with_escaped_characters_request_body/post.md) | +/requestBody/postEnumWithFalseDoesNotMatch0RequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_enum_with_false_does_not_match0_request_body](docs/paths/request_body_post_enum_with_false_does_not_match0_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with_false_does_not_match0_request_body](docs/paths/request_body_post_enum_with_false_does_not_match0_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with_false_does_not_match0_request_body](docs/paths/request_body_post_enum_with_false_does_not_match0_request_body/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with_false_does_not_match0_request_body](docs/paths/request_body_post_enum_with_false_does_not_match0_request_body/post.md) | +/requestBody/postEnumWithTrueDoesNotMatch1RequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_enum_with_true_does_not_match1_request_body](docs/paths/request_body_post_enum_with_true_does_not_match1_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with_true_does_not_match1_request_body](docs/paths/request_body_post_enum_with_true_does_not_match1_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with_true_does_not_match1_request_body](docs/paths/request_body_post_enum_with_true_does_not_match1_request_body/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with_true_does_not_match1_request_body](docs/paths/request_body_post_enum_with_true_does_not_match1_request_body/post.md) | +/requestBody/postEnumsInPropertiesRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_enums_in_properties_request_body](docs/paths/request_body_post_enums_in_properties_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_enums_in_properties_request_body](docs/paths/request_body_post_enums_in_properties_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enums_in_properties_request_body](docs/paths/request_body_post_enums_in_properties_request_body/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enums_in_properties_request_body](docs/paths/request_body_post_enums_in_properties_request_body/post.md) | +/requestBody/postForbiddenPropertyRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_forbidden_property_request_body](docs/paths/request_body_post_forbidden_property_request_body/post.md) [_NotApi](docs/apis/tags/_not_api.md).[post_forbidden_property_request_body](docs/paths/request_body_post_forbidden_property_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_forbidden_property_request_body](docs/paths/request_body_post_forbidden_property_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_forbidden_property_request_body](docs/paths/request_body_post_forbidden_property_request_body/post.md) | +/requestBody/postHostnameFormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_hostname_format_request_body](docs/paths/request_body_post_hostname_format_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_hostname_format_request_body](docs/paths/request_body_post_hostname_format_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_hostname_format_request_body](docs/paths/request_body_post_hostname_format_request_body/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_hostname_format_request_body](docs/paths/request_body_post_hostname_format_request_body/post.md) | +/requestBody/postIntegerTypeMatchesIntegersRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_integer_type_matches_integers_request_body](docs/paths/request_body_post_integer_type_matches_integers_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_integer_type_matches_integers_request_body](docs/paths/request_body_post_integer_type_matches_integers_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_integer_type_matches_integers_request_body](docs/paths/request_body_post_integer_type_matches_integers_request_body/post.md) [TypeApi](docs/apis/tags/type_api.md).[post_integer_type_matches_integers_request_body](docs/paths/request_body_post_integer_type_matches_integers_request_body/post.md) | +/requestBody/postInvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfRequestBody **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body](docs/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post.md) [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body](docs/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body](docs/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body](docs/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post.md) | +/requestBody/postInvalidStringValueForDefaultRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_invalid_string_value_for_default_request_body](docs/paths/request_body_post_invalid_string_value_for_default_request_body/post.md) [DefaultApi](docs/apis/tags/default_api.md).[post_invalid_string_value_for_default_request_body](docs/paths/request_body_post_invalid_string_value_for_default_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_invalid_string_value_for_default_request_body](docs/paths/request_body_post_invalid_string_value_for_default_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_invalid_string_value_for_default_request_body](docs/paths/request_body_post_invalid_string_value_for_default_request_body/post.md) | +/requestBody/postIpv4FormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ipv4_format_request_body](docs/paths/request_body_post_ipv4_format_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ipv4_format_request_body](docs/paths/request_body_post_ipv4_format_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ipv4_format_request_body](docs/paths/request_body_post_ipv4_format_request_body/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_ipv4_format_request_body](docs/paths/request_body_post_ipv4_format_request_body/post.md) | +/requestBody/postIpv6FormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ipv6_format_request_body](docs/paths/request_body_post_ipv6_format_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ipv6_format_request_body](docs/paths/request_body_post_ipv6_format_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ipv6_format_request_body](docs/paths/request_body_post_ipv6_format_request_body/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_ipv6_format_request_body](docs/paths/request_body_post_ipv6_format_request_body/post.md) | +/requestBody/postJsonPointerFormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_json_pointer_format_request_body](docs/paths/request_body_post_json_pointer_format_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_json_pointer_format_request_body](docs/paths/request_body_post_json_pointer_format_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_json_pointer_format_request_body](docs/paths/request_body_post_json_pointer_format_request_body/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_json_pointer_format_request_body](docs/paths/request_body_post_json_pointer_format_request_body/post.md) | +/requestBody/postMaximumValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_maximum_validation_request_body](docs/paths/request_body_post_maximum_validation_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_maximum_validation_request_body](docs/paths/request_body_post_maximum_validation_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maximum_validation_request_body](docs/paths/request_body_post_maximum_validation_request_body/post.md) [MaximumApi](docs/apis/tags/maximum_api.md).[post_maximum_validation_request_body](docs/paths/request_body_post_maximum_validation_request_body/post.md) | +/requestBody/postMaximumValidationWithUnsignedIntegerRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_maximum_validation_with_unsigned_integer_request_body](docs/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_maximum_validation_with_unsigned_integer_request_body](docs/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maximum_validation_with_unsigned_integer_request_body](docs/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post.md) [MaximumApi](docs/apis/tags/maximum_api.md).[post_maximum_validation_with_unsigned_integer_request_body](docs/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post.md) | +/requestBody/postMaxitemsValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_maxitems_validation_request_body](docs/paths/request_body_post_maxitems_validation_request_body/post.md) [MaxItemsApi](docs/apis/tags/max_items_api.md).[post_maxitems_validation_request_body](docs/paths/request_body_post_maxitems_validation_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxitems_validation_request_body](docs/paths/request_body_post_maxitems_validation_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxitems_validation_request_body](docs/paths/request_body_post_maxitems_validation_request_body/post.md) | +/requestBody/postMaxlengthValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_maxlength_validation_request_body](docs/paths/request_body_post_maxlength_validation_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxlength_validation_request_body](docs/paths/request_body_post_maxlength_validation_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxlength_validation_request_body](docs/paths/request_body_post_maxlength_validation_request_body/post.md) [MaxLengthApi](docs/apis/tags/max_length_api.md).[post_maxlength_validation_request_body](docs/paths/request_body_post_maxlength_validation_request_body/post.md) | +/requestBody/postMaxproperties0MeansTheObjectIsEmptyRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_maxproperties0_means_the_object_is_empty_request_body](docs/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxproperties0_means_the_object_is_empty_request_body](docs/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxproperties0_means_the_object_is_empty_request_body](docs/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post.md) [MaxPropertiesApi](docs/apis/tags/max_properties_api.md).[post_maxproperties0_means_the_object_is_empty_request_body](docs/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post.md) | +/requestBody/postMaxpropertiesValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_maxproperties_validation_request_body](docs/paths/request_body_post_maxproperties_validation_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxproperties_validation_request_body](docs/paths/request_body_post_maxproperties_validation_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxproperties_validation_request_body](docs/paths/request_body_post_maxproperties_validation_request_body/post.md) [MaxPropertiesApi](docs/apis/tags/max_properties_api.md).[post_maxproperties_validation_request_body](docs/paths/request_body_post_maxproperties_validation_request_body/post.md) | +/requestBody/postMinimumValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_minimum_validation_request_body](docs/paths/request_body_post_minimum_validation_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_minimum_validation_request_body](docs/paths/request_body_post_minimum_validation_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minimum_validation_request_body](docs/paths/request_body_post_minimum_validation_request_body/post.md) [MinimumApi](docs/apis/tags/minimum_api.md).[post_minimum_validation_request_body](docs/paths/request_body_post_minimum_validation_request_body/post.md) | +/requestBody/postMinimumValidationWithSignedIntegerRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_minimum_validation_with_signed_integer_request_body](docs/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_minimum_validation_with_signed_integer_request_body](docs/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minimum_validation_with_signed_integer_request_body](docs/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post.md) [MinimumApi](docs/apis/tags/minimum_api.md).[post_minimum_validation_with_signed_integer_request_body](docs/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post.md) | +/requestBody/postMinitemsValidationRequestBody **post** | [MinItemsApi](docs/apis/tags/min_items_api.md).[post_minitems_validation_request_body](docs/paths/request_body_post_minitems_validation_request_body/post.md) [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_minitems_validation_request_body](docs/paths/request_body_post_minitems_validation_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_minitems_validation_request_body](docs/paths/request_body_post_minitems_validation_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minitems_validation_request_body](docs/paths/request_body_post_minitems_validation_request_body/post.md) | +/requestBody/postMinlengthValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_minlength_validation_request_body](docs/paths/request_body_post_minlength_validation_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_minlength_validation_request_body](docs/paths/request_body_post_minlength_validation_request_body/post.md) [MinLengthApi](docs/apis/tags/min_length_api.md).[post_minlength_validation_request_body](docs/paths/request_body_post_minlength_validation_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minlength_validation_request_body](docs/paths/request_body_post_minlength_validation_request_body/post.md) | +/requestBody/postMinpropertiesValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_minproperties_validation_request_body](docs/paths/request_body_post_minproperties_validation_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_minproperties_validation_request_body](docs/paths/request_body_post_minproperties_validation_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minproperties_validation_request_body](docs/paths/request_body_post_minproperties_validation_request_body/post.md) [MinPropertiesApi](docs/apis/tags/min_properties_api.md).[post_minproperties_validation_request_body](docs/paths/request_body_post_minproperties_validation_request_body/post.md) | +/requestBody/postNestedAllofToCheckValidationSemanticsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_nested_allof_to_check_validation_semantics_request_body](docs/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post.md) [AllOfApi](docs/apis/tags/all_of_api.md).[post_nested_allof_to_check_validation_semantics_request_body](docs/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_allof_to_check_validation_semantics_request_body](docs/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_allof_to_check_validation_semantics_request_body](docs/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post.md) | +/requestBody/postNestedAnyofToCheckValidationSemanticsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_nested_anyof_to_check_validation_semantics_request_body](docs/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_anyof_to_check_validation_semantics_request_body](docs/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_anyof_to_check_validation_semantics_request_body](docs/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_nested_anyof_to_check_validation_semantics_request_body](docs/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post.md) | +/requestBody/postNestedItemsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_nested_items_request_body](docs/paths/request_body_post_nested_items_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_items_request_body](docs/paths/request_body_post_nested_items_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_items_request_body](docs/paths/request_body_post_nested_items_request_body/post.md) [ItemsApi](docs/apis/tags/items_api.md).[post_nested_items_request_body](docs/paths/request_body_post_nested_items_request_body/post.md) | +/requestBody/postNestedOneofToCheckValidationSemanticsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_nested_oneof_to_check_validation_semantics_request_body](docs/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post.md) [OneOfApi](docs/apis/tags/one_of_api.md).[post_nested_oneof_to_check_validation_semantics_request_body](docs/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_oneof_to_check_validation_semantics_request_body](docs/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_oneof_to_check_validation_semantics_request_body](docs/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post.md) | +/requestBody/postNotMoreComplexSchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_not_more_complex_schema_request_body](docs/paths/request_body_post_not_more_complex_schema_request_body/post.md) [_NotApi](docs/apis/tags/_not_api.md).[post_not_more_complex_schema_request_body](docs/paths/request_body_post_not_more_complex_schema_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_not_more_complex_schema_request_body](docs/paths/request_body_post_not_more_complex_schema_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_not_more_complex_schema_request_body](docs/paths/request_body_post_not_more_complex_schema_request_body/post.md) | +/requestBody/postNotRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_not_request_body](docs/paths/request_body_post_not_request_body/post.md) [_NotApi](docs/apis/tags/_not_api.md).[post_not_request_body](docs/paths/request_body_post_not_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_not_request_body](docs/paths/request_body_post_not_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_not_request_body](docs/paths/request_body_post_not_request_body/post.md) | +/requestBody/postNulCharactersInStringsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_nul_characters_in_strings_request_body](docs/paths/request_body_post_nul_characters_in_strings_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_nul_characters_in_strings_request_body](docs/paths/request_body_post_nul_characters_in_strings_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nul_characters_in_strings_request_body](docs/paths/request_body_post_nul_characters_in_strings_request_body/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_nul_characters_in_strings_request_body](docs/paths/request_body_post_nul_characters_in_strings_request_body/post.md) | +/requestBody/postNullTypeMatchesOnlyTheNullObjectRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_null_type_matches_only_the_null_object_request_body](docs/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_null_type_matches_only_the_null_object_request_body](docs/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_null_type_matches_only_the_null_object_request_body](docs/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post.md) [TypeApi](docs/apis/tags/type_api.md).[post_null_type_matches_only_the_null_object_request_body](docs/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post.md) | +/requestBody/postNumberTypeMatchesNumbersRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_number_type_matches_numbers_request_body](docs/paths/request_body_post_number_type_matches_numbers_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_number_type_matches_numbers_request_body](docs/paths/request_body_post_number_type_matches_numbers_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_number_type_matches_numbers_request_body](docs/paths/request_body_post_number_type_matches_numbers_request_body/post.md) [TypeApi](docs/apis/tags/type_api.md).[post_number_type_matches_numbers_request_body](docs/paths/request_body_post_number_type_matches_numbers_request_body/post.md) | +/requestBody/postObjectPropertiesValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_object_properties_validation_request_body](docs/paths/request_body_post_object_properties_validation_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_object_properties_validation_request_body](docs/paths/request_body_post_object_properties_validation_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_object_properties_validation_request_body](docs/paths/request_body_post_object_properties_validation_request_body/post.md) [PropertiesApi](docs/apis/tags/properties_api.md).[post_object_properties_validation_request_body](docs/paths/request_body_post_object_properties_validation_request_body/post.md) | +/requestBody/postObjectTypeMatchesObjectsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_object_type_matches_objects_request_body](docs/paths/request_body_post_object_type_matches_objects_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_object_type_matches_objects_request_body](docs/paths/request_body_post_object_type_matches_objects_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_object_type_matches_objects_request_body](docs/paths/request_body_post_object_type_matches_objects_request_body/post.md) [TypeApi](docs/apis/tags/type_api.md).[post_object_type_matches_objects_request_body](docs/paths/request_body_post_object_type_matches_objects_request_body/post.md) | +/requestBody/postOneofComplexTypesRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_oneof_complex_types_request_body](docs/paths/request_body_post_oneof_complex_types_request_body/post.md) [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_complex_types_request_body](docs/paths/request_body_post_oneof_complex_types_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_complex_types_request_body](docs/paths/request_body_post_oneof_complex_types_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_complex_types_request_body](docs/paths/request_body_post_oneof_complex_types_request_body/post.md) | +/requestBody/postOneofRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_oneof_request_body](docs/paths/request_body_post_oneof_request_body/post.md) [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_request_body](docs/paths/request_body_post_oneof_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_request_body](docs/paths/request_body_post_oneof_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_request_body](docs/paths/request_body_post_oneof_request_body/post.md) | +/requestBody/postOneofWithBaseSchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_oneof_with_base_schema_request_body](docs/paths/request_body_post_oneof_with_base_schema_request_body/post.md) [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_with_base_schema_request_body](docs/paths/request_body_post_oneof_with_base_schema_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_with_base_schema_request_body](docs/paths/request_body_post_oneof_with_base_schema_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_with_base_schema_request_body](docs/paths/request_body_post_oneof_with_base_schema_request_body/post.md) | +/requestBody/postOneofWithEmptySchemaRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_oneof_with_empty_schema_request_body](docs/paths/request_body_post_oneof_with_empty_schema_request_body/post.md) [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_with_empty_schema_request_body](docs/paths/request_body_post_oneof_with_empty_schema_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_with_empty_schema_request_body](docs/paths/request_body_post_oneof_with_empty_schema_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_with_empty_schema_request_body](docs/paths/request_body_post_oneof_with_empty_schema_request_body/post.md) | +/requestBody/postOneofWithRequiredRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_oneof_with_required_request_body](docs/paths/request_body_post_oneof_with_required_request_body/post.md) [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_with_required_request_body](docs/paths/request_body_post_oneof_with_required_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_with_required_request_body](docs/paths/request_body_post_oneof_with_required_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_with_required_request_body](docs/paths/request_body_post_oneof_with_required_request_body/post.md) | +/requestBody/postPatternIsNotAnchoredRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_pattern_is_not_anchored_request_body](docs/paths/request_body_post_pattern_is_not_anchored_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_pattern_is_not_anchored_request_body](docs/paths/request_body_post_pattern_is_not_anchored_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_pattern_is_not_anchored_request_body](docs/paths/request_body_post_pattern_is_not_anchored_request_body/post.md) [PatternApi](docs/apis/tags/pattern_api.md).[post_pattern_is_not_anchored_request_body](docs/paths/request_body_post_pattern_is_not_anchored_request_body/post.md) | +/requestBody/postPatternValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_pattern_validation_request_body](docs/paths/request_body_post_pattern_validation_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_pattern_validation_request_body](docs/paths/request_body_post_pattern_validation_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_pattern_validation_request_body](docs/paths/request_body_post_pattern_validation_request_body/post.md) [PatternApi](docs/apis/tags/pattern_api.md).[post_pattern_validation_request_body](docs/paths/request_body_post_pattern_validation_request_body/post.md) | +/requestBody/postPropertiesWithEscapedCharactersRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_properties_with_escaped_characters_request_body](docs/paths/request_body_post_properties_with_escaped_characters_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_properties_with_escaped_characters_request_body](docs/paths/request_body_post_properties_with_escaped_characters_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_properties_with_escaped_characters_request_body](docs/paths/request_body_post_properties_with_escaped_characters_request_body/post.md) [PropertiesApi](docs/apis/tags/properties_api.md).[post_properties_with_escaped_characters_request_body](docs/paths/request_body_post_properties_with_escaped_characters_request_body/post.md) | +/requestBody/postPropertyNamedRefThatIsNotAReferenceRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_property_named_ref_that_is_not_a_reference_request_body](docs/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_property_named_ref_that_is_not_a_reference_request_body](docs/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_property_named_ref_that_is_not_a_reference_request_body](docs/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_property_named_ref_that_is_not_a_reference_request_body](docs/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post.md) | +/requestBody/postRefInAdditionalpropertiesRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ref_in_additionalproperties_request_body](docs/paths/request_body_post_ref_in_additionalproperties_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_additionalproperties_request_body](docs/paths/request_body_post_ref_in_additionalproperties_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_additionalproperties_request_body](docs/paths/request_body_post_ref_in_additionalproperties_request_body/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_additionalproperties_request_body](docs/paths/request_body_post_ref_in_additionalproperties_request_body/post.md) | +/requestBody/postRefInAllofRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ref_in_allof_request_body](docs/paths/request_body_post_ref_in_allof_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_allof_request_body](docs/paths/request_body_post_ref_in_allof_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_allof_request_body](docs/paths/request_body_post_ref_in_allof_request_body/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_allof_request_body](docs/paths/request_body_post_ref_in_allof_request_body/post.md) | +/requestBody/postRefInAnyofRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ref_in_anyof_request_body](docs/paths/request_body_post_ref_in_anyof_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_anyof_request_body](docs/paths/request_body_post_ref_in_anyof_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_anyof_request_body](docs/paths/request_body_post_ref_in_anyof_request_body/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_anyof_request_body](docs/paths/request_body_post_ref_in_anyof_request_body/post.md) | +/requestBody/postRefInItemsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ref_in_items_request_body](docs/paths/request_body_post_ref_in_items_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_items_request_body](docs/paths/request_body_post_ref_in_items_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_items_request_body](docs/paths/request_body_post_ref_in_items_request_body/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_items_request_body](docs/paths/request_body_post_ref_in_items_request_body/post.md) | +/requestBody/postRefInNotRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ref_in_not_request_body](docs/paths/request_body_post_ref_in_not_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_not_request_body](docs/paths/request_body_post_ref_in_not_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_not_request_body](docs/paths/request_body_post_ref_in_not_request_body/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_not_request_body](docs/paths/request_body_post_ref_in_not_request_body/post.md) | +/requestBody/postRefInOneofRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ref_in_oneof_request_body](docs/paths/request_body_post_ref_in_oneof_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_oneof_request_body](docs/paths/request_body_post_ref_in_oneof_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_oneof_request_body](docs/paths/request_body_post_ref_in_oneof_request_body/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_oneof_request_body](docs/paths/request_body_post_ref_in_oneof_request_body/post.md) | +/requestBody/postRefInPropertyRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_ref_in_property_request_body](docs/paths/request_body_post_ref_in_property_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_property_request_body](docs/paths/request_body_post_ref_in_property_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_property_request_body](docs/paths/request_body_post_ref_in_property_request_body/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_property_request_body](docs/paths/request_body_post_ref_in_property_request_body/post.md) | +/requestBody/postRequiredDefaultValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_required_default_validation_request_body](docs/paths/request_body_post_required_default_validation_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_default_validation_request_body](docs/paths/request_body_post_required_default_validation_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_default_validation_request_body](docs/paths/request_body_post_required_default_validation_request_body/post.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_default_validation_request_body](docs/paths/request_body_post_required_default_validation_request_body/post.md) | +/requestBody/postRequiredValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_required_validation_request_body](docs/paths/request_body_post_required_validation_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_validation_request_body](docs/paths/request_body_post_required_validation_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_validation_request_body](docs/paths/request_body_post_required_validation_request_body/post.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_validation_request_body](docs/paths/request_body_post_required_validation_request_body/post.md) | +/requestBody/postRequiredWithEmptyArrayRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_required_with_empty_array_request_body](docs/paths/request_body_post_required_with_empty_array_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_with_empty_array_request_body](docs/paths/request_body_post_required_with_empty_array_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_with_empty_array_request_body](docs/paths/request_body_post_required_with_empty_array_request_body/post.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_with_empty_array_request_body](docs/paths/request_body_post_required_with_empty_array_request_body/post.md) | +/requestBody/postRequiredWithEscapedCharactersRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_required_with_escaped_characters_request_body](docs/paths/request_body_post_required_with_escaped_characters_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_with_escaped_characters_request_body](docs/paths/request_body_post_required_with_escaped_characters_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_with_escaped_characters_request_body](docs/paths/request_body_post_required_with_escaped_characters_request_body/post.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_with_escaped_characters_request_body](docs/paths/request_body_post_required_with_escaped_characters_request_body/post.md) | +/requestBody/postSimpleEnumValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_simple_enum_validation_request_body](docs/paths/request_body_post_simple_enum_validation_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_simple_enum_validation_request_body](docs/paths/request_body_post_simple_enum_validation_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_simple_enum_validation_request_body](docs/paths/request_body_post_simple_enum_validation_request_body/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_simple_enum_validation_request_body](docs/paths/request_body_post_simple_enum_validation_request_body/post.md) | +/requestBody/postStringTypeMatchesStringsRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_string_type_matches_strings_request_body](docs/paths/request_body_post_string_type_matches_strings_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_string_type_matches_strings_request_body](docs/paths/request_body_post_string_type_matches_strings_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_string_type_matches_strings_request_body](docs/paths/request_body_post_string_type_matches_strings_request_body/post.md) [TypeApi](docs/apis/tags/type_api.md).[post_string_type_matches_strings_request_body](docs/paths/request_body_post_string_type_matches_strings_request_body/post.md) | +/requestBody/postTheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body](docs/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post.md) [DefaultApi](docs/apis/tags/default_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body](docs/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body](docs/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body](docs/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post.md) | +/requestBody/postUniqueitemsFalseValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_uniqueitems_false_validation_request_body](docs/paths/request_body_post_uniqueitems_false_validation_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_uniqueitems_false_validation_request_body](docs/paths/request_body_post_uniqueitems_false_validation_request_body/post.md) [UniqueItemsApi](docs/apis/tags/unique_items_api.md).[post_uniqueitems_false_validation_request_body](docs/paths/request_body_post_uniqueitems_false_validation_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uniqueitems_false_validation_request_body](docs/paths/request_body_post_uniqueitems_false_validation_request_body/post.md) | +/requestBody/postUniqueitemsValidationRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_uniqueitems_validation_request_body](docs/paths/request_body_post_uniqueitems_validation_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_uniqueitems_validation_request_body](docs/paths/request_body_post_uniqueitems_validation_request_body/post.md) [UniqueItemsApi](docs/apis/tags/unique_items_api.md).[post_uniqueitems_validation_request_body](docs/paths/request_body_post_uniqueitems_validation_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uniqueitems_validation_request_body](docs/paths/request_body_post_uniqueitems_validation_request_body/post.md) | +/requestBody/postUriFormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_uri_format_request_body](docs/paths/request_body_post_uri_format_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_uri_format_request_body](docs/paths/request_body_post_uri_format_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uri_format_request_body](docs/paths/request_body_post_uri_format_request_body/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_uri_format_request_body](docs/paths/request_body_post_uri_format_request_body/post.md) | +/requestBody/postUriReferenceFormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_uri_reference_format_request_body](docs/paths/request_body_post_uri_reference_format_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_uri_reference_format_request_body](docs/paths/request_body_post_uri_reference_format_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uri_reference_format_request_body](docs/paths/request_body_post_uri_reference_format_request_body/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_uri_reference_format_request_body](docs/paths/request_body_post_uri_reference_format_request_body/post.md) | +/requestBody/postUriTemplateFormatRequestBody **post** | [OperationRequestBodyApi](docs/apis/tags/operation_request_body_api.md).[post_uri_template_format_request_body](docs/paths/request_body_post_uri_template_format_request_body/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_uri_template_format_request_body](docs/paths/request_body_post_uri_template_format_request_body/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uri_template_format_request_body](docs/paths/request_body_post_uri_template_format_request_body/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_uri_template_format_request_body](docs/paths/request_body_post_uri_template_format_request_body/post.md) | +/responseBody/postAdditionalpropertiesAllowsASchemaWhichShouldValidateResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post.md) | +/responseBody/postAdditionalpropertiesAreAllowedByDefaultResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_are_allowed_by_default_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_are_allowed_by_default_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_are_allowed_by_default_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_additionalproperties_are_allowed_by_default_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post.md) | +/responseBody/postAdditionalpropertiesCanExistByItselfResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_can_exist_by_itself_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_can_exist_by_itself_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_can_exist_by_itself_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_additionalproperties_can_exist_by_itself_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post.md) | +/responseBody/postAdditionalpropertiesShouldNotLookInApplicatorsResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post.md) [AdditionalPropertiesApi](docs/apis/tags/additional_properties_api.md).[post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types](docs/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post.md) | +/responseBody/postAllofCombinedWithAnyofOneofResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_combined_with_anyof_oneof_response_body_for_content_types](docs/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_combined_with_anyof_oneof_response_body_for_content_types](docs/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_combined_with_anyof_oneof_response_body_for_content_types](docs/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_combined_with_anyof_oneof_response_body_for_content_types](docs/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post.md) | +/responseBody/postAllofResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_response_body_for_content_types](docs/paths/response_body_post_allof_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_response_body_for_content_types](docs/paths/response_body_post_allof_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_response_body_for_content_types](docs/paths/response_body_post_allof_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_response_body_for_content_types](docs/paths/response_body_post_allof_response_body_for_content_types/post.md) | +/responseBody/postAllofSimpleTypesResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_simple_types_response_body_for_content_types](docs/paths/response_body_post_allof_simple_types_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_simple_types_response_body_for_content_types](docs/paths/response_body_post_allof_simple_types_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_simple_types_response_body_for_content_types](docs/paths/response_body_post_allof_simple_types_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_simple_types_response_body_for_content_types](docs/paths/response_body_post_allof_simple_types_response_body_for_content_types/post.md) | +/responseBody/postAllofWithBaseSchemaResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_base_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_base_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_base_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_with_base_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post.md) | +/responseBody/postAllofWithOneEmptySchemaResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_one_empty_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_one_empty_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_one_empty_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_with_one_empty_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post.md) | +/responseBody/postAllofWithTheFirstEmptySchemaResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_the_first_empty_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_the_first_empty_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_the_first_empty_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_with_the_first_empty_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post.md) | +/responseBody/postAllofWithTheLastEmptySchemaResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_the_last_empty_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_the_last_empty_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_the_last_empty_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_with_the_last_empty_schema_response_body_for_content_types](docs/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post.md) | +/responseBody/postAllofWithTwoEmptySchemasResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_allof_with_two_empty_schemas_response_body_for_content_types](docs/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_allof_with_two_empty_schemas_response_body_for_content_types](docs/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_allof_with_two_empty_schemas_response_body_for_content_types](docs/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_allof_with_two_empty_schemas_response_body_for_content_types](docs/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post.md) | +/responseBody/postAnyofComplexTypesResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_complex_types_response_body_for_content_types](docs/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_complex_types_response_body_for_content_types](docs/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_complex_types_response_body_for_content_types](docs/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_anyof_complex_types_response_body_for_content_types](docs/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post.md) | +/responseBody/postAnyofResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_response_body_for_content_types](docs/paths/response_body_post_anyof_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_response_body_for_content_types](docs/paths/response_body_post_anyof_response_body_for_content_types/post.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_response_body_for_content_types](docs/paths/response_body_post_anyof_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_anyof_response_body_for_content_types](docs/paths/response_body_post_anyof_response_body_for_content_types/post.md) | +/responseBody/postAnyofWithBaseSchemaResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_with_base_schema_response_body_for_content_types](docs/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_with_base_schema_response_body_for_content_types](docs/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_with_base_schema_response_body_for_content_types](docs/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_anyof_with_base_schema_response_body_for_content_types](docs/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post.md) | +/responseBody/postAnyofWithOneEmptySchemaResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_anyof_with_one_empty_schema_response_body_for_content_types](docs/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_anyof_with_one_empty_schema_response_body_for_content_types](docs/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_anyof_with_one_empty_schema_response_body_for_content_types](docs/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_anyof_with_one_empty_schema_response_body_for_content_types](docs/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post.md) | +/responseBody/postArrayTypeMatchesArraysResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_array_type_matches_arrays_response_body_for_content_types](docs/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_array_type_matches_arrays_response_body_for_content_types](docs/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post.md) [TypeApi](docs/apis/tags/type_api.md).[post_array_type_matches_arrays_response_body_for_content_types](docs/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_array_type_matches_arrays_response_body_for_content_types](docs/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post.md) | +/responseBody/postBooleanTypeMatchesBooleansResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_boolean_type_matches_booleans_response_body_for_content_types](docs/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_boolean_type_matches_booleans_response_body_for_content_types](docs/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post.md) [TypeApi](docs/apis/tags/type_api.md).[post_boolean_type_matches_booleans_response_body_for_content_types](docs/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_boolean_type_matches_booleans_response_body_for_content_types](docs/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post.md) | +/responseBody/postByIntResponseBodyForContentTypes **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_by_int_response_body_for_content_types](docs/paths/response_body_post_by_int_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_by_int_response_body_for_content_types](docs/paths/response_body_post_by_int_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_by_int_response_body_for_content_types](docs/paths/response_body_post_by_int_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_by_int_response_body_for_content_types](docs/paths/response_body_post_by_int_response_body_for_content_types/post.md) | +/responseBody/postByNumberResponseBodyForContentTypes **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_by_number_response_body_for_content_types](docs/paths/response_body_post_by_number_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_by_number_response_body_for_content_types](docs/paths/response_body_post_by_number_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_by_number_response_body_for_content_types](docs/paths/response_body_post_by_number_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_by_number_response_body_for_content_types](docs/paths/response_body_post_by_number_response_body_for_content_types/post.md) | +/responseBody/postBySmallNumberResponseBodyForContentTypes **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_by_small_number_response_body_for_content_types](docs/paths/response_body_post_by_small_number_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_by_small_number_response_body_for_content_types](docs/paths/response_body_post_by_small_number_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_by_small_number_response_body_for_content_types](docs/paths/response_body_post_by_small_number_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_by_small_number_response_body_for_content_types](docs/paths/response_body_post_by_small_number_response_body_for_content_types/post.md) | +/responseBody/postDateTimeFormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_date_time_format_response_body_for_content_types](docs/paths/response_body_post_date_time_format_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_date_time_format_response_body_for_content_types](docs/paths/response_body_post_date_time_format_response_body_for_content_types/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_date_time_format_response_body_for_content_types](docs/paths/response_body_post_date_time_format_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_date_time_format_response_body_for_content_types](docs/paths/response_body_post_date_time_format_response_body_for_content_types/post.md) | +/responseBody/postEmailFormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_email_format_response_body_for_content_types](docs/paths/response_body_post_email_format_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_email_format_response_body_for_content_types](docs/paths/response_body_post_email_format_response_body_for_content_types/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_email_format_response_body_for_content_types](docs/paths/response_body_post_email_format_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_email_format_response_body_for_content_types](docs/paths/response_body_post_email_format_response_body_for_content_types/post.md) | +/responseBody/postEnumWith0DoesNotMatchFalseResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with0_does_not_match_false_response_body_for_content_types](docs/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with0_does_not_match_false_response_body_for_content_types](docs/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_enum_with0_does_not_match_false_response_body_for_content_types](docs/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with0_does_not_match_false_response_body_for_content_types](docs/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post.md) | +/responseBody/postEnumWith1DoesNotMatchTrueResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with1_does_not_match_true_response_body_for_content_types](docs/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with1_does_not_match_true_response_body_for_content_types](docs/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_enum_with1_does_not_match_true_response_body_for_content_types](docs/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with1_does_not_match_true_response_body_for_content_types](docs/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post.md) | +/responseBody/postEnumWithEscapedCharactersResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with_escaped_characters_response_body_for_content_types](docs/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with_escaped_characters_response_body_for_content_types](docs/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_enum_with_escaped_characters_response_body_for_content_types](docs/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with_escaped_characters_response_body_for_content_types](docs/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post.md) | +/responseBody/postEnumWithFalseDoesNotMatch0ResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with_false_does_not_match0_response_body_for_content_types](docs/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with_false_does_not_match0_response_body_for_content_types](docs/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_enum_with_false_does_not_match0_response_body_for_content_types](docs/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with_false_does_not_match0_response_body_for_content_types](docs/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post.md) | +/responseBody/postEnumWithTrueDoesNotMatch1ResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_enum_with_true_does_not_match1_response_body_for_content_types](docs/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enum_with_true_does_not_match1_response_body_for_content_types](docs/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_enum_with_true_does_not_match1_response_body_for_content_types](docs/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enum_with_true_does_not_match1_response_body_for_content_types](docs/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post.md) | +/responseBody/postEnumsInPropertiesResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_enums_in_properties_response_body_for_content_types](docs/paths/response_body_post_enums_in_properties_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_enums_in_properties_response_body_for_content_types](docs/paths/response_body_post_enums_in_properties_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_enums_in_properties_response_body_for_content_types](docs/paths/response_body_post_enums_in_properties_response_body_for_content_types/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_enums_in_properties_response_body_for_content_types](docs/paths/response_body_post_enums_in_properties_response_body_for_content_types/post.md) | +/responseBody/postForbiddenPropertyResponseBodyForContentTypes **post** | [_NotApi](docs/apis/tags/_not_api.md).[post_forbidden_property_response_body_for_content_types](docs/paths/response_body_post_forbidden_property_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_forbidden_property_response_body_for_content_types](docs/paths/response_body_post_forbidden_property_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_forbidden_property_response_body_for_content_types](docs/paths/response_body_post_forbidden_property_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_forbidden_property_response_body_for_content_types](docs/paths/response_body_post_forbidden_property_response_body_for_content_types/post.md) | +/responseBody/postHostnameFormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_hostname_format_response_body_for_content_types](docs/paths/response_body_post_hostname_format_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_hostname_format_response_body_for_content_types](docs/paths/response_body_post_hostname_format_response_body_for_content_types/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_hostname_format_response_body_for_content_types](docs/paths/response_body_post_hostname_format_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_hostname_format_response_body_for_content_types](docs/paths/response_body_post_hostname_format_response_body_for_content_types/post.md) | +/responseBody/postIntegerTypeMatchesIntegersResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_integer_type_matches_integers_response_body_for_content_types](docs/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_integer_type_matches_integers_response_body_for_content_types](docs/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post.md) [TypeApi](docs/apis/tags/type_api.md).[post_integer_type_matches_integers_response_body_for_content_types](docs/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_integer_type_matches_integers_response_body_for_content_types](docs/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post.md) | +/responseBody/postInvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfResponseBodyForContentTypes **post** | [MultipleOfApi](docs/apis/tags/multiple_of_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types](docs/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types](docs/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types](docs/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types](docs/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post.md) | +/responseBody/postInvalidStringValueForDefaultResponseBodyForContentTypes **post** | [DefaultApi](docs/apis/tags/default_api.md).[post_invalid_string_value_for_default_response_body_for_content_types](docs/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_invalid_string_value_for_default_response_body_for_content_types](docs/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_invalid_string_value_for_default_response_body_for_content_types](docs/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_invalid_string_value_for_default_response_body_for_content_types](docs/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post.md) | +/responseBody/postIpv4FormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ipv4_format_response_body_for_content_types](docs/paths/response_body_post_ipv4_format_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ipv4_format_response_body_for_content_types](docs/paths/response_body_post_ipv4_format_response_body_for_content_types/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_ipv4_format_response_body_for_content_types](docs/paths/response_body_post_ipv4_format_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ipv4_format_response_body_for_content_types](docs/paths/response_body_post_ipv4_format_response_body_for_content_types/post.md) | +/responseBody/postIpv6FormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ipv6_format_response_body_for_content_types](docs/paths/response_body_post_ipv6_format_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ipv6_format_response_body_for_content_types](docs/paths/response_body_post_ipv6_format_response_body_for_content_types/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_ipv6_format_response_body_for_content_types](docs/paths/response_body_post_ipv6_format_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ipv6_format_response_body_for_content_types](docs/paths/response_body_post_ipv6_format_response_body_for_content_types/post.md) | +/responseBody/postJsonPointerFormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_json_pointer_format_response_body_for_content_types](docs/paths/response_body_post_json_pointer_format_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_json_pointer_format_response_body_for_content_types](docs/paths/response_body_post_json_pointer_format_response_body_for_content_types/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_json_pointer_format_response_body_for_content_types](docs/paths/response_body_post_json_pointer_format_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_json_pointer_format_response_body_for_content_types](docs/paths/response_body_post_json_pointer_format_response_body_for_content_types/post.md) | +/responseBody/postMaximumValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_maximum_validation_response_body_for_content_types](docs/paths/response_body_post_maximum_validation_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maximum_validation_response_body_for_content_types](docs/paths/response_body_post_maximum_validation_response_body_for_content_types/post.md) [MaximumApi](docs/apis/tags/maximum_api.md).[post_maximum_validation_response_body_for_content_types](docs/paths/response_body_post_maximum_validation_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_maximum_validation_response_body_for_content_types](docs/paths/response_body_post_maximum_validation_response_body_for_content_types/post.md) | +/responseBody/postMaximumValidationWithUnsignedIntegerResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_maximum_validation_with_unsigned_integer_response_body_for_content_types](docs/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maximum_validation_with_unsigned_integer_response_body_for_content_types](docs/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post.md) [MaximumApi](docs/apis/tags/maximum_api.md).[post_maximum_validation_with_unsigned_integer_response_body_for_content_types](docs/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_maximum_validation_with_unsigned_integer_response_body_for_content_types](docs/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post.md) | +/responseBody/postMaxitemsValidationResponseBodyForContentTypes **post** | [MaxItemsApi](docs/apis/tags/max_items_api.md).[post_maxitems_validation_response_body_for_content_types](docs/paths/response_body_post_maxitems_validation_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxitems_validation_response_body_for_content_types](docs/paths/response_body_post_maxitems_validation_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxitems_validation_response_body_for_content_types](docs/paths/response_body_post_maxitems_validation_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_maxitems_validation_response_body_for_content_types](docs/paths/response_body_post_maxitems_validation_response_body_for_content_types/post.md) | +/responseBody/postMaxlengthValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxlength_validation_response_body_for_content_types](docs/paths/response_body_post_maxlength_validation_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxlength_validation_response_body_for_content_types](docs/paths/response_body_post_maxlength_validation_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_maxlength_validation_response_body_for_content_types](docs/paths/response_body_post_maxlength_validation_response_body_for_content_types/post.md) [MaxLengthApi](docs/apis/tags/max_length_api.md).[post_maxlength_validation_response_body_for_content_types](docs/paths/response_body_post_maxlength_validation_response_body_for_content_types/post.md) | +/responseBody/postMaxproperties0MeansTheObjectIsEmptyResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxproperties0_means_the_object_is_empty_response_body_for_content_types](docs/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxproperties0_means_the_object_is_empty_response_body_for_content_types](docs/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post.md) [MaxPropertiesApi](docs/apis/tags/max_properties_api.md).[post_maxproperties0_means_the_object_is_empty_response_body_for_content_types](docs/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_maxproperties0_means_the_object_is_empty_response_body_for_content_types](docs/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post.md) | +/responseBody/postMaxpropertiesValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_maxproperties_validation_response_body_for_content_types](docs/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_maxproperties_validation_response_body_for_content_types](docs/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post.md) [MaxPropertiesApi](docs/apis/tags/max_properties_api.md).[post_maxproperties_validation_response_body_for_content_types](docs/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_maxproperties_validation_response_body_for_content_types](docs/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post.md) | +/responseBody/postMinimumValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_minimum_validation_response_body_for_content_types](docs/paths/response_body_post_minimum_validation_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minimum_validation_response_body_for_content_types](docs/paths/response_body_post_minimum_validation_response_body_for_content_types/post.md) [MinimumApi](docs/apis/tags/minimum_api.md).[post_minimum_validation_response_body_for_content_types](docs/paths/response_body_post_minimum_validation_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_minimum_validation_response_body_for_content_types](docs/paths/response_body_post_minimum_validation_response_body_for_content_types/post.md) | +/responseBody/postMinimumValidationWithSignedIntegerResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_minimum_validation_with_signed_integer_response_body_for_content_types](docs/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minimum_validation_with_signed_integer_response_body_for_content_types](docs/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post.md) [MinimumApi](docs/apis/tags/minimum_api.md).[post_minimum_validation_with_signed_integer_response_body_for_content_types](docs/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_minimum_validation_with_signed_integer_response_body_for_content_types](docs/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post.md) | +/responseBody/postMinitemsValidationResponseBodyForContentTypes **post** | [MinItemsApi](docs/apis/tags/min_items_api.md).[post_minitems_validation_response_body_for_content_types](docs/paths/response_body_post_minitems_validation_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_minitems_validation_response_body_for_content_types](docs/paths/response_body_post_minitems_validation_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minitems_validation_response_body_for_content_types](docs/paths/response_body_post_minitems_validation_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_minitems_validation_response_body_for_content_types](docs/paths/response_body_post_minitems_validation_response_body_for_content_types/post.md) | +/responseBody/postMinlengthValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_minlength_validation_response_body_for_content_types](docs/paths/response_body_post_minlength_validation_response_body_for_content_types/post.md) [MinLengthApi](docs/apis/tags/min_length_api.md).[post_minlength_validation_response_body_for_content_types](docs/paths/response_body_post_minlength_validation_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minlength_validation_response_body_for_content_types](docs/paths/response_body_post_minlength_validation_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_minlength_validation_response_body_for_content_types](docs/paths/response_body_post_minlength_validation_response_body_for_content_types/post.md) | +/responseBody/postMinpropertiesValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_minproperties_validation_response_body_for_content_types](docs/paths/response_body_post_minproperties_validation_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_minproperties_validation_response_body_for_content_types](docs/paths/response_body_post_minproperties_validation_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_minproperties_validation_response_body_for_content_types](docs/paths/response_body_post_minproperties_validation_response_body_for_content_types/post.md) [MinPropertiesApi](docs/apis/tags/min_properties_api.md).[post_minproperties_validation_response_body_for_content_types](docs/paths/response_body_post_minproperties_validation_response_body_for_content_types/post.md) | +/responseBody/postNestedAllofToCheckValidationSemanticsResponseBodyForContentTypes **post** | [AllOfApi](docs/apis/tags/all_of_api.md).[post_nested_allof_to_check_validation_semantics_response_body_for_content_types](docs/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_allof_to_check_validation_semantics_response_body_for_content_types](docs/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_allof_to_check_validation_semantics_response_body_for_content_types](docs/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_nested_allof_to_check_validation_semantics_response_body_for_content_types](docs/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post.md) | +/responseBody/postNestedAnyofToCheckValidationSemanticsResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_anyof_to_check_validation_semantics_response_body_for_content_types](docs/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_anyof_to_check_validation_semantics_response_body_for_content_types](docs/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post.md) [AnyOfApi](docs/apis/tags/any_of_api.md).[post_nested_anyof_to_check_validation_semantics_response_body_for_content_types](docs/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_nested_anyof_to_check_validation_semantics_response_body_for_content_types](docs/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post.md) | +/responseBody/postNestedItemsResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_items_response_body_for_content_types](docs/paths/response_body_post_nested_items_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_items_response_body_for_content_types](docs/paths/response_body_post_nested_items_response_body_for_content_types/post.md) [ItemsApi](docs/apis/tags/items_api.md).[post_nested_items_response_body_for_content_types](docs/paths/response_body_post_nested_items_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_nested_items_response_body_for_content_types](docs/paths/response_body_post_nested_items_response_body_for_content_types/post.md) | +/responseBody/postNestedOneofToCheckValidationSemanticsResponseBodyForContentTypes **post** | [OneOfApi](docs/apis/tags/one_of_api.md).[post_nested_oneof_to_check_validation_semantics_response_body_for_content_types](docs/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_nested_oneof_to_check_validation_semantics_response_body_for_content_types](docs/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nested_oneof_to_check_validation_semantics_response_body_for_content_types](docs/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_nested_oneof_to_check_validation_semantics_response_body_for_content_types](docs/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post.md) | +/responseBody/postNotMoreComplexSchemaResponseBodyForContentTypes **post** | [_NotApi](docs/apis/tags/_not_api.md).[post_not_more_complex_schema_response_body_for_content_types](docs/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_not_more_complex_schema_response_body_for_content_types](docs/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_not_more_complex_schema_response_body_for_content_types](docs/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_not_more_complex_schema_response_body_for_content_types](docs/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post.md) | +/responseBody/postNotResponseBodyForContentTypes **post** | [_NotApi](docs/apis/tags/_not_api.md).[post_not_response_body_for_content_types](docs/paths/response_body_post_not_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_not_response_body_for_content_types](docs/paths/response_body_post_not_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_not_response_body_for_content_types](docs/paths/response_body_post_not_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_not_response_body_for_content_types](docs/paths/response_body_post_not_response_body_for_content_types/post.md) | +/responseBody/postNulCharactersInStringsResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_nul_characters_in_strings_response_body_for_content_types](docs/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_nul_characters_in_strings_response_body_for_content_types](docs/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_nul_characters_in_strings_response_body_for_content_types](docs/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_nul_characters_in_strings_response_body_for_content_types](docs/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post.md) | +/responseBody/postNullTypeMatchesOnlyTheNullObjectResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_null_type_matches_only_the_null_object_response_body_for_content_types](docs/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_null_type_matches_only_the_null_object_response_body_for_content_types](docs/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post.md) [TypeApi](docs/apis/tags/type_api.md).[post_null_type_matches_only_the_null_object_response_body_for_content_types](docs/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_null_type_matches_only_the_null_object_response_body_for_content_types](docs/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post.md) | +/responseBody/postNumberTypeMatchesNumbersResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_number_type_matches_numbers_response_body_for_content_types](docs/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_number_type_matches_numbers_response_body_for_content_types](docs/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post.md) [TypeApi](docs/apis/tags/type_api.md).[post_number_type_matches_numbers_response_body_for_content_types](docs/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_number_type_matches_numbers_response_body_for_content_types](docs/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post.md) | +/responseBody/postObjectPropertiesValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_object_properties_validation_response_body_for_content_types](docs/paths/response_body_post_object_properties_validation_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_object_properties_validation_response_body_for_content_types](docs/paths/response_body_post_object_properties_validation_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_object_properties_validation_response_body_for_content_types](docs/paths/response_body_post_object_properties_validation_response_body_for_content_types/post.md) [PropertiesApi](docs/apis/tags/properties_api.md).[post_object_properties_validation_response_body_for_content_types](docs/paths/response_body_post_object_properties_validation_response_body_for_content_types/post.md) | +/responseBody/postObjectTypeMatchesObjectsResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_object_type_matches_objects_response_body_for_content_types](docs/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_object_type_matches_objects_response_body_for_content_types](docs/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post.md) [TypeApi](docs/apis/tags/type_api.md).[post_object_type_matches_objects_response_body_for_content_types](docs/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_object_type_matches_objects_response_body_for_content_types](docs/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post.md) | +/responseBody/postOneofComplexTypesResponseBodyForContentTypes **post** | [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_complex_types_response_body_for_content_types](docs/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_complex_types_response_body_for_content_types](docs/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_complex_types_response_body_for_content_types](docs/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_oneof_complex_types_response_body_for_content_types](docs/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post.md) | +/responseBody/postOneofResponseBodyForContentTypes **post** | [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_response_body_for_content_types](docs/paths/response_body_post_oneof_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_response_body_for_content_types](docs/paths/response_body_post_oneof_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_response_body_for_content_types](docs/paths/response_body_post_oneof_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_oneof_response_body_for_content_types](docs/paths/response_body_post_oneof_response_body_for_content_types/post.md) | +/responseBody/postOneofWithBaseSchemaResponseBodyForContentTypes **post** | [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_with_base_schema_response_body_for_content_types](docs/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_with_base_schema_response_body_for_content_types](docs/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_with_base_schema_response_body_for_content_types](docs/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_oneof_with_base_schema_response_body_for_content_types](docs/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post.md) | +/responseBody/postOneofWithEmptySchemaResponseBodyForContentTypes **post** | [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_with_empty_schema_response_body_for_content_types](docs/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_with_empty_schema_response_body_for_content_types](docs/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_with_empty_schema_response_body_for_content_types](docs/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_oneof_with_empty_schema_response_body_for_content_types](docs/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post.md) | +/responseBody/postOneofWithRequiredResponseBodyForContentTypes **post** | [OneOfApi](docs/apis/tags/one_of_api.md).[post_oneof_with_required_response_body_for_content_types](docs/paths/response_body_post_oneof_with_required_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_oneof_with_required_response_body_for_content_types](docs/paths/response_body_post_oneof_with_required_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_oneof_with_required_response_body_for_content_types](docs/paths/response_body_post_oneof_with_required_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_oneof_with_required_response_body_for_content_types](docs/paths/response_body_post_oneof_with_required_response_body_for_content_types/post.md) | +/responseBody/postPatternIsNotAnchoredResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_pattern_is_not_anchored_response_body_for_content_types](docs/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_pattern_is_not_anchored_response_body_for_content_types](docs/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post.md) [PatternApi](docs/apis/tags/pattern_api.md).[post_pattern_is_not_anchored_response_body_for_content_types](docs/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_pattern_is_not_anchored_response_body_for_content_types](docs/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post.md) | +/responseBody/postPatternValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_pattern_validation_response_body_for_content_types](docs/paths/response_body_post_pattern_validation_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_pattern_validation_response_body_for_content_types](docs/paths/response_body_post_pattern_validation_response_body_for_content_types/post.md) [PatternApi](docs/apis/tags/pattern_api.md).[post_pattern_validation_response_body_for_content_types](docs/paths/response_body_post_pattern_validation_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_pattern_validation_response_body_for_content_types](docs/paths/response_body_post_pattern_validation_response_body_for_content_types/post.md) | +/responseBody/postPropertiesWithEscapedCharactersResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_properties_with_escaped_characters_response_body_for_content_types](docs/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_properties_with_escaped_characters_response_body_for_content_types](docs/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_properties_with_escaped_characters_response_body_for_content_types](docs/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post.md) [PropertiesApi](docs/apis/tags/properties_api.md).[post_properties_with_escaped_characters_response_body_for_content_types](docs/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post.md) | +/responseBody/postPropertyNamedRefThatIsNotAReferenceResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_property_named_ref_that_is_not_a_reference_response_body_for_content_types](docs/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_property_named_ref_that_is_not_a_reference_response_body_for_content_types](docs/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_property_named_ref_that_is_not_a_reference_response_body_for_content_types](docs/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_property_named_ref_that_is_not_a_reference_response_body_for_content_types](docs/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post.md) | +/responseBody/postRefInAdditionalpropertiesResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_additionalproperties_response_body_for_content_types](docs/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_additionalproperties_response_body_for_content_types](docs/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_additionalproperties_response_body_for_content_types](docs/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ref_in_additionalproperties_response_body_for_content_types](docs/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post.md) | +/responseBody/postRefInAllofResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_allof_response_body_for_content_types](docs/paths/response_body_post_ref_in_allof_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_allof_response_body_for_content_types](docs/paths/response_body_post_ref_in_allof_response_body_for_content_types/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_allof_response_body_for_content_types](docs/paths/response_body_post_ref_in_allof_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ref_in_allof_response_body_for_content_types](docs/paths/response_body_post_ref_in_allof_response_body_for_content_types/post.md) | +/responseBody/postRefInAnyofResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_anyof_response_body_for_content_types](docs/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_anyof_response_body_for_content_types](docs/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_anyof_response_body_for_content_types](docs/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ref_in_anyof_response_body_for_content_types](docs/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post.md) | +/responseBody/postRefInItemsResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_items_response_body_for_content_types](docs/paths/response_body_post_ref_in_items_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_items_response_body_for_content_types](docs/paths/response_body_post_ref_in_items_response_body_for_content_types/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_items_response_body_for_content_types](docs/paths/response_body_post_ref_in_items_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ref_in_items_response_body_for_content_types](docs/paths/response_body_post_ref_in_items_response_body_for_content_types/post.md) | +/responseBody/postRefInNotResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_not_response_body_for_content_types](docs/paths/response_body_post_ref_in_not_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_not_response_body_for_content_types](docs/paths/response_body_post_ref_in_not_response_body_for_content_types/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_not_response_body_for_content_types](docs/paths/response_body_post_ref_in_not_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ref_in_not_response_body_for_content_types](docs/paths/response_body_post_ref_in_not_response_body_for_content_types/post.md) | +/responseBody/postRefInOneofResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_oneof_response_body_for_content_types](docs/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_oneof_response_body_for_content_types](docs/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_oneof_response_body_for_content_types](docs/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ref_in_oneof_response_body_for_content_types](docs/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post.md) | +/responseBody/postRefInPropertyResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_ref_in_property_response_body_for_content_types](docs/paths/response_body_post_ref_in_property_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_ref_in_property_response_body_for_content_types](docs/paths/response_body_post_ref_in_property_response_body_for_content_types/post.md) [RefApi](docs/apis/tags/ref_api.md).[post_ref_in_property_response_body_for_content_types](docs/paths/response_body_post_ref_in_property_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_ref_in_property_response_body_for_content_types](docs/paths/response_body_post_ref_in_property_response_body_for_content_types/post.md) | +/responseBody/postRequiredDefaultValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_default_validation_response_body_for_content_types](docs/paths/response_body_post_required_default_validation_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_default_validation_response_body_for_content_types](docs/paths/response_body_post_required_default_validation_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_required_default_validation_response_body_for_content_types](docs/paths/response_body_post_required_default_validation_response_body_for_content_types/post.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_default_validation_response_body_for_content_types](docs/paths/response_body_post_required_default_validation_response_body_for_content_types/post.md) | +/responseBody/postRequiredValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_validation_response_body_for_content_types](docs/paths/response_body_post_required_validation_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_validation_response_body_for_content_types](docs/paths/response_body_post_required_validation_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_required_validation_response_body_for_content_types](docs/paths/response_body_post_required_validation_response_body_for_content_types/post.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_validation_response_body_for_content_types](docs/paths/response_body_post_required_validation_response_body_for_content_types/post.md) | +/responseBody/postRequiredWithEmptyArrayResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_with_empty_array_response_body_for_content_types](docs/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_with_empty_array_response_body_for_content_types](docs/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_required_with_empty_array_response_body_for_content_types](docs/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_with_empty_array_response_body_for_content_types](docs/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post.md) | +/responseBody/postRequiredWithEscapedCharactersResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_required_with_escaped_characters_response_body_for_content_types](docs/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_required_with_escaped_characters_response_body_for_content_types](docs/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_required_with_escaped_characters_response_body_for_content_types](docs/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post.md) [RequiredApi](docs/apis/tags/required_api.md).[post_required_with_escaped_characters_response_body_for_content_types](docs/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post.md) | +/responseBody/postSimpleEnumValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_simple_enum_validation_response_body_for_content_types](docs/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_simple_enum_validation_response_body_for_content_types](docs/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_simple_enum_validation_response_body_for_content_types](docs/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post.md) [EnumApi](docs/apis/tags/enum_api.md).[post_simple_enum_validation_response_body_for_content_types](docs/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post.md) | +/responseBody/postStringTypeMatchesStringsResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_string_type_matches_strings_response_body_for_content_types](docs/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_string_type_matches_strings_response_body_for_content_types](docs/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post.md) [TypeApi](docs/apis/tags/type_api.md).[post_string_type_matches_strings_response_body_for_content_types](docs/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_string_type_matches_strings_response_body_for_content_types](docs/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post.md) | +/responseBody/postTheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingResponseBodyForContentTypes **post** | [DefaultApi](docs/apis/tags/default_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types](docs/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post.md) [PathPostApi](docs/apis/tags/path_post_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types](docs/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types](docs/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types](docs/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post.md) | +/responseBody/postUniqueitemsFalseValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_uniqueitems_false_validation_response_body_for_content_types](docs/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post.md) [UniqueItemsApi](docs/apis/tags/unique_items_api.md).[post_uniqueitems_false_validation_response_body_for_content_types](docs/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uniqueitems_false_validation_response_body_for_content_types](docs/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_uniqueitems_false_validation_response_body_for_content_types](docs/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post.md) | +/responseBody/postUniqueitemsValidationResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_uniqueitems_validation_response_body_for_content_types](docs/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post.md) [UniqueItemsApi](docs/apis/tags/unique_items_api.md).[post_uniqueitems_validation_response_body_for_content_types](docs/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uniqueitems_validation_response_body_for_content_types](docs/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_uniqueitems_validation_response_body_for_content_types](docs/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post.md) | +/responseBody/postUriFormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_uri_format_response_body_for_content_types](docs/paths/response_body_post_uri_format_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uri_format_response_body_for_content_types](docs/paths/response_body_post_uri_format_response_body_for_content_types/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_uri_format_response_body_for_content_types](docs/paths/response_body_post_uri_format_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_uri_format_response_body_for_content_types](docs/paths/response_body_post_uri_format_response_body_for_content_types/post.md) | +/responseBody/postUriReferenceFormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_uri_reference_format_response_body_for_content_types](docs/paths/response_body_post_uri_reference_format_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uri_reference_format_response_body_for_content_types](docs/paths/response_body_post_uri_reference_format_response_body_for_content_types/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_uri_reference_format_response_body_for_content_types](docs/paths/response_body_post_uri_reference_format_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_uri_reference_format_response_body_for_content_types](docs/paths/response_body_post_uri_reference_format_response_body_for_content_types/post.md) | +/responseBody/postUriTemplateFormatResponseBodyForContentTypes **post** | [PathPostApi](docs/apis/tags/path_post_api.md).[post_uri_template_format_response_body_for_content_types](docs/paths/response_body_post_uri_template_format_response_body_for_content_types/post.md) [ContentTypeJsonApi](docs/apis/tags/content_type_json_api.md).[post_uri_template_format_response_body_for_content_types](docs/paths/response_body_post_uri_template_format_response_body_for_content_types/post.md) [FormatApi](docs/apis/tags/format_api.md).[post_uri_template_format_response_body_for_content_types](docs/paths/response_body_post_uri_template_format_response_body_for_content_types/post.md) [ResponseContentContentTypeSchemaApi](docs/apis/tags/response_content_content_type_schema_api.md).[post_uri_template_format_response_body_for_content_types](docs/paths/response_body_post_uri_template_format_response_body_for_content_types/post.md) | ## Component Schemas diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api.md index eb835bdca9b..0ba33ace170 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api.md @@ -9,11 +9,11 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_forbidden_property_request_body**](_not_api/post_forbidden_property_request_body.md) | -[**post_forbidden_property_response_body_for_content_types**](_not_api/post_forbidden_property_response_body_for_content_types.md) | -[**post_not_more_complex_schema_request_body**](_not_api/post_not_more_complex_schema_request_body.md) | -[**post_not_more_complex_schema_response_body_for_content_types**](_not_api/post_not_more_complex_schema_response_body_for_content_types.md) | -[**post_not_request_body**](_not_api/post_not_request_body.md) | -[**post_not_response_body_for_content_types**](_not_api/post_not_response_body_for_content_types.md) | +[**post_forbidden_property_request_body**](../../paths/request_body_post_forbidden_property_request_body/post.md) | +[**post_forbidden_property_response_body_for_content_types**](../../paths/response_body_post_forbidden_property_response_body_for_content_types/post.md) | +[**post_not_more_complex_schema_request_body**](../../paths/request_body_post_not_more_complex_schema_request_body/post.md) | +[**post_not_more_complex_schema_response_body_for_content_types**](../../paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post.md) | +[**post_not_request_body**](../../paths/request_body_post_not_request_body/post.md) | +[**post_not_response_body_for_content_types**](../../paths/response_body_post_not_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_forbidden_property_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_forbidden_property_request_body.md deleted file mode 100644 index 709359699c4..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_forbidden_property_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_forbidden_property_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postForbiddenPropertyRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ForbiddenProperty](../../../components/schema/forbidden_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import _not_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = _not_api._NotApi(api_client) - - # example passing only required values which don't have defaults set - body = forbidden_property.ForbiddenProperty(None) - try: - api_response = api_instance.post_forbidden_property_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling _NotApi->post_forbidden_property_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../_not_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_not_more_complex_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_not_more_complex_schema_request_body.md deleted file mode 100644 index 854eb377af2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_not_more_complex_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_not_more_complex_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNotMoreComplexSchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NotMoreComplexSchema](../../../components/schema/not_more_complex_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import _not_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = _not_api._NotApi(api_client) - - # example passing only required values which don't have defaults set - body = not_more_complex_schema.NotMoreComplexSchema(None) - try: - api_response = api_instance.post_not_more_complex_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling _NotApi->post_not_more_complex_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../_not_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_not_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_not_request_body.md deleted file mode 100644 index d44ce47a1e4..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_not_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_not_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNotRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[_Not](../../../components/schema/_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import _not_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = _not_api._NotApi(api_client) - - # example passing only required values which don't have defaults set - body = _not._Not(None) - try: - api_response = api_instance.post_not_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling _NotApi->post_not_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../_not_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api.md index 4ba6c1a4976..397fce370e0 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api.md @@ -9,13 +9,13 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_additionalproperties_allows_a_schema_which_should_validate_request_body**](additional_properties_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md) | -[**post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types**](additional_properties_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md) | -[**post_additionalproperties_are_allowed_by_default_request_body**](additional_properties_api/post_additionalproperties_are_allowed_by_default_request_body.md) | -[**post_additionalproperties_are_allowed_by_default_response_body_for_content_types**](additional_properties_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md) | -[**post_additionalproperties_can_exist_by_itself_request_body**](additional_properties_api/post_additionalproperties_can_exist_by_itself_request_body.md) | -[**post_additionalproperties_can_exist_by_itself_response_body_for_content_types**](additional_properties_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md) | -[**post_additionalproperties_should_not_look_in_applicators_request_body**](additional_properties_api/post_additionalproperties_should_not_look_in_applicators_request_body.md) | -[**post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types**](additional_properties_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md) | +[**post_additionalproperties_allows_a_schema_which_should_validate_request_body**](../../paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post.md) | +[**post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post.md) | +[**post_additionalproperties_are_allowed_by_default_request_body**](../../paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post.md) | +[**post_additionalproperties_are_allowed_by_default_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post.md) | +[**post_additionalproperties_can_exist_by_itself_request_body**](../../paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post.md) | +[**post_additionalproperties_can_exist_by_itself_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post.md) | +[**post_additionalproperties_should_not_look_in_applicators_request_body**](../../paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post.md) | +[**post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md deleted file mode 100644 index 0a6456f663f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md +++ /dev/null @@ -1,101 +0,0 @@ - -# **post_additionalproperties_allows_a_schema_which_should_validate_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAdditionalpropertiesAllowsASchemaWhichShouldValidateRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAllowsASchemaWhichShouldValidate](../../../components/schema/additionalproperties_allows_a_schema_which_should_validate.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import additional_properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = additional_properties_api.AdditionalPropertiesApi(api_client) - - # example passing only required values which don't have defaults set - body = additionalproperties_allows_a_schema_which_should_validate.AdditionalpropertiesAllowsASchemaWhichShouldValidate( - foo=None, - bar=None, - ) - try: - api_response = api_instance.post_additionalproperties_allows_a_schema_which_should_validate_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AdditionalPropertiesApi->post_additionalproperties_allows_a_schema_which_should_validate_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../additional_properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md deleted file mode 100644 index ffd177aeaec..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAdditionalpropertiesAllowsASchemaWhichShouldValidateResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAllowsASchemaWhichShouldValidate](../../../components/schema/additionalproperties_allows_a_schema_which_should_validate.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import additional_properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = additional_properties_api.AdditionalPropertiesApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AdditionalPropertiesApi->post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../additional_properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_are_allowed_by_default_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_are_allowed_by_default_request_body.md deleted file mode 100644 index 782b400e8dd..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_are_allowed_by_default_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_additionalproperties_are_allowed_by_default_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAdditionalpropertiesAreAllowedByDefaultRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAreAllowedByDefault](../../../components/schema/additionalproperties_are_allowed_by_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import additional_properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = additional_properties_api.AdditionalPropertiesApi(api_client) - - # example passing only required values which don't have defaults set - body = additionalproperties_are_allowed_by_default.AdditionalpropertiesAreAllowedByDefault(None) - try: - api_response = api_instance.post_additionalproperties_are_allowed_by_default_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AdditionalPropertiesApi->post_additionalproperties_are_allowed_by_default_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../additional_properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md deleted file mode 100644 index 395ed94bdb0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_additionalproperties_are_allowed_by_default_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAdditionalpropertiesAreAllowedByDefaultResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAreAllowedByDefault](../../../components/schema/additionalproperties_are_allowed_by_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import additional_properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = additional_properties_api.AdditionalPropertiesApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_additionalproperties_are_allowed_by_default_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AdditionalPropertiesApi->post_additionalproperties_are_allowed_by_default_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../additional_properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_can_exist_by_itself_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_can_exist_by_itself_request_body.md deleted file mode 100644 index 29defdc0b61..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_can_exist_by_itself_request_body.md +++ /dev/null @@ -1,100 +0,0 @@ - -# **post_additionalproperties_can_exist_by_itself_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAdditionalpropertiesCanExistByItselfRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesCanExistByItself](../../../components/schema/additionalproperties_can_exist_by_itself.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import additional_properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = additional_properties_api.AdditionalPropertiesApi(api_client) - - # example passing only required values which don't have defaults set - body = additionalproperties_can_exist_by_itself.AdditionalpropertiesCanExistByItself( - key=True, - ) - try: - api_response = api_instance.post_additionalproperties_can_exist_by_itself_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AdditionalPropertiesApi->post_additionalproperties_can_exist_by_itself_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../additional_properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md deleted file mode 100644 index bec47e21b86..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_additionalproperties_can_exist_by_itself_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAdditionalpropertiesCanExistByItselfResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesCanExistByItself](../../../components/schema/additionalproperties_can_exist_by_itself.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import additional_properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = additional_properties_api.AdditionalPropertiesApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_additionalproperties_can_exist_by_itself_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AdditionalPropertiesApi->post_additionalproperties_can_exist_by_itself_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../additional_properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md deleted file mode 100644 index d30f19ac2e0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAdditionalpropertiesShouldNotLookInApplicatorsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesShouldNotLookInApplicators](../../../components/schema/additionalproperties_should_not_look_in_applicators.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import additional_properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = additional_properties_api.AdditionalPropertiesApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AdditionalPropertiesApi->post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../additional_properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api.md index 604d499eb19..a8fc70cc41f 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api.md @@ -9,23 +9,23 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_allof_combined_with_anyof_oneof_request_body**](all_of_api/post_allof_combined_with_anyof_oneof_request_body.md) | -[**post_allof_combined_with_anyof_oneof_response_body_for_content_types**](all_of_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md) | -[**post_allof_request_body**](all_of_api/post_allof_request_body.md) | -[**post_allof_response_body_for_content_types**](all_of_api/post_allof_response_body_for_content_types.md) | -[**post_allof_simple_types_request_body**](all_of_api/post_allof_simple_types_request_body.md) | -[**post_allof_simple_types_response_body_for_content_types**](all_of_api/post_allof_simple_types_response_body_for_content_types.md) | -[**post_allof_with_base_schema_request_body**](all_of_api/post_allof_with_base_schema_request_body.md) | -[**post_allof_with_base_schema_response_body_for_content_types**](all_of_api/post_allof_with_base_schema_response_body_for_content_types.md) | -[**post_allof_with_one_empty_schema_request_body**](all_of_api/post_allof_with_one_empty_schema_request_body.md) | -[**post_allof_with_one_empty_schema_response_body_for_content_types**](all_of_api/post_allof_with_one_empty_schema_response_body_for_content_types.md) | -[**post_allof_with_the_first_empty_schema_request_body**](all_of_api/post_allof_with_the_first_empty_schema_request_body.md) | -[**post_allof_with_the_first_empty_schema_response_body_for_content_types**](all_of_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md) | -[**post_allof_with_the_last_empty_schema_request_body**](all_of_api/post_allof_with_the_last_empty_schema_request_body.md) | -[**post_allof_with_the_last_empty_schema_response_body_for_content_types**](all_of_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md) | -[**post_allof_with_two_empty_schemas_request_body**](all_of_api/post_allof_with_two_empty_schemas_request_body.md) | -[**post_allof_with_two_empty_schemas_response_body_for_content_types**](all_of_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md) | -[**post_nested_allof_to_check_validation_semantics_request_body**](all_of_api/post_nested_allof_to_check_validation_semantics_request_body.md) | -[**post_nested_allof_to_check_validation_semantics_response_body_for_content_types**](all_of_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md) | +[**post_allof_combined_with_anyof_oneof_request_body**](../../paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post.md) | +[**post_allof_combined_with_anyof_oneof_response_body_for_content_types**](../../paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post.md) | +[**post_allof_request_body**](../../paths/request_body_post_allof_request_body/post.md) | +[**post_allof_response_body_for_content_types**](../../paths/response_body_post_allof_response_body_for_content_types/post.md) | +[**post_allof_simple_types_request_body**](../../paths/request_body_post_allof_simple_types_request_body/post.md) | +[**post_allof_simple_types_response_body_for_content_types**](../../paths/response_body_post_allof_simple_types_response_body_for_content_types/post.md) | +[**post_allof_with_base_schema_request_body**](../../paths/request_body_post_allof_with_base_schema_request_body/post.md) | +[**post_allof_with_base_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post.md) | +[**post_allof_with_one_empty_schema_request_body**](../../paths/request_body_post_allof_with_one_empty_schema_request_body/post.md) | +[**post_allof_with_one_empty_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post.md) | +[**post_allof_with_the_first_empty_schema_request_body**](../../paths/request_body_post_allof_with_the_first_empty_schema_request_body/post.md) | +[**post_allof_with_the_first_empty_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post.md) | +[**post_allof_with_the_last_empty_schema_request_body**](../../paths/request_body_post_allof_with_the_last_empty_schema_request_body/post.md) | +[**post_allof_with_the_last_empty_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post.md) | +[**post_allof_with_two_empty_schemas_request_body**](../../paths/request_body_post_allof_with_two_empty_schemas_request_body/post.md) | +[**post_allof_with_two_empty_schemas_response_body_for_content_types**](../../paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post.md) | +[**post_nested_allof_to_check_validation_semantics_request_body**](../../paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post.md) | +[**post_nested_allof_to_check_validation_semantics_response_body_for_content_types**](../../paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_combined_with_anyof_oneof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_combined_with_anyof_oneof_request_body.md deleted file mode 100644 index ce052060d8f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_combined_with_anyof_oneof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_combined_with_anyof_oneof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofCombinedWithAnyofOneofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofCombinedWithAnyofOneof](../../../components/schema/allof_combined_with_anyof_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import all_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = all_of_api.AllOfApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_combined_with_anyof_oneof.AllofCombinedWithAnyofOneof(None) - try: - api_response = api_instance.post_allof_combined_with_anyof_oneof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AllOfApi->post_allof_combined_with_anyof_oneof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_request_body.md deleted file mode 100644 index 97ec387f346..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Allof](../../../components/schema/allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import all_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = all_of_api.AllOfApi(api_client) - - # example passing only required values which don't have defaults set - body = allof.Allof(None) - try: - api_response = api_instance.post_allof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AllOfApi->post_allof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_simple_types_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_simple_types_request_body.md deleted file mode 100644 index 833d63133a8..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_simple_types_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_simple_types_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofSimpleTypesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofSimpleTypes](../../../components/schema/allof_simple_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import all_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = all_of_api.AllOfApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_simple_types.AllofSimpleTypes(None) - try: - api_response = api_instance.post_allof_simple_types_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AllOfApi->post_allof_simple_types_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_base_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_base_schema_request_body.md deleted file mode 100644 index 3e28226262e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_base_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_with_base_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofWithBaseSchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithBaseSchema](../../../components/schema/allof_with_base_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import all_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = all_of_api.AllOfApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_with_base_schema.AllofWithBaseSchema({}) - try: - api_response = api_instance.post_allof_with_base_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AllOfApi->post_allof_with_base_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_one_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_one_empty_schema_request_body.md deleted file mode 100644 index 2b519b1c6d0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_one_empty_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_with_one_empty_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofWithOneEmptySchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithOneEmptySchema](../../../components/schema/allof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import all_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = all_of_api.AllOfApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_with_one_empty_schema.AllofWithOneEmptySchema(None) - try: - api_response = api_instance.post_allof_with_one_empty_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AllOfApi->post_allof_with_one_empty_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_the_first_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_the_first_empty_schema_request_body.md deleted file mode 100644 index 569e245b96c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_the_first_empty_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_with_the_first_empty_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofWithTheFirstEmptySchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTheFirstEmptySchema](../../../components/schema/allof_with_the_first_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import all_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = all_of_api.AllOfApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_with_the_first_empty_schema.AllofWithTheFirstEmptySchema(None) - try: - api_response = api_instance.post_allof_with_the_first_empty_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AllOfApi->post_allof_with_the_first_empty_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_the_last_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_the_last_empty_schema_request_body.md deleted file mode 100644 index 9350f01e48f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_the_last_empty_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_with_the_last_empty_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofWithTheLastEmptySchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTheLastEmptySchema](../../../components/schema/allof_with_the_last_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import all_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = all_of_api.AllOfApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_with_the_last_empty_schema.AllofWithTheLastEmptySchema(None) - try: - api_response = api_instance.post_allof_with_the_last_empty_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AllOfApi->post_allof_with_the_last_empty_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_two_empty_schemas_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_two_empty_schemas_request_body.md deleted file mode 100644 index f5f6808c800..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_two_empty_schemas_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_with_two_empty_schemas_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofWithTwoEmptySchemasRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTwoEmptySchemas](../../../components/schema/allof_with_two_empty_schemas.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import all_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = all_of_api.AllOfApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_with_two_empty_schemas.AllofWithTwoEmptySchemas(None) - try: - api_response = api_instance.post_allof_with_two_empty_schemas_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AllOfApi->post_allof_with_two_empty_schemas_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_nested_allof_to_check_validation_semantics_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_nested_allof_to_check_validation_semantics_request_body.md deleted file mode 100644 index 2dcdc73fc56..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_nested_allof_to_check_validation_semantics_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_nested_allof_to_check_validation_semantics_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNestedAllofToCheckValidationSemanticsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedAllofToCheckValidationSemantics](../../../components/schema/nested_allof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import all_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = all_of_api.AllOfApi(api_client) - - # example passing only required values which don't have defaults set - body = nested_allof_to_check_validation_semantics.NestedAllofToCheckValidationSemantics(None) - try: - api_response = api_instance.post_nested_allof_to_check_validation_semantics_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AllOfApi->post_nested_allof_to_check_validation_semantics_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api.md index 57aed6d389e..db24138c8f9 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api.md @@ -9,15 +9,15 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_anyof_complex_types_request_body**](any_of_api/post_anyof_complex_types_request_body.md) | -[**post_anyof_complex_types_response_body_for_content_types**](any_of_api/post_anyof_complex_types_response_body_for_content_types.md) | -[**post_anyof_request_body**](any_of_api/post_anyof_request_body.md) | -[**post_anyof_response_body_for_content_types**](any_of_api/post_anyof_response_body_for_content_types.md) | -[**post_anyof_with_base_schema_request_body**](any_of_api/post_anyof_with_base_schema_request_body.md) | -[**post_anyof_with_base_schema_response_body_for_content_types**](any_of_api/post_anyof_with_base_schema_response_body_for_content_types.md) | -[**post_anyof_with_one_empty_schema_request_body**](any_of_api/post_anyof_with_one_empty_schema_request_body.md) | -[**post_anyof_with_one_empty_schema_response_body_for_content_types**](any_of_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md) | -[**post_nested_anyof_to_check_validation_semantics_request_body**](any_of_api/post_nested_anyof_to_check_validation_semantics_request_body.md) | -[**post_nested_anyof_to_check_validation_semantics_response_body_for_content_types**](any_of_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md) | +[**post_anyof_complex_types_request_body**](../../paths/request_body_post_anyof_complex_types_request_body/post.md) | +[**post_anyof_complex_types_response_body_for_content_types**](../../paths/response_body_post_anyof_complex_types_response_body_for_content_types/post.md) | +[**post_anyof_request_body**](../../paths/request_body_post_anyof_request_body/post.md) | +[**post_anyof_response_body_for_content_types**](../../paths/response_body_post_anyof_response_body_for_content_types/post.md) | +[**post_anyof_with_base_schema_request_body**](../../paths/request_body_post_anyof_with_base_schema_request_body/post.md) | +[**post_anyof_with_base_schema_response_body_for_content_types**](../../paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post.md) | +[**post_anyof_with_one_empty_schema_request_body**](../../paths/request_body_post_anyof_with_one_empty_schema_request_body/post.md) | +[**post_anyof_with_one_empty_schema_response_body_for_content_types**](../../paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post.md) | +[**post_nested_anyof_to_check_validation_semantics_request_body**](../../paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post.md) | +[**post_nested_anyof_to_check_validation_semantics_response_body_for_content_types**](../../paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_complex_types_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_complex_types_request_body.md deleted file mode 100644 index bc93d82d100..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_complex_types_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_anyof_complex_types_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAnyofComplexTypesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofComplexTypes](../../../components/schema/anyof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import any_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = any_of_api.AnyOfApi(api_client) - - # example passing only required values which don't have defaults set - body = anyof_complex_types.AnyofComplexTypes(None) - try: - api_response = api_instance.post_anyof_complex_types_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AnyOfApi->post_anyof_complex_types_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../any_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_complex_types_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_complex_types_response_body_for_content_types.md deleted file mode 100644 index aaadbf713d2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_complex_types_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_anyof_complex_types_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAnyofComplexTypesResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofComplexTypes](../../../components/schema/anyof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import any_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = any_of_api.AnyOfApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_anyof_complex_types_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AnyOfApi->post_anyof_complex_types_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../any_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_request_body.md deleted file mode 100644 index e9f53d4e6e7..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_anyof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAnyofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Anyof](../../../components/schema/anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import any_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = any_of_api.AnyOfApi(api_client) - - # example passing only required values which don't have defaults set - body = anyof.Anyof(None) - try: - api_response = api_instance.post_anyof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AnyOfApi->post_anyof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../any_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_response_body_for_content_types.md deleted file mode 100644 index 052b05066d7..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_anyof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAnyofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Anyof](../../../components/schema/anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import any_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = any_of_api.AnyOfApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_anyof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AnyOfApi->post_anyof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../any_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_base_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_base_schema_request_body.md deleted file mode 100644 index 6970002d8d2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_base_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_anyof_with_base_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAnyofWithBaseSchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), str] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofWithBaseSchema](../../../components/schema/anyof_with_base_schema.md) | str | str | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import any_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = any_of_api.AnyOfApi(api_client) - - # example passing only required values which don't have defaults set - body = anyof_with_base_schema.AnyofWithBaseSchema("string_example") - try: - api_response = api_instance.post_anyof_with_base_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AnyOfApi->post_anyof_with_base_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../any_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_base_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_base_schema_response_body_for_content_types.md deleted file mode 100644 index 56264594311..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_base_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_anyof_with_base_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAnyofWithBaseSchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofWithBaseSchema](../../../components/schema/anyof_with_base_schema.md) | str | str | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import any_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = any_of_api.AnyOfApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_anyof_with_base_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AnyOfApi->post_anyof_with_base_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../any_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_one_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_one_empty_schema_request_body.md deleted file mode 100644 index 83771916f40..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_one_empty_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_anyof_with_one_empty_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAnyofWithOneEmptySchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofWithOneEmptySchema](../../../components/schema/anyof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import any_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = any_of_api.AnyOfApi(api_client) - - # example passing only required values which don't have defaults set - body = anyof_with_one_empty_schema.AnyofWithOneEmptySchema(None) - try: - api_response = api_instance.post_anyof_with_one_empty_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AnyOfApi->post_anyof_with_one_empty_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../any_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md deleted file mode 100644 index 535b41437d9..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_anyof_with_one_empty_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAnyofWithOneEmptySchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofWithOneEmptySchema](../../../components/schema/anyof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import any_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = any_of_api.AnyOfApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_anyof_with_one_empty_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AnyOfApi->post_anyof_with_one_empty_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../any_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_nested_anyof_to_check_validation_semantics_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_nested_anyof_to_check_validation_semantics_request_body.md deleted file mode 100644 index 32ce7672f15..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_nested_anyof_to_check_validation_semantics_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_nested_anyof_to_check_validation_semantics_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNestedAnyofToCheckValidationSemanticsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedAnyofToCheckValidationSemantics](../../../components/schema/nested_anyof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import any_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = any_of_api.AnyOfApi(api_client) - - # example passing only required values which don't have defaults set - body = nested_anyof_to_check_validation_semantics.NestedAnyofToCheckValidationSemantics(None) - try: - api_response = api_instance.post_nested_anyof_to_check_validation_semantics_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AnyOfApi->post_nested_anyof_to_check_validation_semantics_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../any_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md deleted file mode 100644 index 16524757744..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/any_of_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_nested_anyof_to_check_validation_semantics_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNestedAnyofToCheckValidationSemanticsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedAnyofToCheckValidationSemantics](../../../components/schema/nested_anyof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import any_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = any_of_api.AnyOfApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_nested_anyof_to_check_validation_semantics_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling AnyOfApi->post_nested_anyof_to_check_validation_semantics_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../any_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api.md index 1075ccd13ee..04d4743de09 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api.md @@ -9,179 +9,179 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_additionalproperties_allows_a_schema_which_should_validate_request_body**](content_type_json_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md) | -[**post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types**](content_type_json_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md) | -[**post_additionalproperties_are_allowed_by_default_request_body**](content_type_json_api/post_additionalproperties_are_allowed_by_default_request_body.md) | -[**post_additionalproperties_are_allowed_by_default_response_body_for_content_types**](content_type_json_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md) | -[**post_additionalproperties_can_exist_by_itself_request_body**](content_type_json_api/post_additionalproperties_can_exist_by_itself_request_body.md) | -[**post_additionalproperties_can_exist_by_itself_response_body_for_content_types**](content_type_json_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md) | -[**post_additionalproperties_should_not_look_in_applicators_request_body**](content_type_json_api/post_additionalproperties_should_not_look_in_applicators_request_body.md) | -[**post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types**](content_type_json_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md) | -[**post_allof_combined_with_anyof_oneof_request_body**](content_type_json_api/post_allof_combined_with_anyof_oneof_request_body.md) | -[**post_allof_combined_with_anyof_oneof_response_body_for_content_types**](content_type_json_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md) | -[**post_allof_request_body**](content_type_json_api/post_allof_request_body.md) | -[**post_allof_response_body_for_content_types**](content_type_json_api/post_allof_response_body_for_content_types.md) | -[**post_allof_simple_types_request_body**](content_type_json_api/post_allof_simple_types_request_body.md) | -[**post_allof_simple_types_response_body_for_content_types**](content_type_json_api/post_allof_simple_types_response_body_for_content_types.md) | -[**post_allof_with_base_schema_request_body**](content_type_json_api/post_allof_with_base_schema_request_body.md) | -[**post_allof_with_base_schema_response_body_for_content_types**](content_type_json_api/post_allof_with_base_schema_response_body_for_content_types.md) | -[**post_allof_with_one_empty_schema_request_body**](content_type_json_api/post_allof_with_one_empty_schema_request_body.md) | -[**post_allof_with_one_empty_schema_response_body_for_content_types**](content_type_json_api/post_allof_with_one_empty_schema_response_body_for_content_types.md) | -[**post_allof_with_the_first_empty_schema_request_body**](content_type_json_api/post_allof_with_the_first_empty_schema_request_body.md) | -[**post_allof_with_the_first_empty_schema_response_body_for_content_types**](content_type_json_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md) | -[**post_allof_with_the_last_empty_schema_request_body**](content_type_json_api/post_allof_with_the_last_empty_schema_request_body.md) | -[**post_allof_with_the_last_empty_schema_response_body_for_content_types**](content_type_json_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md) | -[**post_allof_with_two_empty_schemas_request_body**](content_type_json_api/post_allof_with_two_empty_schemas_request_body.md) | -[**post_allof_with_two_empty_schemas_response_body_for_content_types**](content_type_json_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md) | -[**post_anyof_complex_types_request_body**](content_type_json_api/post_anyof_complex_types_request_body.md) | -[**post_anyof_complex_types_response_body_for_content_types**](content_type_json_api/post_anyof_complex_types_response_body_for_content_types.md) | -[**post_anyof_request_body**](content_type_json_api/post_anyof_request_body.md) | -[**post_anyof_response_body_for_content_types**](content_type_json_api/post_anyof_response_body_for_content_types.md) | -[**post_anyof_with_base_schema_request_body**](content_type_json_api/post_anyof_with_base_schema_request_body.md) | -[**post_anyof_with_base_schema_response_body_for_content_types**](content_type_json_api/post_anyof_with_base_schema_response_body_for_content_types.md) | -[**post_anyof_with_one_empty_schema_request_body**](content_type_json_api/post_anyof_with_one_empty_schema_request_body.md) | -[**post_anyof_with_one_empty_schema_response_body_for_content_types**](content_type_json_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md) | -[**post_array_type_matches_arrays_request_body**](content_type_json_api/post_array_type_matches_arrays_request_body.md) | -[**post_array_type_matches_arrays_response_body_for_content_types**](content_type_json_api/post_array_type_matches_arrays_response_body_for_content_types.md) | -[**post_boolean_type_matches_booleans_request_body**](content_type_json_api/post_boolean_type_matches_booleans_request_body.md) | -[**post_boolean_type_matches_booleans_response_body_for_content_types**](content_type_json_api/post_boolean_type_matches_booleans_response_body_for_content_types.md) | -[**post_by_int_request_body**](content_type_json_api/post_by_int_request_body.md) | -[**post_by_int_response_body_for_content_types**](content_type_json_api/post_by_int_response_body_for_content_types.md) | -[**post_by_number_request_body**](content_type_json_api/post_by_number_request_body.md) | -[**post_by_number_response_body_for_content_types**](content_type_json_api/post_by_number_response_body_for_content_types.md) | -[**post_by_small_number_request_body**](content_type_json_api/post_by_small_number_request_body.md) | -[**post_by_small_number_response_body_for_content_types**](content_type_json_api/post_by_small_number_response_body_for_content_types.md) | -[**post_date_time_format_request_body**](content_type_json_api/post_date_time_format_request_body.md) | -[**post_date_time_format_response_body_for_content_types**](content_type_json_api/post_date_time_format_response_body_for_content_types.md) | -[**post_email_format_request_body**](content_type_json_api/post_email_format_request_body.md) | -[**post_email_format_response_body_for_content_types**](content_type_json_api/post_email_format_response_body_for_content_types.md) | -[**post_enum_with0_does_not_match_false_request_body**](content_type_json_api/post_enum_with0_does_not_match_false_request_body.md) | -[**post_enum_with0_does_not_match_false_response_body_for_content_types**](content_type_json_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md) | -[**post_enum_with1_does_not_match_true_request_body**](content_type_json_api/post_enum_with1_does_not_match_true_request_body.md) | -[**post_enum_with1_does_not_match_true_response_body_for_content_types**](content_type_json_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md) | -[**post_enum_with_escaped_characters_request_body**](content_type_json_api/post_enum_with_escaped_characters_request_body.md) | -[**post_enum_with_escaped_characters_response_body_for_content_types**](content_type_json_api/post_enum_with_escaped_characters_response_body_for_content_types.md) | -[**post_enum_with_false_does_not_match0_request_body**](content_type_json_api/post_enum_with_false_does_not_match0_request_body.md) | -[**post_enum_with_false_does_not_match0_response_body_for_content_types**](content_type_json_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md) | -[**post_enum_with_true_does_not_match1_request_body**](content_type_json_api/post_enum_with_true_does_not_match1_request_body.md) | -[**post_enum_with_true_does_not_match1_response_body_for_content_types**](content_type_json_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md) | -[**post_enums_in_properties_request_body**](content_type_json_api/post_enums_in_properties_request_body.md) | -[**post_enums_in_properties_response_body_for_content_types**](content_type_json_api/post_enums_in_properties_response_body_for_content_types.md) | -[**post_forbidden_property_request_body**](content_type_json_api/post_forbidden_property_request_body.md) | -[**post_forbidden_property_response_body_for_content_types**](content_type_json_api/post_forbidden_property_response_body_for_content_types.md) | -[**post_hostname_format_request_body**](content_type_json_api/post_hostname_format_request_body.md) | -[**post_hostname_format_response_body_for_content_types**](content_type_json_api/post_hostname_format_response_body_for_content_types.md) | -[**post_integer_type_matches_integers_request_body**](content_type_json_api/post_integer_type_matches_integers_request_body.md) | -[**post_integer_type_matches_integers_response_body_for_content_types**](content_type_json_api/post_integer_type_matches_integers_response_body_for_content_types.md) | -[**post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body**](content_type_json_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md) | -[**post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types**](content_type_json_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md) | -[**post_invalid_string_value_for_default_request_body**](content_type_json_api/post_invalid_string_value_for_default_request_body.md) | -[**post_invalid_string_value_for_default_response_body_for_content_types**](content_type_json_api/post_invalid_string_value_for_default_response_body_for_content_types.md) | -[**post_ipv4_format_request_body**](content_type_json_api/post_ipv4_format_request_body.md) | -[**post_ipv4_format_response_body_for_content_types**](content_type_json_api/post_ipv4_format_response_body_for_content_types.md) | -[**post_ipv6_format_request_body**](content_type_json_api/post_ipv6_format_request_body.md) | -[**post_ipv6_format_response_body_for_content_types**](content_type_json_api/post_ipv6_format_response_body_for_content_types.md) | -[**post_json_pointer_format_request_body**](content_type_json_api/post_json_pointer_format_request_body.md) | -[**post_json_pointer_format_response_body_for_content_types**](content_type_json_api/post_json_pointer_format_response_body_for_content_types.md) | -[**post_maximum_validation_request_body**](content_type_json_api/post_maximum_validation_request_body.md) | -[**post_maximum_validation_response_body_for_content_types**](content_type_json_api/post_maximum_validation_response_body_for_content_types.md) | -[**post_maximum_validation_with_unsigned_integer_request_body**](content_type_json_api/post_maximum_validation_with_unsigned_integer_request_body.md) | -[**post_maximum_validation_with_unsigned_integer_response_body_for_content_types**](content_type_json_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md) | -[**post_maxitems_validation_request_body**](content_type_json_api/post_maxitems_validation_request_body.md) | -[**post_maxitems_validation_response_body_for_content_types**](content_type_json_api/post_maxitems_validation_response_body_for_content_types.md) | -[**post_maxlength_validation_request_body**](content_type_json_api/post_maxlength_validation_request_body.md) | -[**post_maxlength_validation_response_body_for_content_types**](content_type_json_api/post_maxlength_validation_response_body_for_content_types.md) | -[**post_maxproperties0_means_the_object_is_empty_request_body**](content_type_json_api/post_maxproperties0_means_the_object_is_empty_request_body.md) | -[**post_maxproperties0_means_the_object_is_empty_response_body_for_content_types**](content_type_json_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md) | -[**post_maxproperties_validation_request_body**](content_type_json_api/post_maxproperties_validation_request_body.md) | -[**post_maxproperties_validation_response_body_for_content_types**](content_type_json_api/post_maxproperties_validation_response_body_for_content_types.md) | -[**post_minimum_validation_request_body**](content_type_json_api/post_minimum_validation_request_body.md) | -[**post_minimum_validation_response_body_for_content_types**](content_type_json_api/post_minimum_validation_response_body_for_content_types.md) | -[**post_minimum_validation_with_signed_integer_request_body**](content_type_json_api/post_minimum_validation_with_signed_integer_request_body.md) | -[**post_minimum_validation_with_signed_integer_response_body_for_content_types**](content_type_json_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md) | -[**post_minitems_validation_request_body**](content_type_json_api/post_minitems_validation_request_body.md) | -[**post_minitems_validation_response_body_for_content_types**](content_type_json_api/post_minitems_validation_response_body_for_content_types.md) | -[**post_minlength_validation_request_body**](content_type_json_api/post_minlength_validation_request_body.md) | -[**post_minlength_validation_response_body_for_content_types**](content_type_json_api/post_minlength_validation_response_body_for_content_types.md) | -[**post_minproperties_validation_request_body**](content_type_json_api/post_minproperties_validation_request_body.md) | -[**post_minproperties_validation_response_body_for_content_types**](content_type_json_api/post_minproperties_validation_response_body_for_content_types.md) | -[**post_nested_allof_to_check_validation_semantics_request_body**](content_type_json_api/post_nested_allof_to_check_validation_semantics_request_body.md) | -[**post_nested_allof_to_check_validation_semantics_response_body_for_content_types**](content_type_json_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md) | -[**post_nested_anyof_to_check_validation_semantics_request_body**](content_type_json_api/post_nested_anyof_to_check_validation_semantics_request_body.md) | -[**post_nested_anyof_to_check_validation_semantics_response_body_for_content_types**](content_type_json_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md) | -[**post_nested_items_request_body**](content_type_json_api/post_nested_items_request_body.md) | -[**post_nested_items_response_body_for_content_types**](content_type_json_api/post_nested_items_response_body_for_content_types.md) | -[**post_nested_oneof_to_check_validation_semantics_request_body**](content_type_json_api/post_nested_oneof_to_check_validation_semantics_request_body.md) | -[**post_nested_oneof_to_check_validation_semantics_response_body_for_content_types**](content_type_json_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md) | -[**post_not_more_complex_schema_request_body**](content_type_json_api/post_not_more_complex_schema_request_body.md) | -[**post_not_more_complex_schema_response_body_for_content_types**](content_type_json_api/post_not_more_complex_schema_response_body_for_content_types.md) | -[**post_not_request_body**](content_type_json_api/post_not_request_body.md) | -[**post_not_response_body_for_content_types**](content_type_json_api/post_not_response_body_for_content_types.md) | -[**post_nul_characters_in_strings_request_body**](content_type_json_api/post_nul_characters_in_strings_request_body.md) | -[**post_nul_characters_in_strings_response_body_for_content_types**](content_type_json_api/post_nul_characters_in_strings_response_body_for_content_types.md) | -[**post_null_type_matches_only_the_null_object_request_body**](content_type_json_api/post_null_type_matches_only_the_null_object_request_body.md) | -[**post_null_type_matches_only_the_null_object_response_body_for_content_types**](content_type_json_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md) | -[**post_number_type_matches_numbers_request_body**](content_type_json_api/post_number_type_matches_numbers_request_body.md) | -[**post_number_type_matches_numbers_response_body_for_content_types**](content_type_json_api/post_number_type_matches_numbers_response_body_for_content_types.md) | -[**post_object_properties_validation_request_body**](content_type_json_api/post_object_properties_validation_request_body.md) | -[**post_object_properties_validation_response_body_for_content_types**](content_type_json_api/post_object_properties_validation_response_body_for_content_types.md) | -[**post_object_type_matches_objects_request_body**](content_type_json_api/post_object_type_matches_objects_request_body.md) | -[**post_object_type_matches_objects_response_body_for_content_types**](content_type_json_api/post_object_type_matches_objects_response_body_for_content_types.md) | -[**post_oneof_complex_types_request_body**](content_type_json_api/post_oneof_complex_types_request_body.md) | -[**post_oneof_complex_types_response_body_for_content_types**](content_type_json_api/post_oneof_complex_types_response_body_for_content_types.md) | -[**post_oneof_request_body**](content_type_json_api/post_oneof_request_body.md) | -[**post_oneof_response_body_for_content_types**](content_type_json_api/post_oneof_response_body_for_content_types.md) | -[**post_oneof_with_base_schema_request_body**](content_type_json_api/post_oneof_with_base_schema_request_body.md) | -[**post_oneof_with_base_schema_response_body_for_content_types**](content_type_json_api/post_oneof_with_base_schema_response_body_for_content_types.md) | -[**post_oneof_with_empty_schema_request_body**](content_type_json_api/post_oneof_with_empty_schema_request_body.md) | -[**post_oneof_with_empty_schema_response_body_for_content_types**](content_type_json_api/post_oneof_with_empty_schema_response_body_for_content_types.md) | -[**post_oneof_with_required_request_body**](content_type_json_api/post_oneof_with_required_request_body.md) | -[**post_oneof_with_required_response_body_for_content_types**](content_type_json_api/post_oneof_with_required_response_body_for_content_types.md) | -[**post_pattern_is_not_anchored_request_body**](content_type_json_api/post_pattern_is_not_anchored_request_body.md) | -[**post_pattern_is_not_anchored_response_body_for_content_types**](content_type_json_api/post_pattern_is_not_anchored_response_body_for_content_types.md) | -[**post_pattern_validation_request_body**](content_type_json_api/post_pattern_validation_request_body.md) | -[**post_pattern_validation_response_body_for_content_types**](content_type_json_api/post_pattern_validation_response_body_for_content_types.md) | -[**post_properties_with_escaped_characters_request_body**](content_type_json_api/post_properties_with_escaped_characters_request_body.md) | -[**post_properties_with_escaped_characters_response_body_for_content_types**](content_type_json_api/post_properties_with_escaped_characters_response_body_for_content_types.md) | -[**post_property_named_ref_that_is_not_a_reference_request_body**](content_type_json_api/post_property_named_ref_that_is_not_a_reference_request_body.md) | -[**post_property_named_ref_that_is_not_a_reference_response_body_for_content_types**](content_type_json_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md) | -[**post_ref_in_additionalproperties_request_body**](content_type_json_api/post_ref_in_additionalproperties_request_body.md) | -[**post_ref_in_additionalproperties_response_body_for_content_types**](content_type_json_api/post_ref_in_additionalproperties_response_body_for_content_types.md) | -[**post_ref_in_allof_request_body**](content_type_json_api/post_ref_in_allof_request_body.md) | -[**post_ref_in_allof_response_body_for_content_types**](content_type_json_api/post_ref_in_allof_response_body_for_content_types.md) | -[**post_ref_in_anyof_request_body**](content_type_json_api/post_ref_in_anyof_request_body.md) | -[**post_ref_in_anyof_response_body_for_content_types**](content_type_json_api/post_ref_in_anyof_response_body_for_content_types.md) | -[**post_ref_in_items_request_body**](content_type_json_api/post_ref_in_items_request_body.md) | -[**post_ref_in_items_response_body_for_content_types**](content_type_json_api/post_ref_in_items_response_body_for_content_types.md) | -[**post_ref_in_not_request_body**](content_type_json_api/post_ref_in_not_request_body.md) | -[**post_ref_in_not_response_body_for_content_types**](content_type_json_api/post_ref_in_not_response_body_for_content_types.md) | -[**post_ref_in_oneof_request_body**](content_type_json_api/post_ref_in_oneof_request_body.md) | -[**post_ref_in_oneof_response_body_for_content_types**](content_type_json_api/post_ref_in_oneof_response_body_for_content_types.md) | -[**post_ref_in_property_request_body**](content_type_json_api/post_ref_in_property_request_body.md) | -[**post_ref_in_property_response_body_for_content_types**](content_type_json_api/post_ref_in_property_response_body_for_content_types.md) | -[**post_required_default_validation_request_body**](content_type_json_api/post_required_default_validation_request_body.md) | -[**post_required_default_validation_response_body_for_content_types**](content_type_json_api/post_required_default_validation_response_body_for_content_types.md) | -[**post_required_validation_request_body**](content_type_json_api/post_required_validation_request_body.md) | -[**post_required_validation_response_body_for_content_types**](content_type_json_api/post_required_validation_response_body_for_content_types.md) | -[**post_required_with_empty_array_request_body**](content_type_json_api/post_required_with_empty_array_request_body.md) | -[**post_required_with_empty_array_response_body_for_content_types**](content_type_json_api/post_required_with_empty_array_response_body_for_content_types.md) | -[**post_required_with_escaped_characters_request_body**](content_type_json_api/post_required_with_escaped_characters_request_body.md) | -[**post_required_with_escaped_characters_response_body_for_content_types**](content_type_json_api/post_required_with_escaped_characters_response_body_for_content_types.md) | -[**post_simple_enum_validation_request_body**](content_type_json_api/post_simple_enum_validation_request_body.md) | -[**post_simple_enum_validation_response_body_for_content_types**](content_type_json_api/post_simple_enum_validation_response_body_for_content_types.md) | -[**post_string_type_matches_strings_request_body**](content_type_json_api/post_string_type_matches_strings_request_body.md) | -[**post_string_type_matches_strings_response_body_for_content_types**](content_type_json_api/post_string_type_matches_strings_response_body_for_content_types.md) | -[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body**](content_type_json_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md) | -[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types**](content_type_json_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md) | -[**post_uniqueitems_false_validation_request_body**](content_type_json_api/post_uniqueitems_false_validation_request_body.md) | -[**post_uniqueitems_false_validation_response_body_for_content_types**](content_type_json_api/post_uniqueitems_false_validation_response_body_for_content_types.md) | -[**post_uniqueitems_validation_request_body**](content_type_json_api/post_uniqueitems_validation_request_body.md) | -[**post_uniqueitems_validation_response_body_for_content_types**](content_type_json_api/post_uniqueitems_validation_response_body_for_content_types.md) | -[**post_uri_format_request_body**](content_type_json_api/post_uri_format_request_body.md) | -[**post_uri_format_response_body_for_content_types**](content_type_json_api/post_uri_format_response_body_for_content_types.md) | -[**post_uri_reference_format_request_body**](content_type_json_api/post_uri_reference_format_request_body.md) | -[**post_uri_reference_format_response_body_for_content_types**](content_type_json_api/post_uri_reference_format_response_body_for_content_types.md) | -[**post_uri_template_format_request_body**](content_type_json_api/post_uri_template_format_request_body.md) | -[**post_uri_template_format_response_body_for_content_types**](content_type_json_api/post_uri_template_format_response_body_for_content_types.md) | +[**post_additionalproperties_allows_a_schema_which_should_validate_request_body**](../../paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post.md) | +[**post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post.md) | +[**post_additionalproperties_are_allowed_by_default_request_body**](../../paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post.md) | +[**post_additionalproperties_are_allowed_by_default_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post.md) | +[**post_additionalproperties_can_exist_by_itself_request_body**](../../paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post.md) | +[**post_additionalproperties_can_exist_by_itself_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post.md) | +[**post_additionalproperties_should_not_look_in_applicators_request_body**](../../paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post.md) | +[**post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post.md) | +[**post_allof_combined_with_anyof_oneof_request_body**](../../paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post.md) | +[**post_allof_combined_with_anyof_oneof_response_body_for_content_types**](../../paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post.md) | +[**post_allof_request_body**](../../paths/request_body_post_allof_request_body/post.md) | +[**post_allof_response_body_for_content_types**](../../paths/response_body_post_allof_response_body_for_content_types/post.md) | +[**post_allof_simple_types_request_body**](../../paths/request_body_post_allof_simple_types_request_body/post.md) | +[**post_allof_simple_types_response_body_for_content_types**](../../paths/response_body_post_allof_simple_types_response_body_for_content_types/post.md) | +[**post_allof_with_base_schema_request_body**](../../paths/request_body_post_allof_with_base_schema_request_body/post.md) | +[**post_allof_with_base_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post.md) | +[**post_allof_with_one_empty_schema_request_body**](../../paths/request_body_post_allof_with_one_empty_schema_request_body/post.md) | +[**post_allof_with_one_empty_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post.md) | +[**post_allof_with_the_first_empty_schema_request_body**](../../paths/request_body_post_allof_with_the_first_empty_schema_request_body/post.md) | +[**post_allof_with_the_first_empty_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post.md) | +[**post_allof_with_the_last_empty_schema_request_body**](../../paths/request_body_post_allof_with_the_last_empty_schema_request_body/post.md) | +[**post_allof_with_the_last_empty_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post.md) | +[**post_allof_with_two_empty_schemas_request_body**](../../paths/request_body_post_allof_with_two_empty_schemas_request_body/post.md) | +[**post_allof_with_two_empty_schemas_response_body_for_content_types**](../../paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post.md) | +[**post_anyof_complex_types_request_body**](../../paths/request_body_post_anyof_complex_types_request_body/post.md) | +[**post_anyof_complex_types_response_body_for_content_types**](../../paths/response_body_post_anyof_complex_types_response_body_for_content_types/post.md) | +[**post_anyof_request_body**](../../paths/request_body_post_anyof_request_body/post.md) | +[**post_anyof_response_body_for_content_types**](../../paths/response_body_post_anyof_response_body_for_content_types/post.md) | +[**post_anyof_with_base_schema_request_body**](../../paths/request_body_post_anyof_with_base_schema_request_body/post.md) | +[**post_anyof_with_base_schema_response_body_for_content_types**](../../paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post.md) | +[**post_anyof_with_one_empty_schema_request_body**](../../paths/request_body_post_anyof_with_one_empty_schema_request_body/post.md) | +[**post_anyof_with_one_empty_schema_response_body_for_content_types**](../../paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post.md) | +[**post_array_type_matches_arrays_request_body**](../../paths/request_body_post_array_type_matches_arrays_request_body/post.md) | +[**post_array_type_matches_arrays_response_body_for_content_types**](../../paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post.md) | +[**post_boolean_type_matches_booleans_request_body**](../../paths/request_body_post_boolean_type_matches_booleans_request_body/post.md) | +[**post_boolean_type_matches_booleans_response_body_for_content_types**](../../paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post.md) | +[**post_by_int_request_body**](../../paths/request_body_post_by_int_request_body/post.md) | +[**post_by_int_response_body_for_content_types**](../../paths/response_body_post_by_int_response_body_for_content_types/post.md) | +[**post_by_number_request_body**](../../paths/request_body_post_by_number_request_body/post.md) | +[**post_by_number_response_body_for_content_types**](../../paths/response_body_post_by_number_response_body_for_content_types/post.md) | +[**post_by_small_number_request_body**](../../paths/request_body_post_by_small_number_request_body/post.md) | +[**post_by_small_number_response_body_for_content_types**](../../paths/response_body_post_by_small_number_response_body_for_content_types/post.md) | +[**post_date_time_format_request_body**](../../paths/request_body_post_date_time_format_request_body/post.md) | +[**post_date_time_format_response_body_for_content_types**](../../paths/response_body_post_date_time_format_response_body_for_content_types/post.md) | +[**post_email_format_request_body**](../../paths/request_body_post_email_format_request_body/post.md) | +[**post_email_format_response_body_for_content_types**](../../paths/response_body_post_email_format_response_body_for_content_types/post.md) | +[**post_enum_with0_does_not_match_false_request_body**](../../paths/request_body_post_enum_with0_does_not_match_false_request_body/post.md) | +[**post_enum_with0_does_not_match_false_response_body_for_content_types**](../../paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post.md) | +[**post_enum_with1_does_not_match_true_request_body**](../../paths/request_body_post_enum_with1_does_not_match_true_request_body/post.md) | +[**post_enum_with1_does_not_match_true_response_body_for_content_types**](../../paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post.md) | +[**post_enum_with_escaped_characters_request_body**](../../paths/request_body_post_enum_with_escaped_characters_request_body/post.md) | +[**post_enum_with_escaped_characters_response_body_for_content_types**](../../paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post.md) | +[**post_enum_with_false_does_not_match0_request_body**](../../paths/request_body_post_enum_with_false_does_not_match0_request_body/post.md) | +[**post_enum_with_false_does_not_match0_response_body_for_content_types**](../../paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post.md) | +[**post_enum_with_true_does_not_match1_request_body**](../../paths/request_body_post_enum_with_true_does_not_match1_request_body/post.md) | +[**post_enum_with_true_does_not_match1_response_body_for_content_types**](../../paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post.md) | +[**post_enums_in_properties_request_body**](../../paths/request_body_post_enums_in_properties_request_body/post.md) | +[**post_enums_in_properties_response_body_for_content_types**](../../paths/response_body_post_enums_in_properties_response_body_for_content_types/post.md) | +[**post_forbidden_property_request_body**](../../paths/request_body_post_forbidden_property_request_body/post.md) | +[**post_forbidden_property_response_body_for_content_types**](../../paths/response_body_post_forbidden_property_response_body_for_content_types/post.md) | +[**post_hostname_format_request_body**](../../paths/request_body_post_hostname_format_request_body/post.md) | +[**post_hostname_format_response_body_for_content_types**](../../paths/response_body_post_hostname_format_response_body_for_content_types/post.md) | +[**post_integer_type_matches_integers_request_body**](../../paths/request_body_post_integer_type_matches_integers_request_body/post.md) | +[**post_integer_type_matches_integers_response_body_for_content_types**](../../paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post.md) | +[**post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body**](../../paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post.md) | +[**post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types**](../../paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post.md) | +[**post_invalid_string_value_for_default_request_body**](../../paths/request_body_post_invalid_string_value_for_default_request_body/post.md) | +[**post_invalid_string_value_for_default_response_body_for_content_types**](../../paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post.md) | +[**post_ipv4_format_request_body**](../../paths/request_body_post_ipv4_format_request_body/post.md) | +[**post_ipv4_format_response_body_for_content_types**](../../paths/response_body_post_ipv4_format_response_body_for_content_types/post.md) | +[**post_ipv6_format_request_body**](../../paths/request_body_post_ipv6_format_request_body/post.md) | +[**post_ipv6_format_response_body_for_content_types**](../../paths/response_body_post_ipv6_format_response_body_for_content_types/post.md) | +[**post_json_pointer_format_request_body**](../../paths/request_body_post_json_pointer_format_request_body/post.md) | +[**post_json_pointer_format_response_body_for_content_types**](../../paths/response_body_post_json_pointer_format_response_body_for_content_types/post.md) | +[**post_maximum_validation_request_body**](../../paths/request_body_post_maximum_validation_request_body/post.md) | +[**post_maximum_validation_response_body_for_content_types**](../../paths/response_body_post_maximum_validation_response_body_for_content_types/post.md) | +[**post_maximum_validation_with_unsigned_integer_request_body**](../../paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post.md) | +[**post_maximum_validation_with_unsigned_integer_response_body_for_content_types**](../../paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post.md) | +[**post_maxitems_validation_request_body**](../../paths/request_body_post_maxitems_validation_request_body/post.md) | +[**post_maxitems_validation_response_body_for_content_types**](../../paths/response_body_post_maxitems_validation_response_body_for_content_types/post.md) | +[**post_maxlength_validation_request_body**](../../paths/request_body_post_maxlength_validation_request_body/post.md) | +[**post_maxlength_validation_response_body_for_content_types**](../../paths/response_body_post_maxlength_validation_response_body_for_content_types/post.md) | +[**post_maxproperties0_means_the_object_is_empty_request_body**](../../paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post.md) | +[**post_maxproperties0_means_the_object_is_empty_response_body_for_content_types**](../../paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post.md) | +[**post_maxproperties_validation_request_body**](../../paths/request_body_post_maxproperties_validation_request_body/post.md) | +[**post_maxproperties_validation_response_body_for_content_types**](../../paths/response_body_post_maxproperties_validation_response_body_for_content_types/post.md) | +[**post_minimum_validation_request_body**](../../paths/request_body_post_minimum_validation_request_body/post.md) | +[**post_minimum_validation_response_body_for_content_types**](../../paths/response_body_post_minimum_validation_response_body_for_content_types/post.md) | +[**post_minimum_validation_with_signed_integer_request_body**](../../paths/request_body_post_minimum_validation_with_signed_integer_request_body/post.md) | +[**post_minimum_validation_with_signed_integer_response_body_for_content_types**](../../paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post.md) | +[**post_minitems_validation_request_body**](../../paths/request_body_post_minitems_validation_request_body/post.md) | +[**post_minitems_validation_response_body_for_content_types**](../../paths/response_body_post_minitems_validation_response_body_for_content_types/post.md) | +[**post_minlength_validation_request_body**](../../paths/request_body_post_minlength_validation_request_body/post.md) | +[**post_minlength_validation_response_body_for_content_types**](../../paths/response_body_post_minlength_validation_response_body_for_content_types/post.md) | +[**post_minproperties_validation_request_body**](../../paths/request_body_post_minproperties_validation_request_body/post.md) | +[**post_minproperties_validation_response_body_for_content_types**](../../paths/response_body_post_minproperties_validation_response_body_for_content_types/post.md) | +[**post_nested_allof_to_check_validation_semantics_request_body**](../../paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post.md) | +[**post_nested_allof_to_check_validation_semantics_response_body_for_content_types**](../../paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post.md) | +[**post_nested_anyof_to_check_validation_semantics_request_body**](../../paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post.md) | +[**post_nested_anyof_to_check_validation_semantics_response_body_for_content_types**](../../paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post.md) | +[**post_nested_items_request_body**](../../paths/request_body_post_nested_items_request_body/post.md) | +[**post_nested_items_response_body_for_content_types**](../../paths/response_body_post_nested_items_response_body_for_content_types/post.md) | +[**post_nested_oneof_to_check_validation_semantics_request_body**](../../paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post.md) | +[**post_nested_oneof_to_check_validation_semantics_response_body_for_content_types**](../../paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post.md) | +[**post_not_more_complex_schema_request_body**](../../paths/request_body_post_not_more_complex_schema_request_body/post.md) | +[**post_not_more_complex_schema_response_body_for_content_types**](../../paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post.md) | +[**post_not_request_body**](../../paths/request_body_post_not_request_body/post.md) | +[**post_not_response_body_for_content_types**](../../paths/response_body_post_not_response_body_for_content_types/post.md) | +[**post_nul_characters_in_strings_request_body**](../../paths/request_body_post_nul_characters_in_strings_request_body/post.md) | +[**post_nul_characters_in_strings_response_body_for_content_types**](../../paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post.md) | +[**post_null_type_matches_only_the_null_object_request_body**](../../paths/request_body_post_null_type_matches_only_the_null_object_request_body/post.md) | +[**post_null_type_matches_only_the_null_object_response_body_for_content_types**](../../paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post.md) | +[**post_number_type_matches_numbers_request_body**](../../paths/request_body_post_number_type_matches_numbers_request_body/post.md) | +[**post_number_type_matches_numbers_response_body_for_content_types**](../../paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post.md) | +[**post_object_properties_validation_request_body**](../../paths/request_body_post_object_properties_validation_request_body/post.md) | +[**post_object_properties_validation_response_body_for_content_types**](../../paths/response_body_post_object_properties_validation_response_body_for_content_types/post.md) | +[**post_object_type_matches_objects_request_body**](../../paths/request_body_post_object_type_matches_objects_request_body/post.md) | +[**post_object_type_matches_objects_response_body_for_content_types**](../../paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post.md) | +[**post_oneof_complex_types_request_body**](../../paths/request_body_post_oneof_complex_types_request_body/post.md) | +[**post_oneof_complex_types_response_body_for_content_types**](../../paths/response_body_post_oneof_complex_types_response_body_for_content_types/post.md) | +[**post_oneof_request_body**](../../paths/request_body_post_oneof_request_body/post.md) | +[**post_oneof_response_body_for_content_types**](../../paths/response_body_post_oneof_response_body_for_content_types/post.md) | +[**post_oneof_with_base_schema_request_body**](../../paths/request_body_post_oneof_with_base_schema_request_body/post.md) | +[**post_oneof_with_base_schema_response_body_for_content_types**](../../paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post.md) | +[**post_oneof_with_empty_schema_request_body**](../../paths/request_body_post_oneof_with_empty_schema_request_body/post.md) | +[**post_oneof_with_empty_schema_response_body_for_content_types**](../../paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post.md) | +[**post_oneof_with_required_request_body**](../../paths/request_body_post_oneof_with_required_request_body/post.md) | +[**post_oneof_with_required_response_body_for_content_types**](../../paths/response_body_post_oneof_with_required_response_body_for_content_types/post.md) | +[**post_pattern_is_not_anchored_request_body**](../../paths/request_body_post_pattern_is_not_anchored_request_body/post.md) | +[**post_pattern_is_not_anchored_response_body_for_content_types**](../../paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post.md) | +[**post_pattern_validation_request_body**](../../paths/request_body_post_pattern_validation_request_body/post.md) | +[**post_pattern_validation_response_body_for_content_types**](../../paths/response_body_post_pattern_validation_response_body_for_content_types/post.md) | +[**post_properties_with_escaped_characters_request_body**](../../paths/request_body_post_properties_with_escaped_characters_request_body/post.md) | +[**post_properties_with_escaped_characters_response_body_for_content_types**](../../paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post.md) | +[**post_property_named_ref_that_is_not_a_reference_request_body**](../../paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post.md) | +[**post_property_named_ref_that_is_not_a_reference_response_body_for_content_types**](../../paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post.md) | +[**post_ref_in_additionalproperties_request_body**](../../paths/request_body_post_ref_in_additionalproperties_request_body/post.md) | +[**post_ref_in_additionalproperties_response_body_for_content_types**](../../paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post.md) | +[**post_ref_in_allof_request_body**](../../paths/request_body_post_ref_in_allof_request_body/post.md) | +[**post_ref_in_allof_response_body_for_content_types**](../../paths/response_body_post_ref_in_allof_response_body_for_content_types/post.md) | +[**post_ref_in_anyof_request_body**](../../paths/request_body_post_ref_in_anyof_request_body/post.md) | +[**post_ref_in_anyof_response_body_for_content_types**](../../paths/response_body_post_ref_in_anyof_response_body_for_content_types/post.md) | +[**post_ref_in_items_request_body**](../../paths/request_body_post_ref_in_items_request_body/post.md) | +[**post_ref_in_items_response_body_for_content_types**](../../paths/response_body_post_ref_in_items_response_body_for_content_types/post.md) | +[**post_ref_in_not_request_body**](../../paths/request_body_post_ref_in_not_request_body/post.md) | +[**post_ref_in_not_response_body_for_content_types**](../../paths/response_body_post_ref_in_not_response_body_for_content_types/post.md) | +[**post_ref_in_oneof_request_body**](../../paths/request_body_post_ref_in_oneof_request_body/post.md) | +[**post_ref_in_oneof_response_body_for_content_types**](../../paths/response_body_post_ref_in_oneof_response_body_for_content_types/post.md) | +[**post_ref_in_property_request_body**](../../paths/request_body_post_ref_in_property_request_body/post.md) | +[**post_ref_in_property_response_body_for_content_types**](../../paths/response_body_post_ref_in_property_response_body_for_content_types/post.md) | +[**post_required_default_validation_request_body**](../../paths/request_body_post_required_default_validation_request_body/post.md) | +[**post_required_default_validation_response_body_for_content_types**](../../paths/response_body_post_required_default_validation_response_body_for_content_types/post.md) | +[**post_required_validation_request_body**](../../paths/request_body_post_required_validation_request_body/post.md) | +[**post_required_validation_response_body_for_content_types**](../../paths/response_body_post_required_validation_response_body_for_content_types/post.md) | +[**post_required_with_empty_array_request_body**](../../paths/request_body_post_required_with_empty_array_request_body/post.md) | +[**post_required_with_empty_array_response_body_for_content_types**](../../paths/response_body_post_required_with_empty_array_response_body_for_content_types/post.md) | +[**post_required_with_escaped_characters_request_body**](../../paths/request_body_post_required_with_escaped_characters_request_body/post.md) | +[**post_required_with_escaped_characters_response_body_for_content_types**](../../paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post.md) | +[**post_simple_enum_validation_request_body**](../../paths/request_body_post_simple_enum_validation_request_body/post.md) | +[**post_simple_enum_validation_response_body_for_content_types**](../../paths/response_body_post_simple_enum_validation_response_body_for_content_types/post.md) | +[**post_string_type_matches_strings_request_body**](../../paths/request_body_post_string_type_matches_strings_request_body/post.md) | +[**post_string_type_matches_strings_response_body_for_content_types**](../../paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post.md) | +[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body**](../../paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post.md) | +[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types**](../../paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post.md) | +[**post_uniqueitems_false_validation_request_body**](../../paths/request_body_post_uniqueitems_false_validation_request_body/post.md) | +[**post_uniqueitems_false_validation_response_body_for_content_types**](../../paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post.md) | +[**post_uniqueitems_validation_request_body**](../../paths/request_body_post_uniqueitems_validation_request_body/post.md) | +[**post_uniqueitems_validation_response_body_for_content_types**](../../paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post.md) | +[**post_uri_format_request_body**](../../paths/request_body_post_uri_format_request_body/post.md) | +[**post_uri_format_response_body_for_content_types**](../../paths/response_body_post_uri_format_response_body_for_content_types/post.md) | +[**post_uri_reference_format_request_body**](../../paths/request_body_post_uri_reference_format_request_body/post.md) | +[**post_uri_reference_format_response_body_for_content_types**](../../paths/response_body_post_uri_reference_format_response_body_for_content_types/post.md) | +[**post_uri_template_format_request_body**](../../paths/request_body_post_uri_template_format_request_body/post.md) | +[**post_uri_template_format_response_body_for_content_types**](../../paths/response_body_post_uri_template_format_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md deleted file mode 100644 index 0ff4ecf29fd..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md +++ /dev/null @@ -1,101 +0,0 @@ - -# **post_additionalproperties_allows_a_schema_which_should_validate_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAdditionalpropertiesAllowsASchemaWhichShouldValidateRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAllowsASchemaWhichShouldValidate](../../../components/schema/additionalproperties_allows_a_schema_which_should_validate.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = additionalproperties_allows_a_schema_which_should_validate.AdditionalpropertiesAllowsASchemaWhichShouldValidate( - foo=None, - bar=None, - ) - try: - api_response = api_instance.post_additionalproperties_allows_a_schema_which_should_validate_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_additionalproperties_allows_a_schema_which_should_validate_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md deleted file mode 100644 index 544ab4bde76..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAdditionalpropertiesAllowsASchemaWhichShouldValidateResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAllowsASchemaWhichShouldValidate](../../../components/schema/additionalproperties_allows_a_schema_which_should_validate.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_are_allowed_by_default_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_are_allowed_by_default_request_body.md deleted file mode 100644 index d1b935727b4..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_are_allowed_by_default_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_additionalproperties_are_allowed_by_default_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAdditionalpropertiesAreAllowedByDefaultRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAreAllowedByDefault](../../../components/schema/additionalproperties_are_allowed_by_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = additionalproperties_are_allowed_by_default.AdditionalpropertiesAreAllowedByDefault(None) - try: - api_response = api_instance.post_additionalproperties_are_allowed_by_default_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_additionalproperties_are_allowed_by_default_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md deleted file mode 100644 index 4008524feb6..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_additionalproperties_are_allowed_by_default_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAdditionalpropertiesAreAllowedByDefaultResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAreAllowedByDefault](../../../components/schema/additionalproperties_are_allowed_by_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_additionalproperties_are_allowed_by_default_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_additionalproperties_are_allowed_by_default_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_can_exist_by_itself_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_can_exist_by_itself_request_body.md deleted file mode 100644 index d5eacc84f0b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_can_exist_by_itself_request_body.md +++ /dev/null @@ -1,100 +0,0 @@ - -# **post_additionalproperties_can_exist_by_itself_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAdditionalpropertiesCanExistByItselfRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesCanExistByItself](../../../components/schema/additionalproperties_can_exist_by_itself.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = additionalproperties_can_exist_by_itself.AdditionalpropertiesCanExistByItself( - key=True, - ) - try: - api_response = api_instance.post_additionalproperties_can_exist_by_itself_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_additionalproperties_can_exist_by_itself_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md deleted file mode 100644 index 231bcf6bc0e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_additionalproperties_can_exist_by_itself_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAdditionalpropertiesCanExistByItselfResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesCanExistByItself](../../../components/schema/additionalproperties_can_exist_by_itself.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_additionalproperties_can_exist_by_itself_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_additionalproperties_can_exist_by_itself_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_should_not_look_in_applicators_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_should_not_look_in_applicators_request_body.md deleted file mode 100644 index 1b68a6d28f4..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_should_not_look_in_applicators_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_additionalproperties_should_not_look_in_applicators_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAdditionalpropertiesShouldNotLookInApplicatorsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesShouldNotLookInApplicators](../../../components/schema/additionalproperties_should_not_look_in_applicators.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = additionalproperties_should_not_look_in_applicators.AdditionalpropertiesShouldNotLookInApplicators(None) - try: - api_response = api_instance.post_additionalproperties_should_not_look_in_applicators_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_additionalproperties_should_not_look_in_applicators_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md deleted file mode 100644 index d3d64b62c20..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAdditionalpropertiesShouldNotLookInApplicatorsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesShouldNotLookInApplicators](../../../components/schema/additionalproperties_should_not_look_in_applicators.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_combined_with_anyof_oneof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_combined_with_anyof_oneof_request_body.md deleted file mode 100644 index 71d2a395d48..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_combined_with_anyof_oneof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_combined_with_anyof_oneof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofCombinedWithAnyofOneofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofCombinedWithAnyofOneof](../../../components/schema/allof_combined_with_anyof_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_combined_with_anyof_oneof.AllofCombinedWithAnyofOneof(None) - try: - api_response = api_instance.post_allof_combined_with_anyof_oneof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_combined_with_anyof_oneof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md deleted file mode 100644 index e0882dc4b3a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_combined_with_anyof_oneof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofCombinedWithAnyofOneofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofCombinedWithAnyofOneof](../../../components/schema/allof_combined_with_anyof_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_combined_with_anyof_oneof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_combined_with_anyof_oneof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_request_body.md deleted file mode 100644 index 10cd59e2e58..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Allof](../../../components/schema/allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = allof.Allof(None) - try: - api_response = api_instance.post_allof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_response_body_for_content_types.md deleted file mode 100644 index b4f5b288f91..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Allof](../../../components/schema/allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_simple_types_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_simple_types_request_body.md deleted file mode 100644 index e0a584bc19c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_simple_types_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_simple_types_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofSimpleTypesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofSimpleTypes](../../../components/schema/allof_simple_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_simple_types.AllofSimpleTypes(None) - try: - api_response = api_instance.post_allof_simple_types_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_simple_types_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_simple_types_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_simple_types_response_body_for_content_types.md deleted file mode 100644 index d8b555922a1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_simple_types_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_simple_types_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofSimpleTypesResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofSimpleTypes](../../../components/schema/allof_simple_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_simple_types_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_simple_types_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_base_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_base_schema_request_body.md deleted file mode 100644 index b02215f5ba6..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_base_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_with_base_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofWithBaseSchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithBaseSchema](../../../components/schema/allof_with_base_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_with_base_schema.AllofWithBaseSchema({}) - try: - api_response = api_instance.post_allof_with_base_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_with_base_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_base_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_base_schema_response_body_for_content_types.md deleted file mode 100644 index 93eb7562836..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_base_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_with_base_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofWithBaseSchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithBaseSchema](../../../components/schema/allof_with_base_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_with_base_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_with_base_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_one_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_one_empty_schema_request_body.md deleted file mode 100644 index ecd802bd149..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_one_empty_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_with_one_empty_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofWithOneEmptySchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithOneEmptySchema](../../../components/schema/allof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_with_one_empty_schema.AllofWithOneEmptySchema(None) - try: - api_response = api_instance.post_allof_with_one_empty_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_with_one_empty_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_one_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_one_empty_schema_response_body_for_content_types.md deleted file mode 100644 index 0e405465144..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_one_empty_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_with_one_empty_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofWithOneEmptySchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithOneEmptySchema](../../../components/schema/allof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_with_one_empty_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_with_one_empty_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_first_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_first_empty_schema_request_body.md deleted file mode 100644 index d78489be20c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_first_empty_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_with_the_first_empty_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofWithTheFirstEmptySchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTheFirstEmptySchema](../../../components/schema/allof_with_the_first_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_with_the_first_empty_schema.AllofWithTheFirstEmptySchema(None) - try: - api_response = api_instance.post_allof_with_the_first_empty_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_with_the_first_empty_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md deleted file mode 100644 index 4693c061c8a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_with_the_first_empty_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofWithTheFirstEmptySchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTheFirstEmptySchema](../../../components/schema/allof_with_the_first_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_with_the_first_empty_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_with_the_first_empty_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_last_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_last_empty_schema_request_body.md deleted file mode 100644 index 53b0305476b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_last_empty_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_with_the_last_empty_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofWithTheLastEmptySchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTheLastEmptySchema](../../../components/schema/allof_with_the_last_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_with_the_last_empty_schema.AllofWithTheLastEmptySchema(None) - try: - api_response = api_instance.post_allof_with_the_last_empty_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_with_the_last_empty_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md deleted file mode 100644 index ee29a4529c4..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_with_the_last_empty_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofWithTheLastEmptySchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTheLastEmptySchema](../../../components/schema/allof_with_the_last_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_with_the_last_empty_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_with_the_last_empty_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_two_empty_schemas_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_two_empty_schemas_request_body.md deleted file mode 100644 index 56aa977ac9d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_two_empty_schemas_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_with_two_empty_schemas_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofWithTwoEmptySchemasRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTwoEmptySchemas](../../../components/schema/allof_with_two_empty_schemas.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_with_two_empty_schemas.AllofWithTwoEmptySchemas(None) - try: - api_response = api_instance.post_allof_with_two_empty_schemas_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_with_two_empty_schemas_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md deleted file mode 100644 index 6210ad5394d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_with_two_empty_schemas_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofWithTwoEmptySchemasResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTwoEmptySchemas](../../../components/schema/allof_with_two_empty_schemas.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_with_two_empty_schemas_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_allof_with_two_empty_schemas_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_complex_types_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_complex_types_request_body.md deleted file mode 100644 index e2cc7751932..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_complex_types_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_anyof_complex_types_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAnyofComplexTypesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofComplexTypes](../../../components/schema/anyof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = anyof_complex_types.AnyofComplexTypes(None) - try: - api_response = api_instance.post_anyof_complex_types_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_anyof_complex_types_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_complex_types_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_complex_types_response_body_for_content_types.md deleted file mode 100644 index 1e15557c1fa..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_complex_types_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_anyof_complex_types_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAnyofComplexTypesResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofComplexTypes](../../../components/schema/anyof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_anyof_complex_types_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_anyof_complex_types_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_request_body.md deleted file mode 100644 index f06b6613cd7..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_anyof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAnyofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Anyof](../../../components/schema/anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = anyof.Anyof(None) - try: - api_response = api_instance.post_anyof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_anyof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_response_body_for_content_types.md deleted file mode 100644 index ffec6ed9982..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_anyof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAnyofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Anyof](../../../components/schema/anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_anyof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_anyof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_base_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_base_schema_request_body.md deleted file mode 100644 index f8dc17ab642..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_base_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_anyof_with_base_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAnyofWithBaseSchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), str] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofWithBaseSchema](../../../components/schema/anyof_with_base_schema.md) | str | str | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = anyof_with_base_schema.AnyofWithBaseSchema("string_example") - try: - api_response = api_instance.post_anyof_with_base_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_anyof_with_base_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_base_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_base_schema_response_body_for_content_types.md deleted file mode 100644 index c4fd64a37d5..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_base_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_anyof_with_base_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAnyofWithBaseSchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofWithBaseSchema](../../../components/schema/anyof_with_base_schema.md) | str | str | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_anyof_with_base_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_anyof_with_base_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_one_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_one_empty_schema_request_body.md deleted file mode 100644 index 4c102d26440..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_one_empty_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_anyof_with_one_empty_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAnyofWithOneEmptySchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofWithOneEmptySchema](../../../components/schema/anyof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = anyof_with_one_empty_schema.AnyofWithOneEmptySchema(None) - try: - api_response = api_instance.post_anyof_with_one_empty_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_anyof_with_one_empty_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md deleted file mode 100644 index cce12bab757..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_anyof_with_one_empty_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAnyofWithOneEmptySchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofWithOneEmptySchema](../../../components/schema/anyof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_anyof_with_one_empty_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_anyof_with_one_empty_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_array_type_matches_arrays_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_array_type_matches_arrays_request_body.md deleted file mode 100644 index d2429f4dac0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_array_type_matches_arrays_request_body.md +++ /dev/null @@ -1,100 +0,0 @@ - -# **post_array_type_matches_arrays_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postArrayTypeMatchesArraysRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), list, tuple] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ArrayTypeMatchesArrays](../../../components/schema/array_type_matches_arrays.md) | list, tuple | tuple | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = array_type_matches_arrays.ArrayTypeMatchesArrays([ - None - ]) - try: - api_response = api_instance.post_array_type_matches_arrays_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_array_type_matches_arrays_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_array_type_matches_arrays_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_array_type_matches_arrays_response_body_for_content_types.md deleted file mode 100644 index 4974d3fdd2c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_array_type_matches_arrays_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_array_type_matches_arrays_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postArrayTypeMatchesArraysResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ArrayTypeMatchesArrays](../../../components/schema/array_type_matches_arrays.md) | list, tuple | tuple | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_array_type_matches_arrays_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_array_type_matches_arrays_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_boolean_type_matches_booleans_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_boolean_type_matches_booleans_request_body.md deleted file mode 100644 index 4c74312baee..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_boolean_type_matches_booleans_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_boolean_type_matches_booleans_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postBooleanTypeMatchesBooleansRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), bool] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[BooleanTypeMatchesBooleans](../../../components/schema/boolean_type_matches_booleans.md) | bool | BoolClass | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = boolean_type_matches_booleans.BooleanTypeMatchesBooleans(True) - try: - api_response = api_instance.post_boolean_type_matches_booleans_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_boolean_type_matches_booleans_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_boolean_type_matches_booleans_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_boolean_type_matches_booleans_response_body_for_content_types.md deleted file mode 100644 index ea36cce4cd1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_boolean_type_matches_booleans_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_boolean_type_matches_booleans_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postBooleanTypeMatchesBooleansResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[BooleanTypeMatchesBooleans](../../../components/schema/boolean_type_matches_booleans.md) | bool | BoolClass | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_boolean_type_matches_booleans_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_boolean_type_matches_booleans_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_int_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_int_request_body.md deleted file mode 100644 index 11f608e9e23..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_int_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_by_int_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postByIntRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ByInt](../../../components/schema/by_int.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = by_int.ByInt(None) - try: - api_response = api_instance.post_by_int_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_by_int_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_int_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_int_response_body_for_content_types.md deleted file mode 100644 index 5c725ea2837..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_int_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_by_int_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postByIntResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ByInt](../../../components/schema/by_int.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_by_int_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_by_int_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_number_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_number_request_body.md deleted file mode 100644 index 793fc239ae9..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_number_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_by_number_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postByNumberRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ByNumber](../../../components/schema/by_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = by_number.ByNumber(None) - try: - api_response = api_instance.post_by_number_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_by_number_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_number_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_number_response_body_for_content_types.md deleted file mode 100644 index 2028618f638..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_number_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_by_number_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postByNumberResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ByNumber](../../../components/schema/by_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_by_number_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_by_number_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_small_number_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_small_number_request_body.md deleted file mode 100644 index 504b6abe66d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_small_number_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_by_small_number_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postBySmallNumberRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[BySmallNumber](../../../components/schema/by_small_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = by_small_number.BySmallNumber(None) - try: - api_response = api_instance.post_by_small_number_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_by_small_number_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_small_number_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_small_number_response_body_for_content_types.md deleted file mode 100644 index 8059b1bd996..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_by_small_number_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_by_small_number_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postBySmallNumberResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[BySmallNumber](../../../components/schema/by_small_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_by_small_number_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_by_small_number_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_date_time_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_date_time_format_request_body.md deleted file mode 100644 index 7ff90523ebb..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_date_time_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_date_time_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postDateTimeFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[DateTimeFormat](../../../components/schema/date_time_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = date_time_format.DateTimeFormat(None) - try: - api_response = api_instance.post_date_time_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_date_time_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_date_time_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_date_time_format_response_body_for_content_types.md deleted file mode 100644 index 763029c43c1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_date_time_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_date_time_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postDateTimeFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[DateTimeFormat](../../../components/schema/date_time_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_date_time_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_date_time_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_email_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_email_format_request_body.md deleted file mode 100644 index 38c12f2f2dc..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_email_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_email_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEmailFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EmailFormat](../../../components/schema/email_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = email_format.EmailFormat(None) - try: - api_response = api_instance.post_email_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_email_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_email_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_email_format_response_body_for_content_types.md deleted file mode 100644 index 08e1605d7bc..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_email_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_email_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEmailFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EmailFormat](../../../components/schema/email_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_email_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_email_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with0_does_not_match_false_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with0_does_not_match_false_request_body.md deleted file mode 100644 index 602c8093dff..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with0_does_not_match_false_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_enum_with0_does_not_match_false_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumWith0DoesNotMatchFalseRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int, float] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWith0DoesNotMatchFalse](../../../components/schema/enum_with0_does_not_match_false.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = enum_with0_does_not_match_false.EnumWith0DoesNotMatchFalse(0) - try: - api_response = api_instance.post_enum_with0_does_not_match_false_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_enum_with0_does_not_match_false_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md deleted file mode 100644 index b3088862009..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enum_with0_does_not_match_false_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumWith0DoesNotMatchFalseResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWith0DoesNotMatchFalse](../../../components/schema/enum_with0_does_not_match_false.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enum_with0_does_not_match_false_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_enum_with0_does_not_match_false_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with1_does_not_match_true_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with1_does_not_match_true_request_body.md deleted file mode 100644 index 607da94e5ea..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with1_does_not_match_true_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_enum_with1_does_not_match_true_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumWith1DoesNotMatchTrueRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int, float] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWith1DoesNotMatchTrue](../../../components/schema/enum_with1_does_not_match_true.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = enum_with1_does_not_match_true.EnumWith1DoesNotMatchTrue(1) - try: - api_response = api_instance.post_enum_with1_does_not_match_true_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_enum_with1_does_not_match_true_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md deleted file mode 100644 index 4e7c4260865..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enum_with1_does_not_match_true_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumWith1DoesNotMatchTrueResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWith1DoesNotMatchTrue](../../../components/schema/enum_with1_does_not_match_true.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enum_with1_does_not_match_true_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_enum_with1_does_not_match_true_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_escaped_characters_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_escaped_characters_request_body.md deleted file mode 100644 index ac29642705f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_escaped_characters_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_enum_with_escaped_characters_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumWithEscapedCharactersRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), str] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithEscapedCharacters](../../../components/schema/enum_with_escaped_characters.md) | str | str | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = enum_with_escaped_characters.EnumWithEscapedCharacters("foo\nbar") - try: - api_response = api_instance.post_enum_with_escaped_characters_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_enum_with_escaped_characters_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_escaped_characters_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_escaped_characters_response_body_for_content_types.md deleted file mode 100644 index bb507d310bb..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_escaped_characters_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enum_with_escaped_characters_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumWithEscapedCharactersResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithEscapedCharacters](../../../components/schema/enum_with_escaped_characters.md) | str | str | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enum_with_escaped_characters_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_enum_with_escaped_characters_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_false_does_not_match0_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_false_does_not_match0_request_body.md deleted file mode 100644 index 682be40cea6..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_false_does_not_match0_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_enum_with_false_does_not_match0_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumWithFalseDoesNotMatch0RequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), bool] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithFalseDoesNotMatch0](../../../components/schema/enum_with_false_does_not_match0.md) | bool | BoolClass | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = enum_with_false_does_not_match0.EnumWithFalseDoesNotMatch0(False) - try: - api_response = api_instance.post_enum_with_false_does_not_match0_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_enum_with_false_does_not_match0_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md deleted file mode 100644 index 0a71efd0fa2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enum_with_false_does_not_match0_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumWithFalseDoesNotMatch0ResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithFalseDoesNotMatch0](../../../components/schema/enum_with_false_does_not_match0.md) | bool | BoolClass | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enum_with_false_does_not_match0_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_enum_with_false_does_not_match0_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_true_does_not_match1_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_true_does_not_match1_request_body.md deleted file mode 100644 index ed67896ed8a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_true_does_not_match1_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_enum_with_true_does_not_match1_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumWithTrueDoesNotMatch1RequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), bool] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithTrueDoesNotMatch1](../../../components/schema/enum_with_true_does_not_match1.md) | bool | BoolClass | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = enum_with_true_does_not_match1.EnumWithTrueDoesNotMatch1(True) - try: - api_response = api_instance.post_enum_with_true_does_not_match1_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_enum_with_true_does_not_match1_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md deleted file mode 100644 index feaf5f05bc5..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enum_with_true_does_not_match1_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumWithTrueDoesNotMatch1ResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithTrueDoesNotMatch1](../../../components/schema/enum_with_true_does_not_match1.md) | bool | BoolClass | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enum_with_true_does_not_match1_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_enum_with_true_does_not_match1_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enums_in_properties_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enums_in_properties_request_body.md deleted file mode 100644 index 667b866d3d7..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enums_in_properties_request_body.md +++ /dev/null @@ -1,101 +0,0 @@ - -# **post_enums_in_properties_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumsInPropertiesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumsInProperties](../../../components/schema/enums_in_properties.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = enums_in_properties.EnumsInProperties( - foo="foo", - bar="bar", - ) - try: - api_response = api_instance.post_enums_in_properties_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_enums_in_properties_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enums_in_properties_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enums_in_properties_response_body_for_content_types.md deleted file mode 100644 index 00d9e7d3842..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_enums_in_properties_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enums_in_properties_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumsInPropertiesResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumsInProperties](../../../components/schema/enums_in_properties.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enums_in_properties_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_enums_in_properties_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_forbidden_property_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_forbidden_property_request_body.md deleted file mode 100644 index 3eb34278f9c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_forbidden_property_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_forbidden_property_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postForbiddenPropertyRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ForbiddenProperty](../../../components/schema/forbidden_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = forbidden_property.ForbiddenProperty(None) - try: - api_response = api_instance.post_forbidden_property_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_forbidden_property_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_forbidden_property_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_forbidden_property_response_body_for_content_types.md deleted file mode 100644 index fc9511e23b1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_forbidden_property_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_forbidden_property_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postForbiddenPropertyResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ForbiddenProperty](../../../components/schema/forbidden_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_forbidden_property_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_forbidden_property_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_hostname_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_hostname_format_request_body.md deleted file mode 100644 index 1e7dcb6ecfc..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_hostname_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_hostname_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postHostnameFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[HostnameFormat](../../../components/schema/hostname_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = hostname_format.HostnameFormat(None) - try: - api_response = api_instance.post_hostname_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_hostname_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_hostname_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_hostname_format_response_body_for_content_types.md deleted file mode 100644 index 77ccc96605a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_hostname_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_hostname_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postHostnameFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[HostnameFormat](../../../components/schema/hostname_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_hostname_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_hostname_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_integer_type_matches_integers_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_integer_type_matches_integers_request_body.md deleted file mode 100644 index 284e338a4cc..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_integer_type_matches_integers_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_integer_type_matches_integers_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postIntegerTypeMatchesIntegersRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[IntegerTypeMatchesIntegers](../../../components/schema/integer_type_matches_integers.md) | decimal.Decimal, int | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = integer_type_matches_integers.IntegerTypeMatchesIntegers(1) - try: - api_response = api_instance.post_integer_type_matches_integers_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_integer_type_matches_integers_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_integer_type_matches_integers_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_integer_type_matches_integers_response_body_for_content_types.md deleted file mode 100644 index 2bbde54fa52..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_integer_type_matches_integers_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_integer_type_matches_integers_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postIntegerTypeMatchesIntegersResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[IntegerTypeMatchesIntegers](../../../components/schema/integer_type_matches_integers.md) | decimal.Decimal, int | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_integer_type_matches_integers_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_integer_type_matches_integers_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md deleted file mode 100644 index 97a54e01ae8..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postInvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf](../../../components/schema/invalid_instance_should_not_raise_error_when_float_division_inf.md) | decimal.Decimal, int | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = invalid_instance_should_not_raise_error_when_float_division_inf.InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf(1) - try: - api_response = api_instance.post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md deleted file mode 100644 index bccf01b25ba..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postInvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf](../../../components/schema/invalid_instance_should_not_raise_error_when_float_division_inf.md) | decimal.Decimal, int | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_string_value_for_default_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_string_value_for_default_request_body.md deleted file mode 100644 index 28eb4636ead..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_string_value_for_default_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_invalid_string_value_for_default_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postInvalidStringValueForDefaultRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[InvalidStringValueForDefault](../../../components/schema/invalid_string_value_for_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = invalid_string_value_for_default.InvalidStringValueForDefault(None) - try: - api_response = api_instance.post_invalid_string_value_for_default_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_invalid_string_value_for_default_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_string_value_for_default_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_string_value_for_default_response_body_for_content_types.md deleted file mode 100644 index 64d083d1c8d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_invalid_string_value_for_default_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_invalid_string_value_for_default_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postInvalidStringValueForDefaultResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[InvalidStringValueForDefault](../../../components/schema/invalid_string_value_for_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_invalid_string_value_for_default_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_invalid_string_value_for_default_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv4_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv4_format_request_body.md deleted file mode 100644 index 512792ca0f9..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv4_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ipv4_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postIpv4FormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Ipv4Format](../../../components/schema/ipv4_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = ipv4_format.Ipv4Format(None) - try: - api_response = api_instance.post_ipv4_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ipv4_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv4_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv4_format_response_body_for_content_types.md deleted file mode 100644 index 5715b38be75..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv4_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ipv4_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postIpv4FormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Ipv4Format](../../../components/schema/ipv4_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ipv4_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ipv4_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv6_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv6_format_request_body.md deleted file mode 100644 index 0bf73a1f441..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv6_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ipv6_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postIpv6FormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Ipv6Format](../../../components/schema/ipv6_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = ipv6_format.Ipv6Format(None) - try: - api_response = api_instance.post_ipv6_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ipv6_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv6_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv6_format_response_body_for_content_types.md deleted file mode 100644 index 3d5ea54fdb2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ipv6_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ipv6_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postIpv6FormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Ipv6Format](../../../components/schema/ipv6_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ipv6_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ipv6_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_json_pointer_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_json_pointer_format_request_body.md deleted file mode 100644 index 28eb8365c29..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_json_pointer_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_json_pointer_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postJsonPointerFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[JsonPointerFormat](../../../components/schema/json_pointer_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = json_pointer_format.JsonPointerFormat(None) - try: - api_response = api_instance.post_json_pointer_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_json_pointer_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_json_pointer_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_json_pointer_format_response_body_for_content_types.md deleted file mode 100644 index 242c358fbca..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_json_pointer_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_json_pointer_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postJsonPointerFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[JsonPointerFormat](../../../components/schema/json_pointer_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_json_pointer_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_json_pointer_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_request_body.md deleted file mode 100644 index 5bd8bfa54f5..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maximum_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaximumValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaximumValidation](../../../components/schema/maximum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = maximum_validation.MaximumValidation(None) - try: - api_response = api_instance.post_maximum_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_maximum_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_response_body_for_content_types.md deleted file mode 100644 index ebb14bdc94c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maximum_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaximumValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaximumValidation](../../../components/schema/maximum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maximum_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_maximum_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_with_unsigned_integer_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_with_unsigned_integer_request_body.md deleted file mode 100644 index 2405eb4d4c8..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_with_unsigned_integer_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maximum_validation_with_unsigned_integer_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaximumValidationWithUnsignedIntegerRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaximumValidationWithUnsignedInteger](../../../components/schema/maximum_validation_with_unsigned_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = maximum_validation_with_unsigned_integer.MaximumValidationWithUnsignedInteger(None) - try: - api_response = api_instance.post_maximum_validation_with_unsigned_integer_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_maximum_validation_with_unsigned_integer_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md deleted file mode 100644 index 6d05b04747b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maximum_validation_with_unsigned_integer_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaximumValidationWithUnsignedIntegerResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaximumValidationWithUnsignedInteger](../../../components/schema/maximum_validation_with_unsigned_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maximum_validation_with_unsigned_integer_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_maximum_validation_with_unsigned_integer_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxitems_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxitems_validation_request_body.md deleted file mode 100644 index b8cef406928..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxitems_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maxitems_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaxitemsValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxitemsValidation](../../../components/schema/maxitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = maxitems_validation.MaxitemsValidation(None) - try: - api_response = api_instance.post_maxitems_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_maxitems_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxitems_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxitems_validation_response_body_for_content_types.md deleted file mode 100644 index 114016ff6ed..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxitems_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maxitems_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaxitemsValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxitemsValidation](../../../components/schema/maxitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maxitems_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_maxitems_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxlength_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxlength_validation_request_body.md deleted file mode 100644 index f5f2a8c59d2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxlength_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maxlength_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaxlengthValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxlengthValidation](../../../components/schema/maxlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = maxlength_validation.MaxlengthValidation(None) - try: - api_response = api_instance.post_maxlength_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_maxlength_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxlength_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxlength_validation_response_body_for_content_types.md deleted file mode 100644 index 406c456c47c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxlength_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maxlength_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaxlengthValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxlengthValidation](../../../components/schema/maxlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maxlength_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_maxlength_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties0_means_the_object_is_empty_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties0_means_the_object_is_empty_request_body.md deleted file mode 100644 index 9852c1d499d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties0_means_the_object_is_empty_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maxproperties0_means_the_object_is_empty_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaxproperties0MeansTheObjectIsEmptyRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Maxproperties0MeansTheObjectIsEmpty](../../../components/schema/maxproperties0_means_the_object_is_empty.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = maxproperties0_means_the_object_is_empty.Maxproperties0MeansTheObjectIsEmpty(None) - try: - api_response = api_instance.post_maxproperties0_means_the_object_is_empty_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_maxproperties0_means_the_object_is_empty_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md deleted file mode 100644 index 47e1d4a47bb..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maxproperties0_means_the_object_is_empty_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaxproperties0MeansTheObjectIsEmptyResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Maxproperties0MeansTheObjectIsEmpty](../../../components/schema/maxproperties0_means_the_object_is_empty.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maxproperties0_means_the_object_is_empty_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_maxproperties0_means_the_object_is_empty_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties_validation_request_body.md deleted file mode 100644 index ea6243e7306..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maxproperties_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaxpropertiesValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxpropertiesValidation](../../../components/schema/maxproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = maxproperties_validation.MaxpropertiesValidation(None) - try: - api_response = api_instance.post_maxproperties_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_maxproperties_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties_validation_response_body_for_content_types.md deleted file mode 100644 index da3fc3c8037..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_maxproperties_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maxproperties_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaxpropertiesValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxpropertiesValidation](../../../components/schema/maxproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maxproperties_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_maxproperties_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_request_body.md deleted file mode 100644 index f873c80162b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_minimum_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMinimumValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinimumValidation](../../../components/schema/minimum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = minimum_validation.MinimumValidation(None) - try: - api_response = api_instance.post_minimum_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_minimum_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_response_body_for_content_types.md deleted file mode 100644 index de153cd7d18..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_minimum_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMinimumValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinimumValidation](../../../components/schema/minimum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_minimum_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_minimum_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_with_signed_integer_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_with_signed_integer_request_body.md deleted file mode 100644 index 207e2ea7ef1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_with_signed_integer_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_minimum_validation_with_signed_integer_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMinimumValidationWithSignedIntegerRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinimumValidationWithSignedInteger](../../../components/schema/minimum_validation_with_signed_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = minimum_validation_with_signed_integer.MinimumValidationWithSignedInteger(None) - try: - api_response = api_instance.post_minimum_validation_with_signed_integer_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_minimum_validation_with_signed_integer_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md deleted file mode 100644 index 217d5b75300..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_minimum_validation_with_signed_integer_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMinimumValidationWithSignedIntegerResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinimumValidationWithSignedInteger](../../../components/schema/minimum_validation_with_signed_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_minimum_validation_with_signed_integer_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_minimum_validation_with_signed_integer_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minitems_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minitems_validation_request_body.md deleted file mode 100644 index 7065a886526..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minitems_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_minitems_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMinitemsValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinitemsValidation](../../../components/schema/minitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = minitems_validation.MinitemsValidation(None) - try: - api_response = api_instance.post_minitems_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_minitems_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minitems_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minitems_validation_response_body_for_content_types.md deleted file mode 100644 index 8a54add8a5e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minitems_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_minitems_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMinitemsValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinitemsValidation](../../../components/schema/minitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_minitems_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_minitems_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minlength_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minlength_validation_request_body.md deleted file mode 100644 index 75d867954e5..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minlength_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_minlength_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMinlengthValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinlengthValidation](../../../components/schema/minlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = minlength_validation.MinlengthValidation(None) - try: - api_response = api_instance.post_minlength_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_minlength_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minlength_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minlength_validation_response_body_for_content_types.md deleted file mode 100644 index 2b26a726658..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minlength_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_minlength_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMinlengthValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinlengthValidation](../../../components/schema/minlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_minlength_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_minlength_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minproperties_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minproperties_validation_request_body.md deleted file mode 100644 index 76ab3a0c716..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minproperties_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_minproperties_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMinpropertiesValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinpropertiesValidation](../../../components/schema/minproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = minproperties_validation.MinpropertiesValidation(None) - try: - api_response = api_instance.post_minproperties_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_minproperties_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minproperties_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minproperties_validation_response_body_for_content_types.md deleted file mode 100644 index 4b59e07170b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_minproperties_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_minproperties_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMinpropertiesValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinpropertiesValidation](../../../components/schema/minproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_minproperties_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_minproperties_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_allof_to_check_validation_semantics_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_allof_to_check_validation_semantics_request_body.md deleted file mode 100644 index 4122224246b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_allof_to_check_validation_semantics_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_nested_allof_to_check_validation_semantics_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNestedAllofToCheckValidationSemanticsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedAllofToCheckValidationSemantics](../../../components/schema/nested_allof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = nested_allof_to_check_validation_semantics.NestedAllofToCheckValidationSemantics(None) - try: - api_response = api_instance.post_nested_allof_to_check_validation_semantics_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_nested_allof_to_check_validation_semantics_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md deleted file mode 100644 index 12486c1efb0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_nested_allof_to_check_validation_semantics_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNestedAllofToCheckValidationSemanticsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedAllofToCheckValidationSemantics](../../../components/schema/nested_allof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_nested_allof_to_check_validation_semantics_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_nested_allof_to_check_validation_semantics_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_anyof_to_check_validation_semantics_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_anyof_to_check_validation_semantics_request_body.md deleted file mode 100644 index 943e68e253a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_anyof_to_check_validation_semantics_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_nested_anyof_to_check_validation_semantics_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNestedAnyofToCheckValidationSemanticsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedAnyofToCheckValidationSemantics](../../../components/schema/nested_anyof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = nested_anyof_to_check_validation_semantics.NestedAnyofToCheckValidationSemantics(None) - try: - api_response = api_instance.post_nested_anyof_to_check_validation_semantics_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_nested_anyof_to_check_validation_semantics_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md deleted file mode 100644 index 2c15f1d5b13..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_nested_anyof_to_check_validation_semantics_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNestedAnyofToCheckValidationSemanticsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedAnyofToCheckValidationSemantics](../../../components/schema/nested_anyof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_nested_anyof_to_check_validation_semantics_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_nested_anyof_to_check_validation_semantics_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_items_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_items_request_body.md deleted file mode 100644 index 633d0be4234..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_items_request_body.md +++ /dev/null @@ -1,106 +0,0 @@ - -# **post_nested_items_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNestedItemsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), list, tuple] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedItems](../../../components/schema/nested_items.md) | list, tuple | tuple | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = nested_items.NestedItems([ - [ - [ - [ - 3.14 - ] - ] - ] - ]) - try: - api_response = api_instance.post_nested_items_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_nested_items_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_items_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_items_response_body_for_content_types.md deleted file mode 100644 index dc7192816f7..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_items_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_nested_items_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNestedItemsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedItems](../../../components/schema/nested_items.md) | list, tuple | tuple | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_nested_items_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_nested_items_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_oneof_to_check_validation_semantics_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_oneof_to_check_validation_semantics_request_body.md deleted file mode 100644 index dedd259503d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_oneof_to_check_validation_semantics_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_nested_oneof_to_check_validation_semantics_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNestedOneofToCheckValidationSemanticsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedOneofToCheckValidationSemantics](../../../components/schema/nested_oneof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = nested_oneof_to_check_validation_semantics.NestedOneofToCheckValidationSemantics(None) - try: - api_response = api_instance.post_nested_oneof_to_check_validation_semantics_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_nested_oneof_to_check_validation_semantics_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md deleted file mode 100644 index 0c8d08b37b0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_nested_oneof_to_check_validation_semantics_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNestedOneofToCheckValidationSemanticsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedOneofToCheckValidationSemantics](../../../components/schema/nested_oneof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_nested_oneof_to_check_validation_semantics_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_nested_oneof_to_check_validation_semantics_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_more_complex_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_more_complex_schema_request_body.md deleted file mode 100644 index a77ae82d60e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_more_complex_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_not_more_complex_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNotMoreComplexSchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NotMoreComplexSchema](../../../components/schema/not_more_complex_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = not_more_complex_schema.NotMoreComplexSchema(None) - try: - api_response = api_instance.post_not_more_complex_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_not_more_complex_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_more_complex_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_more_complex_schema_response_body_for_content_types.md deleted file mode 100644 index ac33d4c45bd..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_more_complex_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_not_more_complex_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNotMoreComplexSchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NotMoreComplexSchema](../../../components/schema/not_more_complex_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_not_more_complex_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_not_more_complex_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_request_body.md deleted file mode 100644 index 5aa871e1338..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_not_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNotRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[_Not](../../../components/schema/_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = _not._Not(None) - try: - api_response = api_instance.post_not_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_not_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_response_body_for_content_types.md deleted file mode 100644 index 4cc1479de67..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_not_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_not_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNotResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[_Not](../../../components/schema/_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_not_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_not_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nul_characters_in_strings_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nul_characters_in_strings_request_body.md deleted file mode 100644 index 25e1aca4da5..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nul_characters_in_strings_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_nul_characters_in_strings_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNulCharactersInStringsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), str] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NulCharactersInStrings](../../../components/schema/nul_characters_in_strings.md) | str | str | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = nul_characters_in_strings.NulCharactersInStrings("hello\x00there") - try: - api_response = api_instance.post_nul_characters_in_strings_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_nul_characters_in_strings_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nul_characters_in_strings_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nul_characters_in_strings_response_body_for_content_types.md deleted file mode 100644 index 6b8e9076b2c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_nul_characters_in_strings_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_nul_characters_in_strings_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNulCharactersInStringsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NulCharactersInStrings](../../../components/schema/nul_characters_in_strings.md) | str | str | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_nul_characters_in_strings_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_nul_characters_in_strings_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_null_type_matches_only_the_null_object_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_null_type_matches_only_the_null_object_request_body.md deleted file mode 100644 index f46a530eaec..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_null_type_matches_only_the_null_object_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_null_type_matches_only_the_null_object_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNullTypeMatchesOnlyTheNullObjectRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), None] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NullTypeMatchesOnlyTheNullObject](../../../components/schema/null_type_matches_only_the_null_object.md) | None | NoneClass | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = null_type_matches_only_the_null_object.NullTypeMatchesOnlyTheNullObject(None) - try: - api_response = api_instance.post_null_type_matches_only_the_null_object_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_null_type_matches_only_the_null_object_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md deleted file mode 100644 index cfebe823a9e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_null_type_matches_only_the_null_object_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNullTypeMatchesOnlyTheNullObjectResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NullTypeMatchesOnlyTheNullObject](../../../components/schema/null_type_matches_only_the_null_object.md) | None | NoneClass | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_null_type_matches_only_the_null_object_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_null_type_matches_only_the_null_object_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_number_type_matches_numbers_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_number_type_matches_numbers_request_body.md deleted file mode 100644 index cefda0a9ddd..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_number_type_matches_numbers_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_number_type_matches_numbers_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNumberTypeMatchesNumbersRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int, float] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NumberTypeMatchesNumbers](../../../components/schema/number_type_matches_numbers.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = number_type_matches_numbers.NumberTypeMatchesNumbers(3.14) - try: - api_response = api_instance.post_number_type_matches_numbers_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_number_type_matches_numbers_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_number_type_matches_numbers_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_number_type_matches_numbers_response_body_for_content_types.md deleted file mode 100644 index 73918c2cdfa..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_number_type_matches_numbers_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_number_type_matches_numbers_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNumberTypeMatchesNumbersResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NumberTypeMatchesNumbers](../../../components/schema/number_type_matches_numbers.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_number_type_matches_numbers_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_number_type_matches_numbers_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_properties_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_properties_validation_request_body.md deleted file mode 100644 index 350213e8534..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_properties_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_object_properties_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postObjectPropertiesValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ObjectPropertiesValidation](../../../components/schema/object_properties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = object_properties_validation.ObjectPropertiesValidation(None) - try: - api_response = api_instance.post_object_properties_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_object_properties_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_properties_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_properties_validation_response_body_for_content_types.md deleted file mode 100644 index 9a81f56a0ab..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_properties_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_object_properties_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postObjectPropertiesValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ObjectPropertiesValidation](../../../components/schema/object_properties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_object_properties_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_object_properties_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_type_matches_objects_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_type_matches_objects_request_body.md deleted file mode 100644 index 2cc2209d68a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_type_matches_objects_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_object_type_matches_objects_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postObjectTypeMatchesObjectsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ObjectTypeMatchesObjects](../../../components/schema/object_type_matches_objects.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = object_type_matches_objects.ObjectTypeMatchesObjects() - try: - api_response = api_instance.post_object_type_matches_objects_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_object_type_matches_objects_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_type_matches_objects_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_type_matches_objects_response_body_for_content_types.md deleted file mode 100644 index 121e13beac0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_object_type_matches_objects_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_object_type_matches_objects_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postObjectTypeMatchesObjectsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ObjectTypeMatchesObjects](../../../components/schema/object_type_matches_objects.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_object_type_matches_objects_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_object_type_matches_objects_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_complex_types_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_complex_types_request_body.md deleted file mode 100644 index 0fbaf3d7c9f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_complex_types_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_oneof_complex_types_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postOneofComplexTypesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofComplexTypes](../../../components/schema/oneof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = oneof_complex_types.OneofComplexTypes(None) - try: - api_response = api_instance.post_oneof_complex_types_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_oneof_complex_types_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_complex_types_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_complex_types_response_body_for_content_types.md deleted file mode 100644 index 07f658e5b38..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_complex_types_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_oneof_complex_types_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postOneofComplexTypesResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofComplexTypes](../../../components/schema/oneof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_oneof_complex_types_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_oneof_complex_types_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_request_body.md deleted file mode 100644 index a30f91aaf54..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_oneof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postOneofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Oneof](../../../components/schema/oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = oneof.Oneof(None) - try: - api_response = api_instance.post_oneof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_oneof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_response_body_for_content_types.md deleted file mode 100644 index e1020a4a859..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_oneof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postOneofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Oneof](../../../components/schema/oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_oneof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_oneof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_base_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_base_schema_request_body.md deleted file mode 100644 index 26c986a0081..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_base_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_oneof_with_base_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postOneofWithBaseSchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), str] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithBaseSchema](../../../components/schema/oneof_with_base_schema.md) | str | str | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = oneof_with_base_schema.OneofWithBaseSchema("string_example") - try: - api_response = api_instance.post_oneof_with_base_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_oneof_with_base_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_base_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_base_schema_response_body_for_content_types.md deleted file mode 100644 index f5e26f7ed31..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_base_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_oneof_with_base_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postOneofWithBaseSchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithBaseSchema](../../../components/schema/oneof_with_base_schema.md) | str | str | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_oneof_with_base_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_oneof_with_base_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_empty_schema_request_body.md deleted file mode 100644 index 4f3841b408d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_empty_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_oneof_with_empty_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postOneofWithEmptySchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithEmptySchema](../../../components/schema/oneof_with_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = oneof_with_empty_schema.OneofWithEmptySchema(None) - try: - api_response = api_instance.post_oneof_with_empty_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_oneof_with_empty_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_empty_schema_response_body_for_content_types.md deleted file mode 100644 index 10d74e7a35f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_empty_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_oneof_with_empty_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postOneofWithEmptySchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithEmptySchema](../../../components/schema/oneof_with_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_oneof_with_empty_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_oneof_with_empty_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_required_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_required_request_body.md deleted file mode 100644 index 7309d4caebd..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_required_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_oneof_with_required_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postOneofWithRequiredRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithRequired](../../../components/schema/oneof_with_required.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = oneof_with_required.OneofWithRequired() - try: - api_response = api_instance.post_oneof_with_required_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_oneof_with_required_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_required_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_required_response_body_for_content_types.md deleted file mode 100644 index a1c02ad4408..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_oneof_with_required_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_oneof_with_required_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postOneofWithRequiredResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithRequired](../../../components/schema/oneof_with_required.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_oneof_with_required_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_oneof_with_required_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_is_not_anchored_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_is_not_anchored_request_body.md deleted file mode 100644 index f453bbdec0b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_is_not_anchored_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_pattern_is_not_anchored_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postPatternIsNotAnchoredRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PatternIsNotAnchored](../../../components/schema/pattern_is_not_anchored.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = pattern_is_not_anchored.PatternIsNotAnchored(None) - try: - api_response = api_instance.post_pattern_is_not_anchored_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_pattern_is_not_anchored_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_is_not_anchored_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_is_not_anchored_response_body_for_content_types.md deleted file mode 100644 index d0e5ea4e54e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_is_not_anchored_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_pattern_is_not_anchored_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postPatternIsNotAnchoredResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PatternIsNotAnchored](../../../components/schema/pattern_is_not_anchored.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_pattern_is_not_anchored_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_pattern_is_not_anchored_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_validation_request_body.md deleted file mode 100644 index c3e6b24d4c2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_pattern_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postPatternValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PatternValidation](../../../components/schema/pattern_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = pattern_validation.PatternValidation(None) - try: - api_response = api_instance.post_pattern_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_pattern_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_validation_response_body_for_content_types.md deleted file mode 100644 index cee1480878d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_pattern_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_pattern_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postPatternValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PatternValidation](../../../components/schema/pattern_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_pattern_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_pattern_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_properties_with_escaped_characters_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_properties_with_escaped_characters_request_body.md deleted file mode 100644 index 28aa8916551..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_properties_with_escaped_characters_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_properties_with_escaped_characters_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postPropertiesWithEscapedCharactersRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PropertiesWithEscapedCharacters](../../../components/schema/properties_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = properties_with_escaped_characters.PropertiesWithEscapedCharacters(None) - try: - api_response = api_instance.post_properties_with_escaped_characters_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_properties_with_escaped_characters_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_properties_with_escaped_characters_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_properties_with_escaped_characters_response_body_for_content_types.md deleted file mode 100644 index e8b74b84248..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_properties_with_escaped_characters_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_properties_with_escaped_characters_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postPropertiesWithEscapedCharactersResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PropertiesWithEscapedCharacters](../../../components/schema/properties_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_properties_with_escaped_characters_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_properties_with_escaped_characters_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_property_named_ref_that_is_not_a_reference_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_property_named_ref_that_is_not_a_reference_request_body.md deleted file mode 100644 index 0c7bca84b29..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_property_named_ref_that_is_not_a_reference_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_property_named_ref_that_is_not_a_reference_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postPropertyNamedRefThatIsNotAReferenceRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PropertyNamedRefThatIsNotAReference](../../../components/schema/property_named_ref_that_is_not_a_reference.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = property_named_ref_that_is_not_a_reference.PropertyNamedRefThatIsNotAReference(None) - try: - api_response = api_instance.post_property_named_ref_that_is_not_a_reference_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_property_named_ref_that_is_not_a_reference_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md deleted file mode 100644 index 985dc233113..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_property_named_ref_that_is_not_a_reference_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postPropertyNamedRefThatIsNotAReferenceResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PropertyNamedRefThatIsNotAReference](../../../components/schema/property_named_ref_that_is_not_a_reference.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_property_named_ref_that_is_not_a_reference_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_property_named_ref_that_is_not_a_reference_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_additionalproperties_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_additionalproperties_request_body.md deleted file mode 100644 index 63c77a0b8c5..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_additionalproperties_request_body.md +++ /dev/null @@ -1,100 +0,0 @@ - -# **post_ref_in_additionalproperties_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInAdditionalpropertiesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAdditionalproperties](../../../components/schema/ref_in_additionalproperties.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_additionalproperties.RefInAdditionalproperties( - key=property_named_ref_that_is_not_a_reference.PropertyNamedRefThatIsNotAReference(None), - ) - try: - api_response = api_instance.post_ref_in_additionalproperties_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ref_in_additionalproperties_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_additionalproperties_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_additionalproperties_response_body_for_content_types.md deleted file mode 100644 index cc47112b2f8..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_additionalproperties_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_additionalproperties_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInAdditionalpropertiesResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAdditionalproperties](../../../components/schema/ref_in_additionalproperties.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_additionalproperties_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ref_in_additionalproperties_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_allof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_allof_request_body.md deleted file mode 100644 index 54ac3041d7c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_allof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_allof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInAllofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAllof](../../../components/schema/ref_in_allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_allof.RefInAllof(None) - try: - api_response = api_instance.post_ref_in_allof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ref_in_allof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_allof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_allof_response_body_for_content_types.md deleted file mode 100644 index 5ef87543b71..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_allof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_allof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInAllofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAllof](../../../components/schema/ref_in_allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_allof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ref_in_allof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_anyof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_anyof_request_body.md deleted file mode 100644 index fee0c6915c2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_anyof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_anyof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInAnyofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAnyof](../../../components/schema/ref_in_anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_anyof.RefInAnyof(None) - try: - api_response = api_instance.post_ref_in_anyof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ref_in_anyof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_anyof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_anyof_response_body_for_content_types.md deleted file mode 100644 index 3898f1a4b48..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_anyof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_anyof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInAnyofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAnyof](../../../components/schema/ref_in_anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_anyof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ref_in_anyof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_items_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_items_request_body.md deleted file mode 100644 index 7d35ddfb865..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_items_request_body.md +++ /dev/null @@ -1,100 +0,0 @@ - -# **post_ref_in_items_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInItemsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), list, tuple] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInItems](../../../components/schema/ref_in_items.md) | list, tuple | tuple | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_items.RefInItems([ - property_named_ref_that_is_not_a_reference.PropertyNamedRefThatIsNotAReference(None) - ]) - try: - api_response = api_instance.post_ref_in_items_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ref_in_items_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_items_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_items_response_body_for_content_types.md deleted file mode 100644 index 57b0d61c33c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_items_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_items_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInItemsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInItems](../../../components/schema/ref_in_items.md) | list, tuple | tuple | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_items_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ref_in_items_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_not_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_not_request_body.md deleted file mode 100644 index 566d14034b1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_not_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_not_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInNotRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInNot](../../../components/schema/ref_in_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_not.RefInNot(None) - try: - api_response = api_instance.post_ref_in_not_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ref_in_not_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_not_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_not_response_body_for_content_types.md deleted file mode 100644 index b5a7c896c30..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_not_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_not_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInNotResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInNot](../../../components/schema/ref_in_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_not_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ref_in_not_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_oneof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_oneof_request_body.md deleted file mode 100644 index 252244c2af1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_oneof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_oneof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInOneofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInOneof](../../../components/schema/ref_in_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_oneof.RefInOneof(None) - try: - api_response = api_instance.post_ref_in_oneof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ref_in_oneof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_oneof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_oneof_response_body_for_content_types.md deleted file mode 100644 index 5261bc4ee09..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_oneof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_oneof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInOneofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInOneof](../../../components/schema/ref_in_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_oneof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ref_in_oneof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_property_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_property_request_body.md deleted file mode 100644 index 3d496445edd..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_property_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_property_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInPropertyRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInProperty](../../../components/schema/ref_in_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_property.RefInProperty(None) - try: - api_response = api_instance.post_ref_in_property_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ref_in_property_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_property_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_property_response_body_for_content_types.md deleted file mode 100644 index 9f7604dbca4..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_ref_in_property_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_property_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInPropertyResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInProperty](../../../components/schema/ref_in_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_property_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_ref_in_property_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_default_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_default_validation_request_body.md deleted file mode 100644 index f03aa29e2bf..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_default_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_required_default_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRequiredDefaultValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredDefaultValidation](../../../components/schema/required_default_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = required_default_validation.RequiredDefaultValidation(None) - try: - api_response = api_instance.post_required_default_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_required_default_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_default_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_default_validation_response_body_for_content_types.md deleted file mode 100644 index 5b154d65e4d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_default_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_required_default_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRequiredDefaultValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredDefaultValidation](../../../components/schema/required_default_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_required_default_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_required_default_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_validation_request_body.md deleted file mode 100644 index 6a9c3f6d96d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_required_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRequiredValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredValidation](../../../components/schema/required_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = required_validation.RequiredValidation(None) - try: - api_response = api_instance.post_required_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_required_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_validation_response_body_for_content_types.md deleted file mode 100644 index e3fd49a834d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_required_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRequiredValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredValidation](../../../components/schema/required_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_required_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_required_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_empty_array_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_empty_array_request_body.md deleted file mode 100644 index 759764c3b7a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_empty_array_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_required_with_empty_array_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRequiredWithEmptyArrayRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredWithEmptyArray](../../../components/schema/required_with_empty_array.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = required_with_empty_array.RequiredWithEmptyArray(None) - try: - api_response = api_instance.post_required_with_empty_array_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_required_with_empty_array_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_empty_array_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_empty_array_response_body_for_content_types.md deleted file mode 100644 index 56c7a1c6958..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_empty_array_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_required_with_empty_array_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRequiredWithEmptyArrayResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredWithEmptyArray](../../../components/schema/required_with_empty_array.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_required_with_empty_array_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_required_with_empty_array_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_escaped_characters_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_escaped_characters_request_body.md deleted file mode 100644 index 1b44cbac84a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_escaped_characters_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_required_with_escaped_characters_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRequiredWithEscapedCharactersRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredWithEscapedCharacters](../../../components/schema/required_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = required_with_escaped_characters.RequiredWithEscapedCharacters(None) - try: - api_response = api_instance.post_required_with_escaped_characters_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_required_with_escaped_characters_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_escaped_characters_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_escaped_characters_response_body_for_content_types.md deleted file mode 100644 index 35e65d7152a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_required_with_escaped_characters_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_required_with_escaped_characters_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRequiredWithEscapedCharactersResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredWithEscapedCharacters](../../../components/schema/required_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_required_with_escaped_characters_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_required_with_escaped_characters_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_simple_enum_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_simple_enum_validation_request_body.md deleted file mode 100644 index cfd7b492ef9..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_simple_enum_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_simple_enum_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postSimpleEnumValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int, float] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[SimpleEnumValidation](../../../components/schema/simple_enum_validation.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = simple_enum_validation.SimpleEnumValidation(1) - try: - api_response = api_instance.post_simple_enum_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_simple_enum_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_simple_enum_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_simple_enum_validation_response_body_for_content_types.md deleted file mode 100644 index 65f86ae5ddb..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_simple_enum_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_simple_enum_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postSimpleEnumValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[SimpleEnumValidation](../../../components/schema/simple_enum_validation.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_simple_enum_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_simple_enum_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_string_type_matches_strings_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_string_type_matches_strings_request_body.md deleted file mode 100644 index 7e078b9e61c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_string_type_matches_strings_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_string_type_matches_strings_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postStringTypeMatchesStringsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), str] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[StringTypeMatchesStrings](../../../components/schema/string_type_matches_strings.md) | str | str | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = string_type_matches_strings.StringTypeMatchesStrings("string_example") - try: - api_response = api_instance.post_string_type_matches_strings_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_string_type_matches_strings_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_string_type_matches_strings_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_string_type_matches_strings_response_body_for_content_types.md deleted file mode 100644 index a8fffa0d42a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_string_type_matches_strings_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_string_type_matches_strings_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postStringTypeMatchesStringsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[StringTypeMatchesStrings](../../../components/schema/string_type_matches_strings.md) | str | str | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_string_type_matches_strings_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_string_type_matches_strings_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md deleted file mode 100644 index e87001a4c14..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md +++ /dev/null @@ -1,100 +0,0 @@ - -# **post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postTheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing](../../../components/schema/the_default_keyword_does_not_do_anything_if_the_property_is_missing.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = the_default_keyword_does_not_do_anything_if_the_property_is_missing.TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing( - alpha=5, - ) - try: - api_response = api_instance.post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md deleted file mode 100644 index 8bdb8ed32b5..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postTheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing](../../../components/schema/the_default_keyword_does_not_do_anything_if_the_property_is_missing.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_false_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_false_validation_request_body.md deleted file mode 100644 index d59df0c541b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_false_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_uniqueitems_false_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postUniqueitemsFalseValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UniqueitemsFalseValidation](../../../components/schema/uniqueitems_false_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = uniqueitems_false_validation.UniqueitemsFalseValidation(None) - try: - api_response = api_instance.post_uniqueitems_false_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_uniqueitems_false_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_false_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_false_validation_response_body_for_content_types.md deleted file mode 100644 index abe61386d11..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_false_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_uniqueitems_false_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postUniqueitemsFalseValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UniqueitemsFalseValidation](../../../components/schema/uniqueitems_false_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_uniqueitems_false_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_uniqueitems_false_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_validation_request_body.md deleted file mode 100644 index 543025c2fe7..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_uniqueitems_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postUniqueitemsValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UniqueitemsValidation](../../../components/schema/uniqueitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = uniqueitems_validation.UniqueitemsValidation(None) - try: - api_response = api_instance.post_uniqueitems_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_uniqueitems_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_validation_response_body_for_content_types.md deleted file mode 100644 index 5d8f823f352..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uniqueitems_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_uniqueitems_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postUniqueitemsValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UniqueitemsValidation](../../../components/schema/uniqueitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_uniqueitems_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_uniqueitems_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_format_request_body.md deleted file mode 100644 index 224c5310bf3..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_uri_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postUriFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriFormat](../../../components/schema/uri_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = uri_format.UriFormat(None) - try: - api_response = api_instance.post_uri_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_uri_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_format_response_body_for_content_types.md deleted file mode 100644 index ba4fdbe3a73..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_uri_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postUriFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriFormat](../../../components/schema/uri_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_uri_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_uri_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_reference_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_reference_format_request_body.md deleted file mode 100644 index 630a6172f5d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_reference_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_uri_reference_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postUriReferenceFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriReferenceFormat](../../../components/schema/uri_reference_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = uri_reference_format.UriReferenceFormat(None) - try: - api_response = api_instance.post_uri_reference_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_uri_reference_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_reference_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_reference_format_response_body_for_content_types.md deleted file mode 100644 index 142cec0f947..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_reference_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_uri_reference_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postUriReferenceFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriReferenceFormat](../../../components/schema/uri_reference_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_uri_reference_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_uri_reference_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_template_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_template_format_request_body.md deleted file mode 100644 index ce91b334e9a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_template_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_uri_template_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postUriTemplateFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriTemplateFormat](../../../components/schema/uri_template_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example passing only required values which don't have defaults set - body = uri_template_format.UriTemplateFormat(None) - try: - api_response = api_instance.post_uri_template_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_uri_template_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_template_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_template_format_response_body_for_content_types.md deleted file mode 100644 index d654b697206..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/content_type_json_api/post_uri_template_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_uri_template_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postUriTemplateFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriTemplateFormat](../../../components/schema/uri_template_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import content_type_json_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = content_type_json_api.ContentTypeJsonApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_uri_template_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ContentTypeJsonApi->post_uri_template_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../content_type_json_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api.md index 397c7c48948..b207e3320f0 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api.md @@ -9,9 +9,9 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_invalid_string_value_for_default_request_body**](default_api/post_invalid_string_value_for_default_request_body.md) | -[**post_invalid_string_value_for_default_response_body_for_content_types**](default_api/post_invalid_string_value_for_default_response_body_for_content_types.md) | -[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body**](default_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md) | -[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types**](default_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md) | +[**post_invalid_string_value_for_default_request_body**](../../paths/request_body_post_invalid_string_value_for_default_request_body/post.md) | +[**post_invalid_string_value_for_default_response_body_for_content_types**](../../paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post.md) | +[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body**](../../paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post.md) | +[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types**](../../paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api/post_invalid_string_value_for_default_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api/post_invalid_string_value_for_default_request_body.md deleted file mode 100644 index 169e7b8612e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api/post_invalid_string_value_for_default_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_invalid_string_value_for_default_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postInvalidStringValueForDefaultRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[InvalidStringValueForDefault](../../../components/schema/invalid_string_value_for_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import default_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = default_api.DefaultApi(api_client) - - # example passing only required values which don't have defaults set - body = invalid_string_value_for_default.InvalidStringValueForDefault(None) - try: - api_response = api_instance.post_invalid_string_value_for_default_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling DefaultApi->post_invalid_string_value_for_default_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../default_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md deleted file mode 100644 index 94b5ea0926f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md +++ /dev/null @@ -1,100 +0,0 @@ - -# **post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postTheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing](../../../components/schema/the_default_keyword_does_not_do_anything_if_the_property_is_missing.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import default_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = default_api.DefaultApi(api_client) - - # example passing only required values which don't have defaults set - body = the_default_keyword_does_not_do_anything_if_the_property_is_missing.TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing( - alpha=5, - ) - try: - api_response = api_instance.post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling DefaultApi->post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../default_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api.md index c3dd37c605a..529224b8e7b 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api.md @@ -9,21 +9,21 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_enum_with0_does_not_match_false_request_body**](enum_api/post_enum_with0_does_not_match_false_request_body.md) | -[**post_enum_with0_does_not_match_false_response_body_for_content_types**](enum_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md) | -[**post_enum_with1_does_not_match_true_request_body**](enum_api/post_enum_with1_does_not_match_true_request_body.md) | -[**post_enum_with1_does_not_match_true_response_body_for_content_types**](enum_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md) | -[**post_enum_with_escaped_characters_request_body**](enum_api/post_enum_with_escaped_characters_request_body.md) | -[**post_enum_with_escaped_characters_response_body_for_content_types**](enum_api/post_enum_with_escaped_characters_response_body_for_content_types.md) | -[**post_enum_with_false_does_not_match0_request_body**](enum_api/post_enum_with_false_does_not_match0_request_body.md) | -[**post_enum_with_false_does_not_match0_response_body_for_content_types**](enum_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md) | -[**post_enum_with_true_does_not_match1_request_body**](enum_api/post_enum_with_true_does_not_match1_request_body.md) | -[**post_enum_with_true_does_not_match1_response_body_for_content_types**](enum_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md) | -[**post_enums_in_properties_request_body**](enum_api/post_enums_in_properties_request_body.md) | -[**post_enums_in_properties_response_body_for_content_types**](enum_api/post_enums_in_properties_response_body_for_content_types.md) | -[**post_nul_characters_in_strings_request_body**](enum_api/post_nul_characters_in_strings_request_body.md) | -[**post_nul_characters_in_strings_response_body_for_content_types**](enum_api/post_nul_characters_in_strings_response_body_for_content_types.md) | -[**post_simple_enum_validation_request_body**](enum_api/post_simple_enum_validation_request_body.md) | -[**post_simple_enum_validation_response_body_for_content_types**](enum_api/post_simple_enum_validation_response_body_for_content_types.md) | +[**post_enum_with0_does_not_match_false_request_body**](../../paths/request_body_post_enum_with0_does_not_match_false_request_body/post.md) | +[**post_enum_with0_does_not_match_false_response_body_for_content_types**](../../paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post.md) | +[**post_enum_with1_does_not_match_true_request_body**](../../paths/request_body_post_enum_with1_does_not_match_true_request_body/post.md) | +[**post_enum_with1_does_not_match_true_response_body_for_content_types**](../../paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post.md) | +[**post_enum_with_escaped_characters_request_body**](../../paths/request_body_post_enum_with_escaped_characters_request_body/post.md) | +[**post_enum_with_escaped_characters_response_body_for_content_types**](../../paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post.md) | +[**post_enum_with_false_does_not_match0_request_body**](../../paths/request_body_post_enum_with_false_does_not_match0_request_body/post.md) | +[**post_enum_with_false_does_not_match0_response_body_for_content_types**](../../paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post.md) | +[**post_enum_with_true_does_not_match1_request_body**](../../paths/request_body_post_enum_with_true_does_not_match1_request_body/post.md) | +[**post_enum_with_true_does_not_match1_response_body_for_content_types**](../../paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post.md) | +[**post_enums_in_properties_request_body**](../../paths/request_body_post_enums_in_properties_request_body/post.md) | +[**post_enums_in_properties_response_body_for_content_types**](../../paths/response_body_post_enums_in_properties_response_body_for_content_types/post.md) | +[**post_nul_characters_in_strings_request_body**](../../paths/request_body_post_nul_characters_in_strings_request_body/post.md) | +[**post_nul_characters_in_strings_response_body_for_content_types**](../../paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post.md) | +[**post_simple_enum_validation_request_body**](../../paths/request_body_post_simple_enum_validation_request_body/post.md) | +[**post_simple_enum_validation_response_body_for_content_types**](../../paths/response_body_post_simple_enum_validation_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with0_does_not_match_false_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with0_does_not_match_false_request_body.md deleted file mode 100644 index 462aad9cbc7..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with0_does_not_match_false_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_enum_with0_does_not_match_false_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumWith0DoesNotMatchFalseRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int, float] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWith0DoesNotMatchFalse](../../../components/schema/enum_with0_does_not_match_false.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example passing only required values which don't have defaults set - body = enum_with0_does_not_match_false.EnumWith0DoesNotMatchFalse(0) - try: - api_response = api_instance.post_enum_with0_does_not_match_false_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_enum_with0_does_not_match_false_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md deleted file mode 100644 index 4ad9de25d96..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enum_with0_does_not_match_false_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumWith0DoesNotMatchFalseResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWith0DoesNotMatchFalse](../../../components/schema/enum_with0_does_not_match_false.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enum_with0_does_not_match_false_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_enum_with0_does_not_match_false_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with1_does_not_match_true_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with1_does_not_match_true_request_body.md deleted file mode 100644 index c98c3af8cf5..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with1_does_not_match_true_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_enum_with1_does_not_match_true_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumWith1DoesNotMatchTrueRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int, float] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWith1DoesNotMatchTrue](../../../components/schema/enum_with1_does_not_match_true.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example passing only required values which don't have defaults set - body = enum_with1_does_not_match_true.EnumWith1DoesNotMatchTrue(1) - try: - api_response = api_instance.post_enum_with1_does_not_match_true_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_enum_with1_does_not_match_true_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md deleted file mode 100644 index 3f92b9b2a62..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enum_with1_does_not_match_true_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumWith1DoesNotMatchTrueResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWith1DoesNotMatchTrue](../../../components/schema/enum_with1_does_not_match_true.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enum_with1_does_not_match_true_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_enum_with1_does_not_match_true_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_escaped_characters_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_escaped_characters_request_body.md deleted file mode 100644 index 92534508176..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_escaped_characters_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_enum_with_escaped_characters_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumWithEscapedCharactersRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), str] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithEscapedCharacters](../../../components/schema/enum_with_escaped_characters.md) | str | str | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example passing only required values which don't have defaults set - body = enum_with_escaped_characters.EnumWithEscapedCharacters("foo\nbar") - try: - api_response = api_instance.post_enum_with_escaped_characters_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_enum_with_escaped_characters_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_escaped_characters_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_escaped_characters_response_body_for_content_types.md deleted file mode 100644 index 56e7082d3e3..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_escaped_characters_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enum_with_escaped_characters_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumWithEscapedCharactersResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithEscapedCharacters](../../../components/schema/enum_with_escaped_characters.md) | str | str | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enum_with_escaped_characters_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_enum_with_escaped_characters_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_false_does_not_match0_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_false_does_not_match0_request_body.md deleted file mode 100644 index 3b0eb2fd303..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_false_does_not_match0_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_enum_with_false_does_not_match0_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumWithFalseDoesNotMatch0RequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), bool] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithFalseDoesNotMatch0](../../../components/schema/enum_with_false_does_not_match0.md) | bool | BoolClass | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example passing only required values which don't have defaults set - body = enum_with_false_does_not_match0.EnumWithFalseDoesNotMatch0(False) - try: - api_response = api_instance.post_enum_with_false_does_not_match0_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_enum_with_false_does_not_match0_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md deleted file mode 100644 index 9cdc23aa63b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enum_with_false_does_not_match0_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumWithFalseDoesNotMatch0ResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithFalseDoesNotMatch0](../../../components/schema/enum_with_false_does_not_match0.md) | bool | BoolClass | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enum_with_false_does_not_match0_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_enum_with_false_does_not_match0_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_true_does_not_match1_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_true_does_not_match1_request_body.md deleted file mode 100644 index 8f464dc8ee6..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_true_does_not_match1_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_enum_with_true_does_not_match1_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumWithTrueDoesNotMatch1RequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), bool] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithTrueDoesNotMatch1](../../../components/schema/enum_with_true_does_not_match1.md) | bool | BoolClass | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example passing only required values which don't have defaults set - body = enum_with_true_does_not_match1.EnumWithTrueDoesNotMatch1(True) - try: - api_response = api_instance.post_enum_with_true_does_not_match1_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_enum_with_true_does_not_match1_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md deleted file mode 100644 index 07f5cd8181f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enum_with_true_does_not_match1_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumWithTrueDoesNotMatch1ResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithTrueDoesNotMatch1](../../../components/schema/enum_with_true_does_not_match1.md) | bool | BoolClass | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enum_with_true_does_not_match1_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_enum_with_true_does_not_match1_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enums_in_properties_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enums_in_properties_request_body.md deleted file mode 100644 index c51b0ff035c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enums_in_properties_request_body.md +++ /dev/null @@ -1,101 +0,0 @@ - -# **post_enums_in_properties_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumsInPropertiesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumsInProperties](../../../components/schema/enums_in_properties.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example passing only required values which don't have defaults set - body = enums_in_properties.EnumsInProperties( - foo="foo", - bar="bar", - ) - try: - api_response = api_instance.post_enums_in_properties_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_enums_in_properties_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enums_in_properties_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enums_in_properties_response_body_for_content_types.md deleted file mode 100644 index fa8d0388bdd..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_enums_in_properties_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enums_in_properties_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumsInPropertiesResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumsInProperties](../../../components/schema/enums_in_properties.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enums_in_properties_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_enums_in_properties_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_nul_characters_in_strings_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_nul_characters_in_strings_request_body.md deleted file mode 100644 index 10c0c1edbff..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_nul_characters_in_strings_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_nul_characters_in_strings_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNulCharactersInStringsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), str] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NulCharactersInStrings](../../../components/schema/nul_characters_in_strings.md) | str | str | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example passing only required values which don't have defaults set - body = nul_characters_in_strings.NulCharactersInStrings("hello\x00there") - try: - api_response = api_instance.post_nul_characters_in_strings_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_nul_characters_in_strings_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_nul_characters_in_strings_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_nul_characters_in_strings_response_body_for_content_types.md deleted file mode 100644 index 3e5e6db7fae..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_nul_characters_in_strings_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_nul_characters_in_strings_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNulCharactersInStringsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NulCharactersInStrings](../../../components/schema/nul_characters_in_strings.md) | str | str | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_nul_characters_in_strings_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_nul_characters_in_strings_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_simple_enum_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_simple_enum_validation_request_body.md deleted file mode 100644 index 24fd253cb97..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_simple_enum_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_simple_enum_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postSimpleEnumValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int, float] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[SimpleEnumValidation](../../../components/schema/simple_enum_validation.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example passing only required values which don't have defaults set - body = simple_enum_validation.SimpleEnumValidation(1) - try: - api_response = api_instance.post_simple_enum_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_simple_enum_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_simple_enum_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_simple_enum_validation_response_body_for_content_types.md deleted file mode 100644 index 30124ec5471..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/enum_api/post_simple_enum_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_simple_enum_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postSimpleEnumValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[SimpleEnumValidation](../../../components/schema/simple_enum_validation.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import enum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = enum_api.EnumApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_simple_enum_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling EnumApi->post_simple_enum_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../enum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api.md index 11602ae0834..5f25edf69da 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api.md @@ -9,23 +9,23 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_date_time_format_request_body**](format_api/post_date_time_format_request_body.md) | -[**post_date_time_format_response_body_for_content_types**](format_api/post_date_time_format_response_body_for_content_types.md) | -[**post_email_format_request_body**](format_api/post_email_format_request_body.md) | -[**post_email_format_response_body_for_content_types**](format_api/post_email_format_response_body_for_content_types.md) | -[**post_hostname_format_request_body**](format_api/post_hostname_format_request_body.md) | -[**post_hostname_format_response_body_for_content_types**](format_api/post_hostname_format_response_body_for_content_types.md) | -[**post_ipv4_format_request_body**](format_api/post_ipv4_format_request_body.md) | -[**post_ipv4_format_response_body_for_content_types**](format_api/post_ipv4_format_response_body_for_content_types.md) | -[**post_ipv6_format_request_body**](format_api/post_ipv6_format_request_body.md) | -[**post_ipv6_format_response_body_for_content_types**](format_api/post_ipv6_format_response_body_for_content_types.md) | -[**post_json_pointer_format_request_body**](format_api/post_json_pointer_format_request_body.md) | -[**post_json_pointer_format_response_body_for_content_types**](format_api/post_json_pointer_format_response_body_for_content_types.md) | -[**post_uri_format_request_body**](format_api/post_uri_format_request_body.md) | -[**post_uri_format_response_body_for_content_types**](format_api/post_uri_format_response_body_for_content_types.md) | -[**post_uri_reference_format_request_body**](format_api/post_uri_reference_format_request_body.md) | -[**post_uri_reference_format_response_body_for_content_types**](format_api/post_uri_reference_format_response_body_for_content_types.md) | -[**post_uri_template_format_request_body**](format_api/post_uri_template_format_request_body.md) | -[**post_uri_template_format_response_body_for_content_types**](format_api/post_uri_template_format_response_body_for_content_types.md) | +[**post_date_time_format_request_body**](../../paths/request_body_post_date_time_format_request_body/post.md) | +[**post_date_time_format_response_body_for_content_types**](../../paths/response_body_post_date_time_format_response_body_for_content_types/post.md) | +[**post_email_format_request_body**](../../paths/request_body_post_email_format_request_body/post.md) | +[**post_email_format_response_body_for_content_types**](../../paths/response_body_post_email_format_response_body_for_content_types/post.md) | +[**post_hostname_format_request_body**](../../paths/request_body_post_hostname_format_request_body/post.md) | +[**post_hostname_format_response_body_for_content_types**](../../paths/response_body_post_hostname_format_response_body_for_content_types/post.md) | +[**post_ipv4_format_request_body**](../../paths/request_body_post_ipv4_format_request_body/post.md) | +[**post_ipv4_format_response_body_for_content_types**](../../paths/response_body_post_ipv4_format_response_body_for_content_types/post.md) | +[**post_ipv6_format_request_body**](../../paths/request_body_post_ipv6_format_request_body/post.md) | +[**post_ipv6_format_response_body_for_content_types**](../../paths/response_body_post_ipv6_format_response_body_for_content_types/post.md) | +[**post_json_pointer_format_request_body**](../../paths/request_body_post_json_pointer_format_request_body/post.md) | +[**post_json_pointer_format_response_body_for_content_types**](../../paths/response_body_post_json_pointer_format_response_body_for_content_types/post.md) | +[**post_uri_format_request_body**](../../paths/request_body_post_uri_format_request_body/post.md) | +[**post_uri_format_response_body_for_content_types**](../../paths/response_body_post_uri_format_response_body_for_content_types/post.md) | +[**post_uri_reference_format_request_body**](../../paths/request_body_post_uri_reference_format_request_body/post.md) | +[**post_uri_reference_format_response_body_for_content_types**](../../paths/response_body_post_uri_reference_format_response_body_for_content_types/post.md) | +[**post_uri_template_format_request_body**](../../paths/request_body_post_uri_template_format_request_body/post.md) | +[**post_uri_template_format_response_body_for_content_types**](../../paths/response_body_post_uri_template_format_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_date_time_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_date_time_format_request_body.md deleted file mode 100644 index 228bdb622fb..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_date_time_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_date_time_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postDateTimeFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[DateTimeFormat](../../../components/schema/date_time_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example passing only required values which don't have defaults set - body = date_time_format.DateTimeFormat(None) - try: - api_response = api_instance.post_date_time_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_date_time_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_date_time_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_date_time_format_response_body_for_content_types.md deleted file mode 100644 index 1739aec8aad..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_date_time_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_date_time_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postDateTimeFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[DateTimeFormat](../../../components/schema/date_time_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_date_time_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_date_time_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_email_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_email_format_request_body.md deleted file mode 100644 index 53a111fe775..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_email_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_email_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEmailFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EmailFormat](../../../components/schema/email_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example passing only required values which don't have defaults set - body = email_format.EmailFormat(None) - try: - api_response = api_instance.post_email_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_email_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_email_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_email_format_response_body_for_content_types.md deleted file mode 100644 index ce6bc3fd79b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_email_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_email_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEmailFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EmailFormat](../../../components/schema/email_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_email_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_email_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_hostname_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_hostname_format_request_body.md deleted file mode 100644 index 84298614225..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_hostname_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_hostname_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postHostnameFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[HostnameFormat](../../../components/schema/hostname_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example passing only required values which don't have defaults set - body = hostname_format.HostnameFormat(None) - try: - api_response = api_instance.post_hostname_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_hostname_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_hostname_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_hostname_format_response_body_for_content_types.md deleted file mode 100644 index 888c1635fad..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_hostname_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_hostname_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postHostnameFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[HostnameFormat](../../../components/schema/hostname_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_hostname_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_hostname_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv4_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv4_format_request_body.md deleted file mode 100644 index 0bfbff05363..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv4_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ipv4_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postIpv4FormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Ipv4Format](../../../components/schema/ipv4_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example passing only required values which don't have defaults set - body = ipv4_format.Ipv4Format(None) - try: - api_response = api_instance.post_ipv4_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_ipv4_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv4_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv4_format_response_body_for_content_types.md deleted file mode 100644 index 05fdddab1bf..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv4_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ipv4_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postIpv4FormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Ipv4Format](../../../components/schema/ipv4_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ipv4_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_ipv4_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv6_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv6_format_request_body.md deleted file mode 100644 index 261ced82ae0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv6_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ipv6_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postIpv6FormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Ipv6Format](../../../components/schema/ipv6_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example passing only required values which don't have defaults set - body = ipv6_format.Ipv6Format(None) - try: - api_response = api_instance.post_ipv6_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_ipv6_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv6_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv6_format_response_body_for_content_types.md deleted file mode 100644 index 72a92a4ea94..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_ipv6_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ipv6_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postIpv6FormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Ipv6Format](../../../components/schema/ipv6_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ipv6_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_ipv6_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_json_pointer_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_json_pointer_format_request_body.md deleted file mode 100644 index cadaec0951a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_json_pointer_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_json_pointer_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postJsonPointerFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[JsonPointerFormat](../../../components/schema/json_pointer_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example passing only required values which don't have defaults set - body = json_pointer_format.JsonPointerFormat(None) - try: - api_response = api_instance.post_json_pointer_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_json_pointer_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_json_pointer_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_json_pointer_format_response_body_for_content_types.md deleted file mode 100644 index 8ea72cb06d2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_json_pointer_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_json_pointer_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postJsonPointerFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[JsonPointerFormat](../../../components/schema/json_pointer_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_json_pointer_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_json_pointer_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_format_request_body.md deleted file mode 100644 index 15f1dac3609..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_uri_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postUriFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriFormat](../../../components/schema/uri_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example passing only required values which don't have defaults set - body = uri_format.UriFormat(None) - try: - api_response = api_instance.post_uri_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_uri_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_format_response_body_for_content_types.md deleted file mode 100644 index 2e9340cf4a8..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_uri_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postUriFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriFormat](../../../components/schema/uri_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_uri_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_uri_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_reference_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_reference_format_request_body.md deleted file mode 100644 index 29e31379c06..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_reference_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_uri_reference_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postUriReferenceFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriReferenceFormat](../../../components/schema/uri_reference_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example passing only required values which don't have defaults set - body = uri_reference_format.UriReferenceFormat(None) - try: - api_response = api_instance.post_uri_reference_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_uri_reference_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_reference_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_reference_format_response_body_for_content_types.md deleted file mode 100644 index 29a75d98dde..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_reference_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_uri_reference_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postUriReferenceFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriReferenceFormat](../../../components/schema/uri_reference_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_uri_reference_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_uri_reference_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_template_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_template_format_request_body.md deleted file mode 100644 index f01e709cdc6..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_template_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_uri_template_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postUriTemplateFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriTemplateFormat](../../../components/schema/uri_template_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example passing only required values which don't have defaults set - body = uri_template_format.UriTemplateFormat(None) - try: - api_response = api_instance.post_uri_template_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_uri_template_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_template_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_template_format_response_body_for_content_types.md deleted file mode 100644 index 556946c5f2e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/format_api/post_uri_template_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_uri_template_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postUriTemplateFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriTemplateFormat](../../../components/schema/uri_template_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import format_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = format_api.FormatApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_uri_template_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling FormatApi->post_uri_template_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../format_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/items_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/items_api.md index db9c1e80d76..7d4b0563bbb 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/items_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/items_api.md @@ -9,7 +9,7 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_nested_items_request_body**](items_api/post_nested_items_request_body.md) | -[**post_nested_items_response_body_for_content_types**](items_api/post_nested_items_response_body_for_content_types.md) | +[**post_nested_items_request_body**](../../paths/request_body_post_nested_items_request_body/post.md) | +[**post_nested_items_response_body_for_content_types**](../../paths/response_body_post_nested_items_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/items_api/post_nested_items_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/items_api/post_nested_items_request_body.md deleted file mode 100644 index 7fe4546388e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/items_api/post_nested_items_request_body.md +++ /dev/null @@ -1,106 +0,0 @@ - -# **post_nested_items_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNestedItemsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), list, tuple] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedItems](../../../components/schema/nested_items.md) | list, tuple | tuple | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import items_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = items_api.ItemsApi(api_client) - - # example passing only required values which don't have defaults set - body = nested_items.NestedItems([ - [ - [ - [ - 3.14 - ] - ] - ] - ]) - try: - api_response = api_instance.post_nested_items_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ItemsApi->post_nested_items_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../items_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/items_api/post_nested_items_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/items_api/post_nested_items_response_body_for_content_types.md deleted file mode 100644 index 4acd0868937..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/items_api/post_nested_items_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_nested_items_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNestedItemsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedItems](../../../components/schema/nested_items.md) | list, tuple | tuple | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import items_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = items_api.ItemsApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_nested_items_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ItemsApi->post_nested_items_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../items_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_items_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_items_api.md index 64944a20c06..3c2f39b81d9 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_items_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_items_api.md @@ -9,7 +9,7 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_maxitems_validation_request_body**](max_items_api/post_maxitems_validation_request_body.md) | -[**post_maxitems_validation_response_body_for_content_types**](max_items_api/post_maxitems_validation_response_body_for_content_types.md) | +[**post_maxitems_validation_request_body**](../../paths/request_body_post_maxitems_validation_request_body/post.md) | +[**post_maxitems_validation_response_body_for_content_types**](../../paths/response_body_post_maxitems_validation_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_items_api/post_maxitems_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_items_api/post_maxitems_validation_request_body.md deleted file mode 100644 index a8885dee31c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_items_api/post_maxitems_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maxitems_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaxitemsValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxitemsValidation](../../../components/schema/maxitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import max_items_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = max_items_api.MaxItemsApi(api_client) - - # example passing only required values which don't have defaults set - body = maxitems_validation.MaxitemsValidation(None) - try: - api_response = api_instance.post_maxitems_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MaxItemsApi->post_maxitems_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../max_items_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_length_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_length_api.md index 0b218f91810..581d53251b9 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_length_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_length_api.md @@ -9,7 +9,7 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_maxlength_validation_request_body**](max_length_api/post_maxlength_validation_request_body.md) | -[**post_maxlength_validation_response_body_for_content_types**](max_length_api/post_maxlength_validation_response_body_for_content_types.md) | +[**post_maxlength_validation_request_body**](../../paths/request_body_post_maxlength_validation_request_body/post.md) | +[**post_maxlength_validation_response_body_for_content_types**](../../paths/response_body_post_maxlength_validation_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_length_api/post_maxlength_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_length_api/post_maxlength_validation_request_body.md deleted file mode 100644 index a1d0205bd8c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_length_api/post_maxlength_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maxlength_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaxlengthValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxlengthValidation](../../../components/schema/maxlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import max_length_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = max_length_api.MaxLengthApi(api_client) - - # example passing only required values which don't have defaults set - body = maxlength_validation.MaxlengthValidation(None) - try: - api_response = api_instance.post_maxlength_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MaxLengthApi->post_maxlength_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../max_length_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_length_api/post_maxlength_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_length_api/post_maxlength_validation_response_body_for_content_types.md deleted file mode 100644 index c0a0045851f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_length_api/post_maxlength_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maxlength_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaxlengthValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxlengthValidation](../../../components/schema/maxlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import max_length_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = max_length_api.MaxLengthApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maxlength_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MaxLengthApi->post_maxlength_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../max_length_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api.md index 03c05c5f12d..6274432bfaf 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api.md @@ -9,9 +9,9 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_maxproperties0_means_the_object_is_empty_request_body**](max_properties_api/post_maxproperties0_means_the_object_is_empty_request_body.md) | -[**post_maxproperties0_means_the_object_is_empty_response_body_for_content_types**](max_properties_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md) | -[**post_maxproperties_validation_request_body**](max_properties_api/post_maxproperties_validation_request_body.md) | -[**post_maxproperties_validation_response_body_for_content_types**](max_properties_api/post_maxproperties_validation_response_body_for_content_types.md) | +[**post_maxproperties0_means_the_object_is_empty_request_body**](../../paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post.md) | +[**post_maxproperties0_means_the_object_is_empty_response_body_for_content_types**](../../paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post.md) | +[**post_maxproperties_validation_request_body**](../../paths/request_body_post_maxproperties_validation_request_body/post.md) | +[**post_maxproperties_validation_response_body_for_content_types**](../../paths/response_body_post_maxproperties_validation_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties0_means_the_object_is_empty_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties0_means_the_object_is_empty_request_body.md deleted file mode 100644 index 9b903ec2a24..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties0_means_the_object_is_empty_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maxproperties0_means_the_object_is_empty_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaxproperties0MeansTheObjectIsEmptyRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Maxproperties0MeansTheObjectIsEmpty](../../../components/schema/maxproperties0_means_the_object_is_empty.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import max_properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = max_properties_api.MaxPropertiesApi(api_client) - - # example passing only required values which don't have defaults set - body = maxproperties0_means_the_object_is_empty.Maxproperties0MeansTheObjectIsEmpty(None) - try: - api_response = api_instance.post_maxproperties0_means_the_object_is_empty_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MaxPropertiesApi->post_maxproperties0_means_the_object_is_empty_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../max_properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md deleted file mode 100644 index ebc46c88288..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maxproperties0_means_the_object_is_empty_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaxproperties0MeansTheObjectIsEmptyResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Maxproperties0MeansTheObjectIsEmpty](../../../components/schema/maxproperties0_means_the_object_is_empty.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import max_properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = max_properties_api.MaxPropertiesApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maxproperties0_means_the_object_is_empty_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MaxPropertiesApi->post_maxproperties0_means_the_object_is_empty_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../max_properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties_validation_request_body.md deleted file mode 100644 index cff1b4b3e49..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maxproperties_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaxpropertiesValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxpropertiesValidation](../../../components/schema/maxproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import max_properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = max_properties_api.MaxPropertiesApi(api_client) - - # example passing only required values which don't have defaults set - body = maxproperties_validation.MaxpropertiesValidation(None) - try: - api_response = api_instance.post_maxproperties_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MaxPropertiesApi->post_maxproperties_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../max_properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties_validation_response_body_for_content_types.md deleted file mode 100644 index 64dd729318e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_properties_api/post_maxproperties_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maxproperties_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaxpropertiesValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxpropertiesValidation](../../../components/schema/maxproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import max_properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = max_properties_api.MaxPropertiesApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maxproperties_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MaxPropertiesApi->post_maxproperties_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../max_properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api.md index c4733e596ff..431e5c64ad4 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api.md @@ -9,9 +9,9 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_maximum_validation_request_body**](maximum_api/post_maximum_validation_request_body.md) | -[**post_maximum_validation_response_body_for_content_types**](maximum_api/post_maximum_validation_response_body_for_content_types.md) | -[**post_maximum_validation_with_unsigned_integer_request_body**](maximum_api/post_maximum_validation_with_unsigned_integer_request_body.md) | -[**post_maximum_validation_with_unsigned_integer_response_body_for_content_types**](maximum_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md) | +[**post_maximum_validation_request_body**](../../paths/request_body_post_maximum_validation_request_body/post.md) | +[**post_maximum_validation_response_body_for_content_types**](../../paths/response_body_post_maximum_validation_response_body_for_content_types/post.md) | +[**post_maximum_validation_with_unsigned_integer_request_body**](../../paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post.md) | +[**post_maximum_validation_with_unsigned_integer_response_body_for_content_types**](../../paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_request_body.md deleted file mode 100644 index ce8db71408b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maximum_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaximumValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaximumValidation](../../../components/schema/maximum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import maximum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = maximum_api.MaximumApi(api_client) - - # example passing only required values which don't have defaults set - body = maximum_validation.MaximumValidation(None) - try: - api_response = api_instance.post_maximum_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MaximumApi->post_maximum_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../maximum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_response_body_for_content_types.md deleted file mode 100644 index f4ea9a0398b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maximum_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaximumValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaximumValidation](../../../components/schema/maximum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import maximum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = maximum_api.MaximumApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maximum_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MaximumApi->post_maximum_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../maximum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_with_unsigned_integer_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_with_unsigned_integer_request_body.md deleted file mode 100644 index 0060bdfd690..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_with_unsigned_integer_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maximum_validation_with_unsigned_integer_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaximumValidationWithUnsignedIntegerRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaximumValidationWithUnsignedInteger](../../../components/schema/maximum_validation_with_unsigned_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import maximum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = maximum_api.MaximumApi(api_client) - - # example passing only required values which don't have defaults set - body = maximum_validation_with_unsigned_integer.MaximumValidationWithUnsignedInteger(None) - try: - api_response = api_instance.post_maximum_validation_with_unsigned_integer_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MaximumApi->post_maximum_validation_with_unsigned_integer_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../maximum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md deleted file mode 100644 index 7bccb8e714d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/maximum_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maximum_validation_with_unsigned_integer_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaximumValidationWithUnsignedIntegerResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaximumValidationWithUnsignedInteger](../../../components/schema/maximum_validation_with_unsigned_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import maximum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = maximum_api.MaximumApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maximum_validation_with_unsigned_integer_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MaximumApi->post_maximum_validation_with_unsigned_integer_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../maximum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_items_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_items_api.md index 074e9bfe57e..eac5307be28 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_items_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_items_api.md @@ -9,7 +9,7 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_minitems_validation_request_body**](min_items_api/post_minitems_validation_request_body.md) | -[**post_minitems_validation_response_body_for_content_types**](min_items_api/post_minitems_validation_response_body_for_content_types.md) | +[**post_minitems_validation_request_body**](../../paths/request_body_post_minitems_validation_request_body/post.md) | +[**post_minitems_validation_response_body_for_content_types**](../../paths/response_body_post_minitems_validation_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_length_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_length_api.md index c3e71d0fa24..76d6f3acdbe 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_length_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_length_api.md @@ -9,7 +9,7 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_minlength_validation_request_body**](min_length_api/post_minlength_validation_request_body.md) | -[**post_minlength_validation_response_body_for_content_types**](min_length_api/post_minlength_validation_response_body_for_content_types.md) | +[**post_minlength_validation_request_body**](../../paths/request_body_post_minlength_validation_request_body/post.md) | +[**post_minlength_validation_response_body_for_content_types**](../../paths/response_body_post_minlength_validation_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_length_api/post_minlength_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_length_api/post_minlength_validation_request_body.md deleted file mode 100644 index e5b8512cf07..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_length_api/post_minlength_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_minlength_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMinlengthValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinlengthValidation](../../../components/schema/minlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import min_length_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = min_length_api.MinLengthApi(api_client) - - # example passing only required values which don't have defaults set - body = minlength_validation.MinlengthValidation(None) - try: - api_response = api_instance.post_minlength_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MinLengthApi->post_minlength_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../min_length_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_length_api/post_minlength_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_length_api/post_minlength_validation_response_body_for_content_types.md deleted file mode 100644 index 2109b21cb67..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_length_api/post_minlength_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_minlength_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMinlengthValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinlengthValidation](../../../components/schema/minlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import min_length_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = min_length_api.MinLengthApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_minlength_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MinLengthApi->post_minlength_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../min_length_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_properties_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_properties_api.md index 0f9b1dd4c4a..fc7595be9e2 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_properties_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_properties_api.md @@ -9,7 +9,7 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_minproperties_validation_request_body**](min_properties_api/post_minproperties_validation_request_body.md) | -[**post_minproperties_validation_response_body_for_content_types**](min_properties_api/post_minproperties_validation_response_body_for_content_types.md) | +[**post_minproperties_validation_request_body**](../../paths/request_body_post_minproperties_validation_request_body/post.md) | +[**post_minproperties_validation_response_body_for_content_types**](../../paths/response_body_post_minproperties_validation_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_properties_api/post_minproperties_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_properties_api/post_minproperties_validation_request_body.md deleted file mode 100644 index be0859ec97b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_properties_api/post_minproperties_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_minproperties_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMinpropertiesValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinpropertiesValidation](../../../components/schema/minproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import min_properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = min_properties_api.MinPropertiesApi(api_client) - - # example passing only required values which don't have defaults set - body = minproperties_validation.MinpropertiesValidation(None) - try: - api_response = api_instance.post_minproperties_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MinPropertiesApi->post_minproperties_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../min_properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_properties_api/post_minproperties_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_properties_api/post_minproperties_validation_response_body_for_content_types.md deleted file mode 100644 index 99fa226c357..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_properties_api/post_minproperties_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_minproperties_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMinpropertiesValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinpropertiesValidation](../../../components/schema/minproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import min_properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = min_properties_api.MinPropertiesApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_minproperties_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MinPropertiesApi->post_minproperties_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../min_properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api.md index bbb0622b56a..62d9b842e22 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api.md @@ -9,9 +9,9 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_minimum_validation_request_body**](minimum_api/post_minimum_validation_request_body.md) | -[**post_minimum_validation_response_body_for_content_types**](minimum_api/post_minimum_validation_response_body_for_content_types.md) | -[**post_minimum_validation_with_signed_integer_request_body**](minimum_api/post_minimum_validation_with_signed_integer_request_body.md) | -[**post_minimum_validation_with_signed_integer_response_body_for_content_types**](minimum_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md) | +[**post_minimum_validation_request_body**](../../paths/request_body_post_minimum_validation_request_body/post.md) | +[**post_minimum_validation_response_body_for_content_types**](../../paths/response_body_post_minimum_validation_response_body_for_content_types/post.md) | +[**post_minimum_validation_with_signed_integer_request_body**](../../paths/request_body_post_minimum_validation_with_signed_integer_request_body/post.md) | +[**post_minimum_validation_with_signed_integer_response_body_for_content_types**](../../paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_request_body.md deleted file mode 100644 index 66fad9ee91c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_minimum_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMinimumValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinimumValidation](../../../components/schema/minimum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import minimum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = minimum_api.MinimumApi(api_client) - - # example passing only required values which don't have defaults set - body = minimum_validation.MinimumValidation(None) - try: - api_response = api_instance.post_minimum_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MinimumApi->post_minimum_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../minimum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_response_body_for_content_types.md deleted file mode 100644 index e03b3abb48f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_minimum_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMinimumValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinimumValidation](../../../components/schema/minimum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import minimum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = minimum_api.MinimumApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_minimum_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MinimumApi->post_minimum_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../minimum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_with_signed_integer_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_with_signed_integer_request_body.md deleted file mode 100644 index 872e948c69c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_with_signed_integer_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_minimum_validation_with_signed_integer_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMinimumValidationWithSignedIntegerRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinimumValidationWithSignedInteger](../../../components/schema/minimum_validation_with_signed_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import minimum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = minimum_api.MinimumApi(api_client) - - # example passing only required values which don't have defaults set - body = minimum_validation_with_signed_integer.MinimumValidationWithSignedInteger(None) - try: - api_response = api_instance.post_minimum_validation_with_signed_integer_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MinimumApi->post_minimum_validation_with_signed_integer_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../minimum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md deleted file mode 100644 index 14da7c05152..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/minimum_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_minimum_validation_with_signed_integer_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMinimumValidationWithSignedIntegerResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinimumValidationWithSignedInteger](../../../components/schema/minimum_validation_with_signed_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import minimum_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = minimum_api.MinimumApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_minimum_validation_with_signed_integer_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling MinimumApi->post_minimum_validation_with_signed_integer_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../minimum_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api.md index 29a27d7dcfe..91592db4255 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api.md @@ -9,13 +9,13 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_by_int_request_body**](multiple_of_api/post_by_int_request_body.md) | -[**post_by_int_response_body_for_content_types**](multiple_of_api/post_by_int_response_body_for_content_types.md) | -[**post_by_number_request_body**](multiple_of_api/post_by_number_request_body.md) | -[**post_by_number_response_body_for_content_types**](multiple_of_api/post_by_number_response_body_for_content_types.md) | -[**post_by_small_number_request_body**](multiple_of_api/post_by_small_number_request_body.md) | -[**post_by_small_number_response_body_for_content_types**](multiple_of_api/post_by_small_number_response_body_for_content_types.md) | -[**post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body**](multiple_of_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md) | -[**post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types**](multiple_of_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md) | +[**post_by_int_request_body**](../../paths/request_body_post_by_int_request_body/post.md) | +[**post_by_int_response_body_for_content_types**](../../paths/response_body_post_by_int_response_body_for_content_types/post.md) | +[**post_by_number_request_body**](../../paths/request_body_post_by_number_request_body/post.md) | +[**post_by_number_response_body_for_content_types**](../../paths/response_body_post_by_number_response_body_for_content_types/post.md) | +[**post_by_small_number_request_body**](../../paths/request_body_post_by_small_number_request_body/post.md) | +[**post_by_small_number_response_body_for_content_types**](../../paths/response_body_post_by_small_number_response_body_for_content_types/post.md) | +[**post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body**](../../paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post.md) | +[**post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types**](../../paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api.md index fb365303c58..42058af96dd 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api.md @@ -9,17 +9,17 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_nested_oneof_to_check_validation_semantics_request_body**](one_of_api/post_nested_oneof_to_check_validation_semantics_request_body.md) | -[**post_nested_oneof_to_check_validation_semantics_response_body_for_content_types**](one_of_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md) | -[**post_oneof_complex_types_request_body**](one_of_api/post_oneof_complex_types_request_body.md) | -[**post_oneof_complex_types_response_body_for_content_types**](one_of_api/post_oneof_complex_types_response_body_for_content_types.md) | -[**post_oneof_request_body**](one_of_api/post_oneof_request_body.md) | -[**post_oneof_response_body_for_content_types**](one_of_api/post_oneof_response_body_for_content_types.md) | -[**post_oneof_with_base_schema_request_body**](one_of_api/post_oneof_with_base_schema_request_body.md) | -[**post_oneof_with_base_schema_response_body_for_content_types**](one_of_api/post_oneof_with_base_schema_response_body_for_content_types.md) | -[**post_oneof_with_empty_schema_request_body**](one_of_api/post_oneof_with_empty_schema_request_body.md) | -[**post_oneof_with_empty_schema_response_body_for_content_types**](one_of_api/post_oneof_with_empty_schema_response_body_for_content_types.md) | -[**post_oneof_with_required_request_body**](one_of_api/post_oneof_with_required_request_body.md) | -[**post_oneof_with_required_response_body_for_content_types**](one_of_api/post_oneof_with_required_response_body_for_content_types.md) | +[**post_nested_oneof_to_check_validation_semantics_request_body**](../../paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post.md) | +[**post_nested_oneof_to_check_validation_semantics_response_body_for_content_types**](../../paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post.md) | +[**post_oneof_complex_types_request_body**](../../paths/request_body_post_oneof_complex_types_request_body/post.md) | +[**post_oneof_complex_types_response_body_for_content_types**](../../paths/response_body_post_oneof_complex_types_response_body_for_content_types/post.md) | +[**post_oneof_request_body**](../../paths/request_body_post_oneof_request_body/post.md) | +[**post_oneof_response_body_for_content_types**](../../paths/response_body_post_oneof_response_body_for_content_types/post.md) | +[**post_oneof_with_base_schema_request_body**](../../paths/request_body_post_oneof_with_base_schema_request_body/post.md) | +[**post_oneof_with_base_schema_response_body_for_content_types**](../../paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post.md) | +[**post_oneof_with_empty_schema_request_body**](../../paths/request_body_post_oneof_with_empty_schema_request_body/post.md) | +[**post_oneof_with_empty_schema_response_body_for_content_types**](../../paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post.md) | +[**post_oneof_with_required_request_body**](../../paths/request_body_post_oneof_with_required_request_body/post.md) | +[**post_oneof_with_required_response_body_for_content_types**](../../paths/response_body_post_oneof_with_required_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_nested_oneof_to_check_validation_semantics_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_nested_oneof_to_check_validation_semantics_request_body.md deleted file mode 100644 index e6074791b32..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_nested_oneof_to_check_validation_semantics_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_nested_oneof_to_check_validation_semantics_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNestedOneofToCheckValidationSemanticsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedOneofToCheckValidationSemantics](../../../components/schema/nested_oneof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import one_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = one_of_api.OneOfApi(api_client) - - # example passing only required values which don't have defaults set - body = nested_oneof_to_check_validation_semantics.NestedOneofToCheckValidationSemantics(None) - try: - api_response = api_instance.post_nested_oneof_to_check_validation_semantics_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling OneOfApi->post_nested_oneof_to_check_validation_semantics_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../one_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_complex_types_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_complex_types_request_body.md deleted file mode 100644 index 2ad277c1f95..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_complex_types_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_oneof_complex_types_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postOneofComplexTypesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofComplexTypes](../../../components/schema/oneof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import one_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = one_of_api.OneOfApi(api_client) - - # example passing only required values which don't have defaults set - body = oneof_complex_types.OneofComplexTypes(None) - try: - api_response = api_instance.post_oneof_complex_types_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling OneOfApi->post_oneof_complex_types_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../one_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_request_body.md deleted file mode 100644 index 73523f0a83b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_oneof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postOneofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Oneof](../../../components/schema/oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import one_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = one_of_api.OneOfApi(api_client) - - # example passing only required values which don't have defaults set - body = oneof.Oneof(None) - try: - api_response = api_instance.post_oneof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling OneOfApi->post_oneof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../one_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_base_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_base_schema_request_body.md deleted file mode 100644 index 65120e6108c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_base_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_oneof_with_base_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postOneofWithBaseSchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), str] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithBaseSchema](../../../components/schema/oneof_with_base_schema.md) | str | str | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import one_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = one_of_api.OneOfApi(api_client) - - # example passing only required values which don't have defaults set - body = oneof_with_base_schema.OneofWithBaseSchema("string_example") - try: - api_response = api_instance.post_oneof_with_base_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling OneOfApi->post_oneof_with_base_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../one_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_empty_schema_request_body.md deleted file mode 100644 index 2bd7e9b53a9..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_empty_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_oneof_with_empty_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postOneofWithEmptySchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithEmptySchema](../../../components/schema/oneof_with_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import one_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = one_of_api.OneOfApi(api_client) - - # example passing only required values which don't have defaults set - body = oneof_with_empty_schema.OneofWithEmptySchema(None) - try: - api_response = api_instance.post_oneof_with_empty_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling OneOfApi->post_oneof_with_empty_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../one_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_required_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_required_request_body.md deleted file mode 100644 index b5396a8527e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_required_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_oneof_with_required_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postOneofWithRequiredRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithRequired](../../../components/schema/oneof_with_required.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import one_of_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = one_of_api.OneOfApi(api_client) - - # example passing only required values which don't have defaults set - body = oneof_with_required.OneofWithRequired() - try: - api_response = api_instance.post_oneof_with_required_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling OneOfApi->post_oneof_with_required_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../one_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api.md index e54da846259..e49b4cfb7bb 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api.md @@ -9,92 +9,92 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_additionalproperties_allows_a_schema_which_should_validate_request_body**](operation_request_body_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md) | -[**post_additionalproperties_are_allowed_by_default_request_body**](operation_request_body_api/post_additionalproperties_are_allowed_by_default_request_body.md) | -[**post_additionalproperties_can_exist_by_itself_request_body**](operation_request_body_api/post_additionalproperties_can_exist_by_itself_request_body.md) | -[**post_additionalproperties_should_not_look_in_applicators_request_body**](operation_request_body_api/post_additionalproperties_should_not_look_in_applicators_request_body.md) | -[**post_allof_combined_with_anyof_oneof_request_body**](operation_request_body_api/post_allof_combined_with_anyof_oneof_request_body.md) | -[**post_allof_request_body**](operation_request_body_api/post_allof_request_body.md) | -[**post_allof_simple_types_request_body**](operation_request_body_api/post_allof_simple_types_request_body.md) | -[**post_allof_with_base_schema_request_body**](operation_request_body_api/post_allof_with_base_schema_request_body.md) | -[**post_allof_with_one_empty_schema_request_body**](operation_request_body_api/post_allof_with_one_empty_schema_request_body.md) | -[**post_allof_with_the_first_empty_schema_request_body**](operation_request_body_api/post_allof_with_the_first_empty_schema_request_body.md) | -[**post_allof_with_the_last_empty_schema_request_body**](operation_request_body_api/post_allof_with_the_last_empty_schema_request_body.md) | -[**post_allof_with_two_empty_schemas_request_body**](operation_request_body_api/post_allof_with_two_empty_schemas_request_body.md) | -[**post_anyof_complex_types_request_body**](operation_request_body_api/post_anyof_complex_types_request_body.md) | -[**post_anyof_request_body**](operation_request_body_api/post_anyof_request_body.md) | -[**post_anyof_with_base_schema_request_body**](operation_request_body_api/post_anyof_with_base_schema_request_body.md) | -[**post_anyof_with_one_empty_schema_request_body**](operation_request_body_api/post_anyof_with_one_empty_schema_request_body.md) | -[**post_array_type_matches_arrays_request_body**](operation_request_body_api/post_array_type_matches_arrays_request_body.md) | -[**post_boolean_type_matches_booleans_request_body**](operation_request_body_api/post_boolean_type_matches_booleans_request_body.md) | -[**post_by_int_request_body**](operation_request_body_api/post_by_int_request_body.md) | -[**post_by_number_request_body**](operation_request_body_api/post_by_number_request_body.md) | -[**post_by_small_number_request_body**](operation_request_body_api/post_by_small_number_request_body.md) | -[**post_date_time_format_request_body**](operation_request_body_api/post_date_time_format_request_body.md) | -[**post_email_format_request_body**](operation_request_body_api/post_email_format_request_body.md) | -[**post_enum_with0_does_not_match_false_request_body**](operation_request_body_api/post_enum_with0_does_not_match_false_request_body.md) | -[**post_enum_with1_does_not_match_true_request_body**](operation_request_body_api/post_enum_with1_does_not_match_true_request_body.md) | -[**post_enum_with_escaped_characters_request_body**](operation_request_body_api/post_enum_with_escaped_characters_request_body.md) | -[**post_enum_with_false_does_not_match0_request_body**](operation_request_body_api/post_enum_with_false_does_not_match0_request_body.md) | -[**post_enum_with_true_does_not_match1_request_body**](operation_request_body_api/post_enum_with_true_does_not_match1_request_body.md) | -[**post_enums_in_properties_request_body**](operation_request_body_api/post_enums_in_properties_request_body.md) | -[**post_forbidden_property_request_body**](operation_request_body_api/post_forbidden_property_request_body.md) | -[**post_hostname_format_request_body**](operation_request_body_api/post_hostname_format_request_body.md) | -[**post_integer_type_matches_integers_request_body**](operation_request_body_api/post_integer_type_matches_integers_request_body.md) | -[**post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body**](operation_request_body_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md) | -[**post_invalid_string_value_for_default_request_body**](operation_request_body_api/post_invalid_string_value_for_default_request_body.md) | -[**post_ipv4_format_request_body**](operation_request_body_api/post_ipv4_format_request_body.md) | -[**post_ipv6_format_request_body**](operation_request_body_api/post_ipv6_format_request_body.md) | -[**post_json_pointer_format_request_body**](operation_request_body_api/post_json_pointer_format_request_body.md) | -[**post_maximum_validation_request_body**](operation_request_body_api/post_maximum_validation_request_body.md) | -[**post_maximum_validation_with_unsigned_integer_request_body**](operation_request_body_api/post_maximum_validation_with_unsigned_integer_request_body.md) | -[**post_maxitems_validation_request_body**](operation_request_body_api/post_maxitems_validation_request_body.md) | -[**post_maxlength_validation_request_body**](operation_request_body_api/post_maxlength_validation_request_body.md) | -[**post_maxproperties0_means_the_object_is_empty_request_body**](operation_request_body_api/post_maxproperties0_means_the_object_is_empty_request_body.md) | -[**post_maxproperties_validation_request_body**](operation_request_body_api/post_maxproperties_validation_request_body.md) | -[**post_minimum_validation_request_body**](operation_request_body_api/post_minimum_validation_request_body.md) | -[**post_minimum_validation_with_signed_integer_request_body**](operation_request_body_api/post_minimum_validation_with_signed_integer_request_body.md) | -[**post_minitems_validation_request_body**](operation_request_body_api/post_minitems_validation_request_body.md) | -[**post_minlength_validation_request_body**](operation_request_body_api/post_minlength_validation_request_body.md) | -[**post_minproperties_validation_request_body**](operation_request_body_api/post_minproperties_validation_request_body.md) | -[**post_nested_allof_to_check_validation_semantics_request_body**](operation_request_body_api/post_nested_allof_to_check_validation_semantics_request_body.md) | -[**post_nested_anyof_to_check_validation_semantics_request_body**](operation_request_body_api/post_nested_anyof_to_check_validation_semantics_request_body.md) | -[**post_nested_items_request_body**](operation_request_body_api/post_nested_items_request_body.md) | -[**post_nested_oneof_to_check_validation_semantics_request_body**](operation_request_body_api/post_nested_oneof_to_check_validation_semantics_request_body.md) | -[**post_not_more_complex_schema_request_body**](operation_request_body_api/post_not_more_complex_schema_request_body.md) | -[**post_not_request_body**](operation_request_body_api/post_not_request_body.md) | -[**post_nul_characters_in_strings_request_body**](operation_request_body_api/post_nul_characters_in_strings_request_body.md) | -[**post_null_type_matches_only_the_null_object_request_body**](operation_request_body_api/post_null_type_matches_only_the_null_object_request_body.md) | -[**post_number_type_matches_numbers_request_body**](operation_request_body_api/post_number_type_matches_numbers_request_body.md) | -[**post_object_properties_validation_request_body**](operation_request_body_api/post_object_properties_validation_request_body.md) | -[**post_object_type_matches_objects_request_body**](operation_request_body_api/post_object_type_matches_objects_request_body.md) | -[**post_oneof_complex_types_request_body**](operation_request_body_api/post_oneof_complex_types_request_body.md) | -[**post_oneof_request_body**](operation_request_body_api/post_oneof_request_body.md) | -[**post_oneof_with_base_schema_request_body**](operation_request_body_api/post_oneof_with_base_schema_request_body.md) | -[**post_oneof_with_empty_schema_request_body**](operation_request_body_api/post_oneof_with_empty_schema_request_body.md) | -[**post_oneof_with_required_request_body**](operation_request_body_api/post_oneof_with_required_request_body.md) | -[**post_pattern_is_not_anchored_request_body**](operation_request_body_api/post_pattern_is_not_anchored_request_body.md) | -[**post_pattern_validation_request_body**](operation_request_body_api/post_pattern_validation_request_body.md) | -[**post_properties_with_escaped_characters_request_body**](operation_request_body_api/post_properties_with_escaped_characters_request_body.md) | -[**post_property_named_ref_that_is_not_a_reference_request_body**](operation_request_body_api/post_property_named_ref_that_is_not_a_reference_request_body.md) | -[**post_ref_in_additionalproperties_request_body**](operation_request_body_api/post_ref_in_additionalproperties_request_body.md) | -[**post_ref_in_allof_request_body**](operation_request_body_api/post_ref_in_allof_request_body.md) | -[**post_ref_in_anyof_request_body**](operation_request_body_api/post_ref_in_anyof_request_body.md) | -[**post_ref_in_items_request_body**](operation_request_body_api/post_ref_in_items_request_body.md) | -[**post_ref_in_not_request_body**](operation_request_body_api/post_ref_in_not_request_body.md) | -[**post_ref_in_oneof_request_body**](operation_request_body_api/post_ref_in_oneof_request_body.md) | -[**post_ref_in_property_request_body**](operation_request_body_api/post_ref_in_property_request_body.md) | -[**post_required_default_validation_request_body**](operation_request_body_api/post_required_default_validation_request_body.md) | -[**post_required_validation_request_body**](operation_request_body_api/post_required_validation_request_body.md) | -[**post_required_with_empty_array_request_body**](operation_request_body_api/post_required_with_empty_array_request_body.md) | -[**post_required_with_escaped_characters_request_body**](operation_request_body_api/post_required_with_escaped_characters_request_body.md) | -[**post_simple_enum_validation_request_body**](operation_request_body_api/post_simple_enum_validation_request_body.md) | -[**post_string_type_matches_strings_request_body**](operation_request_body_api/post_string_type_matches_strings_request_body.md) | -[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body**](operation_request_body_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md) | -[**post_uniqueitems_false_validation_request_body**](operation_request_body_api/post_uniqueitems_false_validation_request_body.md) | -[**post_uniqueitems_validation_request_body**](operation_request_body_api/post_uniqueitems_validation_request_body.md) | -[**post_uri_format_request_body**](operation_request_body_api/post_uri_format_request_body.md) | -[**post_uri_reference_format_request_body**](operation_request_body_api/post_uri_reference_format_request_body.md) | -[**post_uri_template_format_request_body**](operation_request_body_api/post_uri_template_format_request_body.md) | +[**post_additionalproperties_allows_a_schema_which_should_validate_request_body**](../../paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post.md) | +[**post_additionalproperties_are_allowed_by_default_request_body**](../../paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post.md) | +[**post_additionalproperties_can_exist_by_itself_request_body**](../../paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post.md) | +[**post_additionalproperties_should_not_look_in_applicators_request_body**](../../paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post.md) | +[**post_allof_combined_with_anyof_oneof_request_body**](../../paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post.md) | +[**post_allof_request_body**](../../paths/request_body_post_allof_request_body/post.md) | +[**post_allof_simple_types_request_body**](../../paths/request_body_post_allof_simple_types_request_body/post.md) | +[**post_allof_with_base_schema_request_body**](../../paths/request_body_post_allof_with_base_schema_request_body/post.md) | +[**post_allof_with_one_empty_schema_request_body**](../../paths/request_body_post_allof_with_one_empty_schema_request_body/post.md) | +[**post_allof_with_the_first_empty_schema_request_body**](../../paths/request_body_post_allof_with_the_first_empty_schema_request_body/post.md) | +[**post_allof_with_the_last_empty_schema_request_body**](../../paths/request_body_post_allof_with_the_last_empty_schema_request_body/post.md) | +[**post_allof_with_two_empty_schemas_request_body**](../../paths/request_body_post_allof_with_two_empty_schemas_request_body/post.md) | +[**post_anyof_complex_types_request_body**](../../paths/request_body_post_anyof_complex_types_request_body/post.md) | +[**post_anyof_request_body**](../../paths/request_body_post_anyof_request_body/post.md) | +[**post_anyof_with_base_schema_request_body**](../../paths/request_body_post_anyof_with_base_schema_request_body/post.md) | +[**post_anyof_with_one_empty_schema_request_body**](../../paths/request_body_post_anyof_with_one_empty_schema_request_body/post.md) | +[**post_array_type_matches_arrays_request_body**](../../paths/request_body_post_array_type_matches_arrays_request_body/post.md) | +[**post_boolean_type_matches_booleans_request_body**](../../paths/request_body_post_boolean_type_matches_booleans_request_body/post.md) | +[**post_by_int_request_body**](../../paths/request_body_post_by_int_request_body/post.md) | +[**post_by_number_request_body**](../../paths/request_body_post_by_number_request_body/post.md) | +[**post_by_small_number_request_body**](../../paths/request_body_post_by_small_number_request_body/post.md) | +[**post_date_time_format_request_body**](../../paths/request_body_post_date_time_format_request_body/post.md) | +[**post_email_format_request_body**](../../paths/request_body_post_email_format_request_body/post.md) | +[**post_enum_with0_does_not_match_false_request_body**](../../paths/request_body_post_enum_with0_does_not_match_false_request_body/post.md) | +[**post_enum_with1_does_not_match_true_request_body**](../../paths/request_body_post_enum_with1_does_not_match_true_request_body/post.md) | +[**post_enum_with_escaped_characters_request_body**](../../paths/request_body_post_enum_with_escaped_characters_request_body/post.md) | +[**post_enum_with_false_does_not_match0_request_body**](../../paths/request_body_post_enum_with_false_does_not_match0_request_body/post.md) | +[**post_enum_with_true_does_not_match1_request_body**](../../paths/request_body_post_enum_with_true_does_not_match1_request_body/post.md) | +[**post_enums_in_properties_request_body**](../../paths/request_body_post_enums_in_properties_request_body/post.md) | +[**post_forbidden_property_request_body**](../../paths/request_body_post_forbidden_property_request_body/post.md) | +[**post_hostname_format_request_body**](../../paths/request_body_post_hostname_format_request_body/post.md) | +[**post_integer_type_matches_integers_request_body**](../../paths/request_body_post_integer_type_matches_integers_request_body/post.md) | +[**post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body**](../../paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post.md) | +[**post_invalid_string_value_for_default_request_body**](../../paths/request_body_post_invalid_string_value_for_default_request_body/post.md) | +[**post_ipv4_format_request_body**](../../paths/request_body_post_ipv4_format_request_body/post.md) | +[**post_ipv6_format_request_body**](../../paths/request_body_post_ipv6_format_request_body/post.md) | +[**post_json_pointer_format_request_body**](../../paths/request_body_post_json_pointer_format_request_body/post.md) | +[**post_maximum_validation_request_body**](../../paths/request_body_post_maximum_validation_request_body/post.md) | +[**post_maximum_validation_with_unsigned_integer_request_body**](../../paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post.md) | +[**post_maxitems_validation_request_body**](../../paths/request_body_post_maxitems_validation_request_body/post.md) | +[**post_maxlength_validation_request_body**](../../paths/request_body_post_maxlength_validation_request_body/post.md) | +[**post_maxproperties0_means_the_object_is_empty_request_body**](../../paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post.md) | +[**post_maxproperties_validation_request_body**](../../paths/request_body_post_maxproperties_validation_request_body/post.md) | +[**post_minimum_validation_request_body**](../../paths/request_body_post_minimum_validation_request_body/post.md) | +[**post_minimum_validation_with_signed_integer_request_body**](../../paths/request_body_post_minimum_validation_with_signed_integer_request_body/post.md) | +[**post_minitems_validation_request_body**](../../paths/request_body_post_minitems_validation_request_body/post.md) | +[**post_minlength_validation_request_body**](../../paths/request_body_post_minlength_validation_request_body/post.md) | +[**post_minproperties_validation_request_body**](../../paths/request_body_post_minproperties_validation_request_body/post.md) | +[**post_nested_allof_to_check_validation_semantics_request_body**](../../paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post.md) | +[**post_nested_anyof_to_check_validation_semantics_request_body**](../../paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post.md) | +[**post_nested_items_request_body**](../../paths/request_body_post_nested_items_request_body/post.md) | +[**post_nested_oneof_to_check_validation_semantics_request_body**](../../paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post.md) | +[**post_not_more_complex_schema_request_body**](../../paths/request_body_post_not_more_complex_schema_request_body/post.md) | +[**post_not_request_body**](../../paths/request_body_post_not_request_body/post.md) | +[**post_nul_characters_in_strings_request_body**](../../paths/request_body_post_nul_characters_in_strings_request_body/post.md) | +[**post_null_type_matches_only_the_null_object_request_body**](../../paths/request_body_post_null_type_matches_only_the_null_object_request_body/post.md) | +[**post_number_type_matches_numbers_request_body**](../../paths/request_body_post_number_type_matches_numbers_request_body/post.md) | +[**post_object_properties_validation_request_body**](../../paths/request_body_post_object_properties_validation_request_body/post.md) | +[**post_object_type_matches_objects_request_body**](../../paths/request_body_post_object_type_matches_objects_request_body/post.md) | +[**post_oneof_complex_types_request_body**](../../paths/request_body_post_oneof_complex_types_request_body/post.md) | +[**post_oneof_request_body**](../../paths/request_body_post_oneof_request_body/post.md) | +[**post_oneof_with_base_schema_request_body**](../../paths/request_body_post_oneof_with_base_schema_request_body/post.md) | +[**post_oneof_with_empty_schema_request_body**](../../paths/request_body_post_oneof_with_empty_schema_request_body/post.md) | +[**post_oneof_with_required_request_body**](../../paths/request_body_post_oneof_with_required_request_body/post.md) | +[**post_pattern_is_not_anchored_request_body**](../../paths/request_body_post_pattern_is_not_anchored_request_body/post.md) | +[**post_pattern_validation_request_body**](../../paths/request_body_post_pattern_validation_request_body/post.md) | +[**post_properties_with_escaped_characters_request_body**](../../paths/request_body_post_properties_with_escaped_characters_request_body/post.md) | +[**post_property_named_ref_that_is_not_a_reference_request_body**](../../paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post.md) | +[**post_ref_in_additionalproperties_request_body**](../../paths/request_body_post_ref_in_additionalproperties_request_body/post.md) | +[**post_ref_in_allof_request_body**](../../paths/request_body_post_ref_in_allof_request_body/post.md) | +[**post_ref_in_anyof_request_body**](../../paths/request_body_post_ref_in_anyof_request_body/post.md) | +[**post_ref_in_items_request_body**](../../paths/request_body_post_ref_in_items_request_body/post.md) | +[**post_ref_in_not_request_body**](../../paths/request_body_post_ref_in_not_request_body/post.md) | +[**post_ref_in_oneof_request_body**](../../paths/request_body_post_ref_in_oneof_request_body/post.md) | +[**post_ref_in_property_request_body**](../../paths/request_body_post_ref_in_property_request_body/post.md) | +[**post_required_default_validation_request_body**](../../paths/request_body_post_required_default_validation_request_body/post.md) | +[**post_required_validation_request_body**](../../paths/request_body_post_required_validation_request_body/post.md) | +[**post_required_with_empty_array_request_body**](../../paths/request_body_post_required_with_empty_array_request_body/post.md) | +[**post_required_with_escaped_characters_request_body**](../../paths/request_body_post_required_with_escaped_characters_request_body/post.md) | +[**post_simple_enum_validation_request_body**](../../paths/request_body_post_simple_enum_validation_request_body/post.md) | +[**post_string_type_matches_strings_request_body**](../../paths/request_body_post_string_type_matches_strings_request_body/post.md) | +[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body**](../../paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post.md) | +[**post_uniqueitems_false_validation_request_body**](../../paths/request_body_post_uniqueitems_false_validation_request_body/post.md) | +[**post_uniqueitems_validation_request_body**](../../paths/request_body_post_uniqueitems_validation_request_body/post.md) | +[**post_uri_format_request_body**](../../paths/request_body_post_uri_format_request_body/post.md) | +[**post_uri_reference_format_request_body**](../../paths/request_body_post_uri_reference_format_request_body/post.md) | +[**post_uri_template_format_request_body**](../../paths/request_body_post_uri_template_format_request_body/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_anyof_complex_types_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_anyof_complex_types_request_body.md deleted file mode 100644 index 4289120d754..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_anyof_complex_types_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_anyof_complex_types_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAnyofComplexTypesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofComplexTypes](../../../components/schema/anyof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import operation_request_body_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) - - # example passing only required values which don't have defaults set - body = anyof_complex_types.AnyofComplexTypes(None) - try: - api_response = api_instance.post_anyof_complex_types_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_anyof_complex_types_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_by_int_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_by_int_request_body.md deleted file mode 100644 index c0484e70d0f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_by_int_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_by_int_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postByIntRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ByInt](../../../components/schema/by_int.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import operation_request_body_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) - - # example passing only required values which don't have defaults set - body = by_int.ByInt(None) - try: - api_response = api_instance.post_by_int_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_by_int_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_by_small_number_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_by_small_number_request_body.md deleted file mode 100644 index 5ef9fb99259..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_by_small_number_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_by_small_number_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postBySmallNumberRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[BySmallNumber](../../../components/schema/by_small_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import operation_request_body_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) - - # example passing only required values which don't have defaults set - body = by_small_number.BySmallNumber(None) - try: - api_response = api_instance.post_by_small_number_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_by_small_number_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md deleted file mode 100644 index b1898276002..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postInvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf](../../../components/schema/invalid_instance_should_not_raise_error_when_float_division_inf.md) | decimal.Decimal, int | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import operation_request_body_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) - - # example passing only required values which don't have defaults set - body = invalid_instance_should_not_raise_error_when_float_division_inf.InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf(1) - try: - api_response = api_instance.post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ipv4_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ipv4_format_request_body.md deleted file mode 100644 index a3a3ab5b55e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ipv4_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ipv4_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postIpv4FormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Ipv4Format](../../../components/schema/ipv4_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import operation_request_body_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) - - # example passing only required values which don't have defaults set - body = ipv4_format.Ipv4Format(None) - try: - api_response = api_instance.post_ipv4_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_ipv4_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ipv6_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ipv6_format_request_body.md deleted file mode 100644 index a0099bfe41b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ipv6_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ipv6_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postIpv6FormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Ipv6Format](../../../components/schema/ipv6_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import operation_request_body_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) - - # example passing only required values which don't have defaults set - body = ipv6_format.Ipv6Format(None) - try: - api_response = api_instance.post_ipv6_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_ipv6_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minitems_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minitems_validation_request_body.md deleted file mode 100644 index 0a6442680b5..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minitems_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_minitems_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMinitemsValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinitemsValidation](../../../components/schema/minitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import operation_request_body_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) - - # example passing only required values which don't have defaults set - body = minitems_validation.MinitemsValidation(None) - try: - api_response = api_instance.post_minitems_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_minitems_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_allof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_allof_request_body.md deleted file mode 100644 index 656d29e8c34..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_allof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_allof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInAllofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAllof](../../../components/schema/ref_in_allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import operation_request_body_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_allof.RefInAllof(None) - try: - api_response = api_instance.post_ref_in_allof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_ref_in_allof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_required_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_required_validation_request_body.md deleted file mode 100644 index 81d5fc1cc73..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_required_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_required_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRequiredValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredValidation](../../../components/schema/required_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import operation_request_body_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) - - # example passing only required values which don't have defaults set - body = required_validation.RequiredValidation(None) - try: - api_response = api_instance.post_required_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_required_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api.md index afb3403a15d..72bc6e90636 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api.md @@ -9,179 +9,179 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_additionalproperties_allows_a_schema_which_should_validate_request_body**](path_post_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md) | -[**post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types**](path_post_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md) | -[**post_additionalproperties_are_allowed_by_default_request_body**](path_post_api/post_additionalproperties_are_allowed_by_default_request_body.md) | -[**post_additionalproperties_are_allowed_by_default_response_body_for_content_types**](path_post_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md) | -[**post_additionalproperties_can_exist_by_itself_request_body**](path_post_api/post_additionalproperties_can_exist_by_itself_request_body.md) | -[**post_additionalproperties_can_exist_by_itself_response_body_for_content_types**](path_post_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md) | -[**post_additionalproperties_should_not_look_in_applicators_request_body**](path_post_api/post_additionalproperties_should_not_look_in_applicators_request_body.md) | -[**post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types**](path_post_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md) | -[**post_allof_combined_with_anyof_oneof_request_body**](path_post_api/post_allof_combined_with_anyof_oneof_request_body.md) | -[**post_allof_combined_with_anyof_oneof_response_body_for_content_types**](path_post_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md) | -[**post_allof_request_body**](path_post_api/post_allof_request_body.md) | -[**post_allof_response_body_for_content_types**](path_post_api/post_allof_response_body_for_content_types.md) | -[**post_allof_simple_types_request_body**](path_post_api/post_allof_simple_types_request_body.md) | -[**post_allof_simple_types_response_body_for_content_types**](path_post_api/post_allof_simple_types_response_body_for_content_types.md) | -[**post_allof_with_base_schema_request_body**](path_post_api/post_allof_with_base_schema_request_body.md) | -[**post_allof_with_base_schema_response_body_for_content_types**](path_post_api/post_allof_with_base_schema_response_body_for_content_types.md) | -[**post_allof_with_one_empty_schema_request_body**](path_post_api/post_allof_with_one_empty_schema_request_body.md) | -[**post_allof_with_one_empty_schema_response_body_for_content_types**](path_post_api/post_allof_with_one_empty_schema_response_body_for_content_types.md) | -[**post_allof_with_the_first_empty_schema_request_body**](path_post_api/post_allof_with_the_first_empty_schema_request_body.md) | -[**post_allof_with_the_first_empty_schema_response_body_for_content_types**](path_post_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md) | -[**post_allof_with_the_last_empty_schema_request_body**](path_post_api/post_allof_with_the_last_empty_schema_request_body.md) | -[**post_allof_with_the_last_empty_schema_response_body_for_content_types**](path_post_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md) | -[**post_allof_with_two_empty_schemas_request_body**](path_post_api/post_allof_with_two_empty_schemas_request_body.md) | -[**post_allof_with_two_empty_schemas_response_body_for_content_types**](path_post_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md) | -[**post_anyof_complex_types_request_body**](path_post_api/post_anyof_complex_types_request_body.md) | -[**post_anyof_complex_types_response_body_for_content_types**](path_post_api/post_anyof_complex_types_response_body_for_content_types.md) | -[**post_anyof_request_body**](path_post_api/post_anyof_request_body.md) | -[**post_anyof_response_body_for_content_types**](path_post_api/post_anyof_response_body_for_content_types.md) | -[**post_anyof_with_base_schema_request_body**](path_post_api/post_anyof_with_base_schema_request_body.md) | -[**post_anyof_with_base_schema_response_body_for_content_types**](path_post_api/post_anyof_with_base_schema_response_body_for_content_types.md) | -[**post_anyof_with_one_empty_schema_request_body**](path_post_api/post_anyof_with_one_empty_schema_request_body.md) | -[**post_anyof_with_one_empty_schema_response_body_for_content_types**](path_post_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md) | -[**post_array_type_matches_arrays_request_body**](path_post_api/post_array_type_matches_arrays_request_body.md) | -[**post_array_type_matches_arrays_response_body_for_content_types**](path_post_api/post_array_type_matches_arrays_response_body_for_content_types.md) | -[**post_boolean_type_matches_booleans_request_body**](path_post_api/post_boolean_type_matches_booleans_request_body.md) | -[**post_boolean_type_matches_booleans_response_body_for_content_types**](path_post_api/post_boolean_type_matches_booleans_response_body_for_content_types.md) | -[**post_by_int_request_body**](path_post_api/post_by_int_request_body.md) | -[**post_by_int_response_body_for_content_types**](path_post_api/post_by_int_response_body_for_content_types.md) | -[**post_by_number_request_body**](path_post_api/post_by_number_request_body.md) | -[**post_by_number_response_body_for_content_types**](path_post_api/post_by_number_response_body_for_content_types.md) | -[**post_by_small_number_request_body**](path_post_api/post_by_small_number_request_body.md) | -[**post_by_small_number_response_body_for_content_types**](path_post_api/post_by_small_number_response_body_for_content_types.md) | -[**post_date_time_format_request_body**](path_post_api/post_date_time_format_request_body.md) | -[**post_date_time_format_response_body_for_content_types**](path_post_api/post_date_time_format_response_body_for_content_types.md) | -[**post_email_format_request_body**](path_post_api/post_email_format_request_body.md) | -[**post_email_format_response_body_for_content_types**](path_post_api/post_email_format_response_body_for_content_types.md) | -[**post_enum_with0_does_not_match_false_request_body**](path_post_api/post_enum_with0_does_not_match_false_request_body.md) | -[**post_enum_with0_does_not_match_false_response_body_for_content_types**](path_post_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md) | -[**post_enum_with1_does_not_match_true_request_body**](path_post_api/post_enum_with1_does_not_match_true_request_body.md) | -[**post_enum_with1_does_not_match_true_response_body_for_content_types**](path_post_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md) | -[**post_enum_with_escaped_characters_request_body**](path_post_api/post_enum_with_escaped_characters_request_body.md) | -[**post_enum_with_escaped_characters_response_body_for_content_types**](path_post_api/post_enum_with_escaped_characters_response_body_for_content_types.md) | -[**post_enum_with_false_does_not_match0_request_body**](path_post_api/post_enum_with_false_does_not_match0_request_body.md) | -[**post_enum_with_false_does_not_match0_response_body_for_content_types**](path_post_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md) | -[**post_enum_with_true_does_not_match1_request_body**](path_post_api/post_enum_with_true_does_not_match1_request_body.md) | -[**post_enum_with_true_does_not_match1_response_body_for_content_types**](path_post_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md) | -[**post_enums_in_properties_request_body**](path_post_api/post_enums_in_properties_request_body.md) | -[**post_enums_in_properties_response_body_for_content_types**](path_post_api/post_enums_in_properties_response_body_for_content_types.md) | -[**post_forbidden_property_request_body**](path_post_api/post_forbidden_property_request_body.md) | -[**post_forbidden_property_response_body_for_content_types**](path_post_api/post_forbidden_property_response_body_for_content_types.md) | -[**post_hostname_format_request_body**](path_post_api/post_hostname_format_request_body.md) | -[**post_hostname_format_response_body_for_content_types**](path_post_api/post_hostname_format_response_body_for_content_types.md) | -[**post_integer_type_matches_integers_request_body**](path_post_api/post_integer_type_matches_integers_request_body.md) | -[**post_integer_type_matches_integers_response_body_for_content_types**](path_post_api/post_integer_type_matches_integers_response_body_for_content_types.md) | -[**post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body**](path_post_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md) | -[**post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types**](path_post_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md) | -[**post_invalid_string_value_for_default_request_body**](path_post_api/post_invalid_string_value_for_default_request_body.md) | -[**post_invalid_string_value_for_default_response_body_for_content_types**](path_post_api/post_invalid_string_value_for_default_response_body_for_content_types.md) | -[**post_ipv4_format_request_body**](path_post_api/post_ipv4_format_request_body.md) | -[**post_ipv4_format_response_body_for_content_types**](path_post_api/post_ipv4_format_response_body_for_content_types.md) | -[**post_ipv6_format_request_body**](path_post_api/post_ipv6_format_request_body.md) | -[**post_ipv6_format_response_body_for_content_types**](path_post_api/post_ipv6_format_response_body_for_content_types.md) | -[**post_json_pointer_format_request_body**](path_post_api/post_json_pointer_format_request_body.md) | -[**post_json_pointer_format_response_body_for_content_types**](path_post_api/post_json_pointer_format_response_body_for_content_types.md) | -[**post_maximum_validation_request_body**](path_post_api/post_maximum_validation_request_body.md) | -[**post_maximum_validation_response_body_for_content_types**](path_post_api/post_maximum_validation_response_body_for_content_types.md) | -[**post_maximum_validation_with_unsigned_integer_request_body**](path_post_api/post_maximum_validation_with_unsigned_integer_request_body.md) | -[**post_maximum_validation_with_unsigned_integer_response_body_for_content_types**](path_post_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md) | -[**post_maxitems_validation_request_body**](path_post_api/post_maxitems_validation_request_body.md) | -[**post_maxitems_validation_response_body_for_content_types**](path_post_api/post_maxitems_validation_response_body_for_content_types.md) | -[**post_maxlength_validation_request_body**](path_post_api/post_maxlength_validation_request_body.md) | -[**post_maxlength_validation_response_body_for_content_types**](path_post_api/post_maxlength_validation_response_body_for_content_types.md) | -[**post_maxproperties0_means_the_object_is_empty_request_body**](path_post_api/post_maxproperties0_means_the_object_is_empty_request_body.md) | -[**post_maxproperties0_means_the_object_is_empty_response_body_for_content_types**](path_post_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md) | -[**post_maxproperties_validation_request_body**](path_post_api/post_maxproperties_validation_request_body.md) | -[**post_maxproperties_validation_response_body_for_content_types**](path_post_api/post_maxproperties_validation_response_body_for_content_types.md) | -[**post_minimum_validation_request_body**](path_post_api/post_minimum_validation_request_body.md) | -[**post_minimum_validation_response_body_for_content_types**](path_post_api/post_minimum_validation_response_body_for_content_types.md) | -[**post_minimum_validation_with_signed_integer_request_body**](path_post_api/post_minimum_validation_with_signed_integer_request_body.md) | -[**post_minimum_validation_with_signed_integer_response_body_for_content_types**](path_post_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md) | -[**post_minitems_validation_request_body**](path_post_api/post_minitems_validation_request_body.md) | -[**post_minitems_validation_response_body_for_content_types**](path_post_api/post_minitems_validation_response_body_for_content_types.md) | -[**post_minlength_validation_request_body**](path_post_api/post_minlength_validation_request_body.md) | -[**post_minlength_validation_response_body_for_content_types**](path_post_api/post_minlength_validation_response_body_for_content_types.md) | -[**post_minproperties_validation_request_body**](path_post_api/post_minproperties_validation_request_body.md) | -[**post_minproperties_validation_response_body_for_content_types**](path_post_api/post_minproperties_validation_response_body_for_content_types.md) | -[**post_nested_allof_to_check_validation_semantics_request_body**](path_post_api/post_nested_allof_to_check_validation_semantics_request_body.md) | -[**post_nested_allof_to_check_validation_semantics_response_body_for_content_types**](path_post_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md) | -[**post_nested_anyof_to_check_validation_semantics_request_body**](path_post_api/post_nested_anyof_to_check_validation_semantics_request_body.md) | -[**post_nested_anyof_to_check_validation_semantics_response_body_for_content_types**](path_post_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md) | -[**post_nested_items_request_body**](path_post_api/post_nested_items_request_body.md) | -[**post_nested_items_response_body_for_content_types**](path_post_api/post_nested_items_response_body_for_content_types.md) | -[**post_nested_oneof_to_check_validation_semantics_request_body**](path_post_api/post_nested_oneof_to_check_validation_semantics_request_body.md) | -[**post_nested_oneof_to_check_validation_semantics_response_body_for_content_types**](path_post_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md) | -[**post_not_more_complex_schema_request_body**](path_post_api/post_not_more_complex_schema_request_body.md) | -[**post_not_more_complex_schema_response_body_for_content_types**](path_post_api/post_not_more_complex_schema_response_body_for_content_types.md) | -[**post_not_request_body**](path_post_api/post_not_request_body.md) | -[**post_not_response_body_for_content_types**](path_post_api/post_not_response_body_for_content_types.md) | -[**post_nul_characters_in_strings_request_body**](path_post_api/post_nul_characters_in_strings_request_body.md) | -[**post_nul_characters_in_strings_response_body_for_content_types**](path_post_api/post_nul_characters_in_strings_response_body_for_content_types.md) | -[**post_null_type_matches_only_the_null_object_request_body**](path_post_api/post_null_type_matches_only_the_null_object_request_body.md) | -[**post_null_type_matches_only_the_null_object_response_body_for_content_types**](path_post_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md) | -[**post_number_type_matches_numbers_request_body**](path_post_api/post_number_type_matches_numbers_request_body.md) | -[**post_number_type_matches_numbers_response_body_for_content_types**](path_post_api/post_number_type_matches_numbers_response_body_for_content_types.md) | -[**post_object_properties_validation_request_body**](path_post_api/post_object_properties_validation_request_body.md) | -[**post_object_properties_validation_response_body_for_content_types**](path_post_api/post_object_properties_validation_response_body_for_content_types.md) | -[**post_object_type_matches_objects_request_body**](path_post_api/post_object_type_matches_objects_request_body.md) | -[**post_object_type_matches_objects_response_body_for_content_types**](path_post_api/post_object_type_matches_objects_response_body_for_content_types.md) | -[**post_oneof_complex_types_request_body**](path_post_api/post_oneof_complex_types_request_body.md) | -[**post_oneof_complex_types_response_body_for_content_types**](path_post_api/post_oneof_complex_types_response_body_for_content_types.md) | -[**post_oneof_request_body**](path_post_api/post_oneof_request_body.md) | -[**post_oneof_response_body_for_content_types**](path_post_api/post_oneof_response_body_for_content_types.md) | -[**post_oneof_with_base_schema_request_body**](path_post_api/post_oneof_with_base_schema_request_body.md) | -[**post_oneof_with_base_schema_response_body_for_content_types**](path_post_api/post_oneof_with_base_schema_response_body_for_content_types.md) | -[**post_oneof_with_empty_schema_request_body**](path_post_api/post_oneof_with_empty_schema_request_body.md) | -[**post_oneof_with_empty_schema_response_body_for_content_types**](path_post_api/post_oneof_with_empty_schema_response_body_for_content_types.md) | -[**post_oneof_with_required_request_body**](path_post_api/post_oneof_with_required_request_body.md) | -[**post_oneof_with_required_response_body_for_content_types**](path_post_api/post_oneof_with_required_response_body_for_content_types.md) | -[**post_pattern_is_not_anchored_request_body**](path_post_api/post_pattern_is_not_anchored_request_body.md) | -[**post_pattern_is_not_anchored_response_body_for_content_types**](path_post_api/post_pattern_is_not_anchored_response_body_for_content_types.md) | -[**post_pattern_validation_request_body**](path_post_api/post_pattern_validation_request_body.md) | -[**post_pattern_validation_response_body_for_content_types**](path_post_api/post_pattern_validation_response_body_for_content_types.md) | -[**post_properties_with_escaped_characters_request_body**](path_post_api/post_properties_with_escaped_characters_request_body.md) | -[**post_properties_with_escaped_characters_response_body_for_content_types**](path_post_api/post_properties_with_escaped_characters_response_body_for_content_types.md) | -[**post_property_named_ref_that_is_not_a_reference_request_body**](path_post_api/post_property_named_ref_that_is_not_a_reference_request_body.md) | -[**post_property_named_ref_that_is_not_a_reference_response_body_for_content_types**](path_post_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md) | -[**post_ref_in_additionalproperties_request_body**](path_post_api/post_ref_in_additionalproperties_request_body.md) | -[**post_ref_in_additionalproperties_response_body_for_content_types**](path_post_api/post_ref_in_additionalproperties_response_body_for_content_types.md) | -[**post_ref_in_allof_request_body**](path_post_api/post_ref_in_allof_request_body.md) | -[**post_ref_in_allof_response_body_for_content_types**](path_post_api/post_ref_in_allof_response_body_for_content_types.md) | -[**post_ref_in_anyof_request_body**](path_post_api/post_ref_in_anyof_request_body.md) | -[**post_ref_in_anyof_response_body_for_content_types**](path_post_api/post_ref_in_anyof_response_body_for_content_types.md) | -[**post_ref_in_items_request_body**](path_post_api/post_ref_in_items_request_body.md) | -[**post_ref_in_items_response_body_for_content_types**](path_post_api/post_ref_in_items_response_body_for_content_types.md) | -[**post_ref_in_not_request_body**](path_post_api/post_ref_in_not_request_body.md) | -[**post_ref_in_not_response_body_for_content_types**](path_post_api/post_ref_in_not_response_body_for_content_types.md) | -[**post_ref_in_oneof_request_body**](path_post_api/post_ref_in_oneof_request_body.md) | -[**post_ref_in_oneof_response_body_for_content_types**](path_post_api/post_ref_in_oneof_response_body_for_content_types.md) | -[**post_ref_in_property_request_body**](path_post_api/post_ref_in_property_request_body.md) | -[**post_ref_in_property_response_body_for_content_types**](path_post_api/post_ref_in_property_response_body_for_content_types.md) | -[**post_required_default_validation_request_body**](path_post_api/post_required_default_validation_request_body.md) | -[**post_required_default_validation_response_body_for_content_types**](path_post_api/post_required_default_validation_response_body_for_content_types.md) | -[**post_required_validation_request_body**](path_post_api/post_required_validation_request_body.md) | -[**post_required_validation_response_body_for_content_types**](path_post_api/post_required_validation_response_body_for_content_types.md) | -[**post_required_with_empty_array_request_body**](path_post_api/post_required_with_empty_array_request_body.md) | -[**post_required_with_empty_array_response_body_for_content_types**](path_post_api/post_required_with_empty_array_response_body_for_content_types.md) | -[**post_required_with_escaped_characters_request_body**](path_post_api/post_required_with_escaped_characters_request_body.md) | -[**post_required_with_escaped_characters_response_body_for_content_types**](path_post_api/post_required_with_escaped_characters_response_body_for_content_types.md) | -[**post_simple_enum_validation_request_body**](path_post_api/post_simple_enum_validation_request_body.md) | -[**post_simple_enum_validation_response_body_for_content_types**](path_post_api/post_simple_enum_validation_response_body_for_content_types.md) | -[**post_string_type_matches_strings_request_body**](path_post_api/post_string_type_matches_strings_request_body.md) | -[**post_string_type_matches_strings_response_body_for_content_types**](path_post_api/post_string_type_matches_strings_response_body_for_content_types.md) | -[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body**](path_post_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md) | -[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types**](path_post_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md) | -[**post_uniqueitems_false_validation_request_body**](path_post_api/post_uniqueitems_false_validation_request_body.md) | -[**post_uniqueitems_false_validation_response_body_for_content_types**](path_post_api/post_uniqueitems_false_validation_response_body_for_content_types.md) | -[**post_uniqueitems_validation_request_body**](path_post_api/post_uniqueitems_validation_request_body.md) | -[**post_uniqueitems_validation_response_body_for_content_types**](path_post_api/post_uniqueitems_validation_response_body_for_content_types.md) | -[**post_uri_format_request_body**](path_post_api/post_uri_format_request_body.md) | -[**post_uri_format_response_body_for_content_types**](path_post_api/post_uri_format_response_body_for_content_types.md) | -[**post_uri_reference_format_request_body**](path_post_api/post_uri_reference_format_request_body.md) | -[**post_uri_reference_format_response_body_for_content_types**](path_post_api/post_uri_reference_format_response_body_for_content_types.md) | -[**post_uri_template_format_request_body**](path_post_api/post_uri_template_format_request_body.md) | -[**post_uri_template_format_response_body_for_content_types**](path_post_api/post_uri_template_format_response_body_for_content_types.md) | +[**post_additionalproperties_allows_a_schema_which_should_validate_request_body**](../../paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post.md) | +[**post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post.md) | +[**post_additionalproperties_are_allowed_by_default_request_body**](../../paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post.md) | +[**post_additionalproperties_are_allowed_by_default_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post.md) | +[**post_additionalproperties_can_exist_by_itself_request_body**](../../paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post.md) | +[**post_additionalproperties_can_exist_by_itself_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post.md) | +[**post_additionalproperties_should_not_look_in_applicators_request_body**](../../paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post.md) | +[**post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post.md) | +[**post_allof_combined_with_anyof_oneof_request_body**](../../paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post.md) | +[**post_allof_combined_with_anyof_oneof_response_body_for_content_types**](../../paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post.md) | +[**post_allof_request_body**](../../paths/request_body_post_allof_request_body/post.md) | +[**post_allof_response_body_for_content_types**](../../paths/response_body_post_allof_response_body_for_content_types/post.md) | +[**post_allof_simple_types_request_body**](../../paths/request_body_post_allof_simple_types_request_body/post.md) | +[**post_allof_simple_types_response_body_for_content_types**](../../paths/response_body_post_allof_simple_types_response_body_for_content_types/post.md) | +[**post_allof_with_base_schema_request_body**](../../paths/request_body_post_allof_with_base_schema_request_body/post.md) | +[**post_allof_with_base_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post.md) | +[**post_allof_with_one_empty_schema_request_body**](../../paths/request_body_post_allof_with_one_empty_schema_request_body/post.md) | +[**post_allof_with_one_empty_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post.md) | +[**post_allof_with_the_first_empty_schema_request_body**](../../paths/request_body_post_allof_with_the_first_empty_schema_request_body/post.md) | +[**post_allof_with_the_first_empty_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post.md) | +[**post_allof_with_the_last_empty_schema_request_body**](../../paths/request_body_post_allof_with_the_last_empty_schema_request_body/post.md) | +[**post_allof_with_the_last_empty_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post.md) | +[**post_allof_with_two_empty_schemas_request_body**](../../paths/request_body_post_allof_with_two_empty_schemas_request_body/post.md) | +[**post_allof_with_two_empty_schemas_response_body_for_content_types**](../../paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post.md) | +[**post_anyof_complex_types_request_body**](../../paths/request_body_post_anyof_complex_types_request_body/post.md) | +[**post_anyof_complex_types_response_body_for_content_types**](../../paths/response_body_post_anyof_complex_types_response_body_for_content_types/post.md) | +[**post_anyof_request_body**](../../paths/request_body_post_anyof_request_body/post.md) | +[**post_anyof_response_body_for_content_types**](../../paths/response_body_post_anyof_response_body_for_content_types/post.md) | +[**post_anyof_with_base_schema_request_body**](../../paths/request_body_post_anyof_with_base_schema_request_body/post.md) | +[**post_anyof_with_base_schema_response_body_for_content_types**](../../paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post.md) | +[**post_anyof_with_one_empty_schema_request_body**](../../paths/request_body_post_anyof_with_one_empty_schema_request_body/post.md) | +[**post_anyof_with_one_empty_schema_response_body_for_content_types**](../../paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post.md) | +[**post_array_type_matches_arrays_request_body**](../../paths/request_body_post_array_type_matches_arrays_request_body/post.md) | +[**post_array_type_matches_arrays_response_body_for_content_types**](../../paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post.md) | +[**post_boolean_type_matches_booleans_request_body**](../../paths/request_body_post_boolean_type_matches_booleans_request_body/post.md) | +[**post_boolean_type_matches_booleans_response_body_for_content_types**](../../paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post.md) | +[**post_by_int_request_body**](../../paths/request_body_post_by_int_request_body/post.md) | +[**post_by_int_response_body_for_content_types**](../../paths/response_body_post_by_int_response_body_for_content_types/post.md) | +[**post_by_number_request_body**](../../paths/request_body_post_by_number_request_body/post.md) | +[**post_by_number_response_body_for_content_types**](../../paths/response_body_post_by_number_response_body_for_content_types/post.md) | +[**post_by_small_number_request_body**](../../paths/request_body_post_by_small_number_request_body/post.md) | +[**post_by_small_number_response_body_for_content_types**](../../paths/response_body_post_by_small_number_response_body_for_content_types/post.md) | +[**post_date_time_format_request_body**](../../paths/request_body_post_date_time_format_request_body/post.md) | +[**post_date_time_format_response_body_for_content_types**](../../paths/response_body_post_date_time_format_response_body_for_content_types/post.md) | +[**post_email_format_request_body**](../../paths/request_body_post_email_format_request_body/post.md) | +[**post_email_format_response_body_for_content_types**](../../paths/response_body_post_email_format_response_body_for_content_types/post.md) | +[**post_enum_with0_does_not_match_false_request_body**](../../paths/request_body_post_enum_with0_does_not_match_false_request_body/post.md) | +[**post_enum_with0_does_not_match_false_response_body_for_content_types**](../../paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post.md) | +[**post_enum_with1_does_not_match_true_request_body**](../../paths/request_body_post_enum_with1_does_not_match_true_request_body/post.md) | +[**post_enum_with1_does_not_match_true_response_body_for_content_types**](../../paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post.md) | +[**post_enum_with_escaped_characters_request_body**](../../paths/request_body_post_enum_with_escaped_characters_request_body/post.md) | +[**post_enum_with_escaped_characters_response_body_for_content_types**](../../paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post.md) | +[**post_enum_with_false_does_not_match0_request_body**](../../paths/request_body_post_enum_with_false_does_not_match0_request_body/post.md) | +[**post_enum_with_false_does_not_match0_response_body_for_content_types**](../../paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post.md) | +[**post_enum_with_true_does_not_match1_request_body**](../../paths/request_body_post_enum_with_true_does_not_match1_request_body/post.md) | +[**post_enum_with_true_does_not_match1_response_body_for_content_types**](../../paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post.md) | +[**post_enums_in_properties_request_body**](../../paths/request_body_post_enums_in_properties_request_body/post.md) | +[**post_enums_in_properties_response_body_for_content_types**](../../paths/response_body_post_enums_in_properties_response_body_for_content_types/post.md) | +[**post_forbidden_property_request_body**](../../paths/request_body_post_forbidden_property_request_body/post.md) | +[**post_forbidden_property_response_body_for_content_types**](../../paths/response_body_post_forbidden_property_response_body_for_content_types/post.md) | +[**post_hostname_format_request_body**](../../paths/request_body_post_hostname_format_request_body/post.md) | +[**post_hostname_format_response_body_for_content_types**](../../paths/response_body_post_hostname_format_response_body_for_content_types/post.md) | +[**post_integer_type_matches_integers_request_body**](../../paths/request_body_post_integer_type_matches_integers_request_body/post.md) | +[**post_integer_type_matches_integers_response_body_for_content_types**](../../paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post.md) | +[**post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body**](../../paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post.md) | +[**post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types**](../../paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post.md) | +[**post_invalid_string_value_for_default_request_body**](../../paths/request_body_post_invalid_string_value_for_default_request_body/post.md) | +[**post_invalid_string_value_for_default_response_body_for_content_types**](../../paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post.md) | +[**post_ipv4_format_request_body**](../../paths/request_body_post_ipv4_format_request_body/post.md) | +[**post_ipv4_format_response_body_for_content_types**](../../paths/response_body_post_ipv4_format_response_body_for_content_types/post.md) | +[**post_ipv6_format_request_body**](../../paths/request_body_post_ipv6_format_request_body/post.md) | +[**post_ipv6_format_response_body_for_content_types**](../../paths/response_body_post_ipv6_format_response_body_for_content_types/post.md) | +[**post_json_pointer_format_request_body**](../../paths/request_body_post_json_pointer_format_request_body/post.md) | +[**post_json_pointer_format_response_body_for_content_types**](../../paths/response_body_post_json_pointer_format_response_body_for_content_types/post.md) | +[**post_maximum_validation_request_body**](../../paths/request_body_post_maximum_validation_request_body/post.md) | +[**post_maximum_validation_response_body_for_content_types**](../../paths/response_body_post_maximum_validation_response_body_for_content_types/post.md) | +[**post_maximum_validation_with_unsigned_integer_request_body**](../../paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post.md) | +[**post_maximum_validation_with_unsigned_integer_response_body_for_content_types**](../../paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post.md) | +[**post_maxitems_validation_request_body**](../../paths/request_body_post_maxitems_validation_request_body/post.md) | +[**post_maxitems_validation_response_body_for_content_types**](../../paths/response_body_post_maxitems_validation_response_body_for_content_types/post.md) | +[**post_maxlength_validation_request_body**](../../paths/request_body_post_maxlength_validation_request_body/post.md) | +[**post_maxlength_validation_response_body_for_content_types**](../../paths/response_body_post_maxlength_validation_response_body_for_content_types/post.md) | +[**post_maxproperties0_means_the_object_is_empty_request_body**](../../paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post.md) | +[**post_maxproperties0_means_the_object_is_empty_response_body_for_content_types**](../../paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post.md) | +[**post_maxproperties_validation_request_body**](../../paths/request_body_post_maxproperties_validation_request_body/post.md) | +[**post_maxproperties_validation_response_body_for_content_types**](../../paths/response_body_post_maxproperties_validation_response_body_for_content_types/post.md) | +[**post_minimum_validation_request_body**](../../paths/request_body_post_minimum_validation_request_body/post.md) | +[**post_minimum_validation_response_body_for_content_types**](../../paths/response_body_post_minimum_validation_response_body_for_content_types/post.md) | +[**post_minimum_validation_with_signed_integer_request_body**](../../paths/request_body_post_minimum_validation_with_signed_integer_request_body/post.md) | +[**post_minimum_validation_with_signed_integer_response_body_for_content_types**](../../paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post.md) | +[**post_minitems_validation_request_body**](../../paths/request_body_post_minitems_validation_request_body/post.md) | +[**post_minitems_validation_response_body_for_content_types**](../../paths/response_body_post_minitems_validation_response_body_for_content_types/post.md) | +[**post_minlength_validation_request_body**](../../paths/request_body_post_minlength_validation_request_body/post.md) | +[**post_minlength_validation_response_body_for_content_types**](../../paths/response_body_post_minlength_validation_response_body_for_content_types/post.md) | +[**post_minproperties_validation_request_body**](../../paths/request_body_post_minproperties_validation_request_body/post.md) | +[**post_minproperties_validation_response_body_for_content_types**](../../paths/response_body_post_minproperties_validation_response_body_for_content_types/post.md) | +[**post_nested_allof_to_check_validation_semantics_request_body**](../../paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post.md) | +[**post_nested_allof_to_check_validation_semantics_response_body_for_content_types**](../../paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post.md) | +[**post_nested_anyof_to_check_validation_semantics_request_body**](../../paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post.md) | +[**post_nested_anyof_to_check_validation_semantics_response_body_for_content_types**](../../paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post.md) | +[**post_nested_items_request_body**](../../paths/request_body_post_nested_items_request_body/post.md) | +[**post_nested_items_response_body_for_content_types**](../../paths/response_body_post_nested_items_response_body_for_content_types/post.md) | +[**post_nested_oneof_to_check_validation_semantics_request_body**](../../paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post.md) | +[**post_nested_oneof_to_check_validation_semantics_response_body_for_content_types**](../../paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post.md) | +[**post_not_more_complex_schema_request_body**](../../paths/request_body_post_not_more_complex_schema_request_body/post.md) | +[**post_not_more_complex_schema_response_body_for_content_types**](../../paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post.md) | +[**post_not_request_body**](../../paths/request_body_post_not_request_body/post.md) | +[**post_not_response_body_for_content_types**](../../paths/response_body_post_not_response_body_for_content_types/post.md) | +[**post_nul_characters_in_strings_request_body**](../../paths/request_body_post_nul_characters_in_strings_request_body/post.md) | +[**post_nul_characters_in_strings_response_body_for_content_types**](../../paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post.md) | +[**post_null_type_matches_only_the_null_object_request_body**](../../paths/request_body_post_null_type_matches_only_the_null_object_request_body/post.md) | +[**post_null_type_matches_only_the_null_object_response_body_for_content_types**](../../paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post.md) | +[**post_number_type_matches_numbers_request_body**](../../paths/request_body_post_number_type_matches_numbers_request_body/post.md) | +[**post_number_type_matches_numbers_response_body_for_content_types**](../../paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post.md) | +[**post_object_properties_validation_request_body**](../../paths/request_body_post_object_properties_validation_request_body/post.md) | +[**post_object_properties_validation_response_body_for_content_types**](../../paths/response_body_post_object_properties_validation_response_body_for_content_types/post.md) | +[**post_object_type_matches_objects_request_body**](../../paths/request_body_post_object_type_matches_objects_request_body/post.md) | +[**post_object_type_matches_objects_response_body_for_content_types**](../../paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post.md) | +[**post_oneof_complex_types_request_body**](../../paths/request_body_post_oneof_complex_types_request_body/post.md) | +[**post_oneof_complex_types_response_body_for_content_types**](../../paths/response_body_post_oneof_complex_types_response_body_for_content_types/post.md) | +[**post_oneof_request_body**](../../paths/request_body_post_oneof_request_body/post.md) | +[**post_oneof_response_body_for_content_types**](../../paths/response_body_post_oneof_response_body_for_content_types/post.md) | +[**post_oneof_with_base_schema_request_body**](../../paths/request_body_post_oneof_with_base_schema_request_body/post.md) | +[**post_oneof_with_base_schema_response_body_for_content_types**](../../paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post.md) | +[**post_oneof_with_empty_schema_request_body**](../../paths/request_body_post_oneof_with_empty_schema_request_body/post.md) | +[**post_oneof_with_empty_schema_response_body_for_content_types**](../../paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post.md) | +[**post_oneof_with_required_request_body**](../../paths/request_body_post_oneof_with_required_request_body/post.md) | +[**post_oneof_with_required_response_body_for_content_types**](../../paths/response_body_post_oneof_with_required_response_body_for_content_types/post.md) | +[**post_pattern_is_not_anchored_request_body**](../../paths/request_body_post_pattern_is_not_anchored_request_body/post.md) | +[**post_pattern_is_not_anchored_response_body_for_content_types**](../../paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post.md) | +[**post_pattern_validation_request_body**](../../paths/request_body_post_pattern_validation_request_body/post.md) | +[**post_pattern_validation_response_body_for_content_types**](../../paths/response_body_post_pattern_validation_response_body_for_content_types/post.md) | +[**post_properties_with_escaped_characters_request_body**](../../paths/request_body_post_properties_with_escaped_characters_request_body/post.md) | +[**post_properties_with_escaped_characters_response_body_for_content_types**](../../paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post.md) | +[**post_property_named_ref_that_is_not_a_reference_request_body**](../../paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post.md) | +[**post_property_named_ref_that_is_not_a_reference_response_body_for_content_types**](../../paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post.md) | +[**post_ref_in_additionalproperties_request_body**](../../paths/request_body_post_ref_in_additionalproperties_request_body/post.md) | +[**post_ref_in_additionalproperties_response_body_for_content_types**](../../paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post.md) | +[**post_ref_in_allof_request_body**](../../paths/request_body_post_ref_in_allof_request_body/post.md) | +[**post_ref_in_allof_response_body_for_content_types**](../../paths/response_body_post_ref_in_allof_response_body_for_content_types/post.md) | +[**post_ref_in_anyof_request_body**](../../paths/request_body_post_ref_in_anyof_request_body/post.md) | +[**post_ref_in_anyof_response_body_for_content_types**](../../paths/response_body_post_ref_in_anyof_response_body_for_content_types/post.md) | +[**post_ref_in_items_request_body**](../../paths/request_body_post_ref_in_items_request_body/post.md) | +[**post_ref_in_items_response_body_for_content_types**](../../paths/response_body_post_ref_in_items_response_body_for_content_types/post.md) | +[**post_ref_in_not_request_body**](../../paths/request_body_post_ref_in_not_request_body/post.md) | +[**post_ref_in_not_response_body_for_content_types**](../../paths/response_body_post_ref_in_not_response_body_for_content_types/post.md) | +[**post_ref_in_oneof_request_body**](../../paths/request_body_post_ref_in_oneof_request_body/post.md) | +[**post_ref_in_oneof_response_body_for_content_types**](../../paths/response_body_post_ref_in_oneof_response_body_for_content_types/post.md) | +[**post_ref_in_property_request_body**](../../paths/request_body_post_ref_in_property_request_body/post.md) | +[**post_ref_in_property_response_body_for_content_types**](../../paths/response_body_post_ref_in_property_response_body_for_content_types/post.md) | +[**post_required_default_validation_request_body**](../../paths/request_body_post_required_default_validation_request_body/post.md) | +[**post_required_default_validation_response_body_for_content_types**](../../paths/response_body_post_required_default_validation_response_body_for_content_types/post.md) | +[**post_required_validation_request_body**](../../paths/request_body_post_required_validation_request_body/post.md) | +[**post_required_validation_response_body_for_content_types**](../../paths/response_body_post_required_validation_response_body_for_content_types/post.md) | +[**post_required_with_empty_array_request_body**](../../paths/request_body_post_required_with_empty_array_request_body/post.md) | +[**post_required_with_empty_array_response_body_for_content_types**](../../paths/response_body_post_required_with_empty_array_response_body_for_content_types/post.md) | +[**post_required_with_escaped_characters_request_body**](../../paths/request_body_post_required_with_escaped_characters_request_body/post.md) | +[**post_required_with_escaped_characters_response_body_for_content_types**](../../paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post.md) | +[**post_simple_enum_validation_request_body**](../../paths/request_body_post_simple_enum_validation_request_body/post.md) | +[**post_simple_enum_validation_response_body_for_content_types**](../../paths/response_body_post_simple_enum_validation_response_body_for_content_types/post.md) | +[**post_string_type_matches_strings_request_body**](../../paths/request_body_post_string_type_matches_strings_request_body/post.md) | +[**post_string_type_matches_strings_response_body_for_content_types**](../../paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post.md) | +[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body**](../../paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post.md) | +[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types**](../../paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post.md) | +[**post_uniqueitems_false_validation_request_body**](../../paths/request_body_post_uniqueitems_false_validation_request_body/post.md) | +[**post_uniqueitems_false_validation_response_body_for_content_types**](../../paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post.md) | +[**post_uniqueitems_validation_request_body**](../../paths/request_body_post_uniqueitems_validation_request_body/post.md) | +[**post_uniqueitems_validation_response_body_for_content_types**](../../paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post.md) | +[**post_uri_format_request_body**](../../paths/request_body_post_uri_format_request_body/post.md) | +[**post_uri_format_response_body_for_content_types**](../../paths/response_body_post_uri_format_response_body_for_content_types/post.md) | +[**post_uri_reference_format_request_body**](../../paths/request_body_post_uri_reference_format_request_body/post.md) | +[**post_uri_reference_format_response_body_for_content_types**](../../paths/response_body_post_uri_reference_format_response_body_for_content_types/post.md) | +[**post_uri_template_format_request_body**](../../paths/request_body_post_uri_template_format_request_body/post.md) | +[**post_uri_template_format_response_body_for_content_types**](../../paths/response_body_post_uri_template_format_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md deleted file mode 100644 index 00b4f0f1042..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md +++ /dev/null @@ -1,101 +0,0 @@ - -# **post_additionalproperties_allows_a_schema_which_should_validate_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAdditionalpropertiesAllowsASchemaWhichShouldValidateRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAllowsASchemaWhichShouldValidate](../../../components/schema/additionalproperties_allows_a_schema_which_should_validate.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = additionalproperties_allows_a_schema_which_should_validate.AdditionalpropertiesAllowsASchemaWhichShouldValidate( - foo=None, - bar=None, - ) - try: - api_response = api_instance.post_additionalproperties_allows_a_schema_which_should_validate_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_additionalproperties_allows_a_schema_which_should_validate_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_are_allowed_by_default_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_are_allowed_by_default_request_body.md deleted file mode 100644 index ef291283aa2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_are_allowed_by_default_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_additionalproperties_are_allowed_by_default_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAdditionalpropertiesAreAllowedByDefaultRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAreAllowedByDefault](../../../components/schema/additionalproperties_are_allowed_by_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = additionalproperties_are_allowed_by_default.AdditionalpropertiesAreAllowedByDefault(None) - try: - api_response = api_instance.post_additionalproperties_are_allowed_by_default_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_additionalproperties_are_allowed_by_default_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_can_exist_by_itself_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_can_exist_by_itself_request_body.md deleted file mode 100644 index 10a8d790c72..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_can_exist_by_itself_request_body.md +++ /dev/null @@ -1,100 +0,0 @@ - -# **post_additionalproperties_can_exist_by_itself_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAdditionalpropertiesCanExistByItselfRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesCanExistByItself](../../../components/schema/additionalproperties_can_exist_by_itself.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = additionalproperties_can_exist_by_itself.AdditionalpropertiesCanExistByItself( - key=True, - ) - try: - api_response = api_instance.post_additionalproperties_can_exist_by_itself_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_additionalproperties_can_exist_by_itself_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_should_not_look_in_applicators_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_should_not_look_in_applicators_request_body.md deleted file mode 100644 index ad005af6f4b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_should_not_look_in_applicators_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_additionalproperties_should_not_look_in_applicators_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAdditionalpropertiesShouldNotLookInApplicatorsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesShouldNotLookInApplicators](../../../components/schema/additionalproperties_should_not_look_in_applicators.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = additionalproperties_should_not_look_in_applicators.AdditionalpropertiesShouldNotLookInApplicators(None) - try: - api_response = api_instance.post_additionalproperties_should_not_look_in_applicators_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_additionalproperties_should_not_look_in_applicators_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_combined_with_anyof_oneof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_combined_with_anyof_oneof_request_body.md deleted file mode 100644 index aaebfad784e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_combined_with_anyof_oneof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_combined_with_anyof_oneof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofCombinedWithAnyofOneofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofCombinedWithAnyofOneof](../../../components/schema/allof_combined_with_anyof_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_combined_with_anyof_oneof.AllofCombinedWithAnyofOneof(None) - try: - api_response = api_instance.post_allof_combined_with_anyof_oneof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_combined_with_anyof_oneof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md deleted file mode 100644 index 412d14cd4f1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_combined_with_anyof_oneof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofCombinedWithAnyofOneofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofCombinedWithAnyofOneof](../../../components/schema/allof_combined_with_anyof_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_combined_with_anyof_oneof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_combined_with_anyof_oneof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_request_body.md deleted file mode 100644 index 0400fc4ce3e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Allof](../../../components/schema/allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = allof.Allof(None) - try: - api_response = api_instance.post_allof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_response_body_for_content_types.md deleted file mode 100644 index 27848e27e26..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Allof](../../../components/schema/allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_simple_types_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_simple_types_request_body.md deleted file mode 100644 index 176b94e21e2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_simple_types_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_simple_types_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofSimpleTypesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofSimpleTypes](../../../components/schema/allof_simple_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_simple_types.AllofSimpleTypes(None) - try: - api_response = api_instance.post_allof_simple_types_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_simple_types_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_simple_types_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_simple_types_response_body_for_content_types.md deleted file mode 100644 index 39be2650d7e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_simple_types_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_simple_types_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofSimpleTypesResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofSimpleTypes](../../../components/schema/allof_simple_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_simple_types_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_simple_types_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_base_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_base_schema_request_body.md deleted file mode 100644 index e3f97d7f692..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_base_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_with_base_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofWithBaseSchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithBaseSchema](../../../components/schema/allof_with_base_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_with_base_schema.AllofWithBaseSchema({}) - try: - api_response = api_instance.post_allof_with_base_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_with_base_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_base_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_base_schema_response_body_for_content_types.md deleted file mode 100644 index 593f91d457c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_base_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_with_base_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofWithBaseSchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithBaseSchema](../../../components/schema/allof_with_base_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_with_base_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_with_base_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_one_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_one_empty_schema_request_body.md deleted file mode 100644 index 4fd8cde1db9..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_one_empty_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_with_one_empty_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofWithOneEmptySchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithOneEmptySchema](../../../components/schema/allof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_with_one_empty_schema.AllofWithOneEmptySchema(None) - try: - api_response = api_instance.post_allof_with_one_empty_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_with_one_empty_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_one_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_one_empty_schema_response_body_for_content_types.md deleted file mode 100644 index ded35d298fc..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_one_empty_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_with_one_empty_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofWithOneEmptySchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithOneEmptySchema](../../../components/schema/allof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_with_one_empty_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_with_one_empty_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_first_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_first_empty_schema_request_body.md deleted file mode 100644 index d848c079715..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_first_empty_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_with_the_first_empty_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofWithTheFirstEmptySchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTheFirstEmptySchema](../../../components/schema/allof_with_the_first_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_with_the_first_empty_schema.AllofWithTheFirstEmptySchema(None) - try: - api_response = api_instance.post_allof_with_the_first_empty_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_with_the_first_empty_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md deleted file mode 100644 index a2dc7ea1972..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_with_the_first_empty_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofWithTheFirstEmptySchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTheFirstEmptySchema](../../../components/schema/allof_with_the_first_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_with_the_first_empty_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_with_the_first_empty_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_last_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_last_empty_schema_request_body.md deleted file mode 100644 index c8d7fed6b1a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_last_empty_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_with_the_last_empty_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofWithTheLastEmptySchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTheLastEmptySchema](../../../components/schema/allof_with_the_last_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_with_the_last_empty_schema.AllofWithTheLastEmptySchema(None) - try: - api_response = api_instance.post_allof_with_the_last_empty_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_with_the_last_empty_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md deleted file mode 100644 index 11362f91caf..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_with_the_last_empty_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofWithTheLastEmptySchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTheLastEmptySchema](../../../components/schema/allof_with_the_last_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_with_the_last_empty_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_with_the_last_empty_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_two_empty_schemas_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_two_empty_schemas_request_body.md deleted file mode 100644 index b7d3979974d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_two_empty_schemas_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_allof_with_two_empty_schemas_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAllofWithTwoEmptySchemasRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTwoEmptySchemas](../../../components/schema/allof_with_two_empty_schemas.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = allof_with_two_empty_schemas.AllofWithTwoEmptySchemas(None) - try: - api_response = api_instance.post_allof_with_two_empty_schemas_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_with_two_empty_schemas_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md deleted file mode 100644 index 06bdf7dabc8..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_with_two_empty_schemas_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofWithTwoEmptySchemasResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTwoEmptySchemas](../../../components/schema/allof_with_two_empty_schemas.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_with_two_empty_schemas_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_allof_with_two_empty_schemas_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_complex_types_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_complex_types_request_body.md deleted file mode 100644 index cda8b3edd2b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_complex_types_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_anyof_complex_types_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAnyofComplexTypesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofComplexTypes](../../../components/schema/anyof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = anyof_complex_types.AnyofComplexTypes(None) - try: - api_response = api_instance.post_anyof_complex_types_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_anyof_complex_types_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_request_body.md deleted file mode 100644 index e3f7b6f432f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_anyof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAnyofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Anyof](../../../components/schema/anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = anyof.Anyof(None) - try: - api_response = api_instance.post_anyof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_anyof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_with_base_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_with_base_schema_request_body.md deleted file mode 100644 index 08a61e017c4..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_with_base_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_anyof_with_base_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAnyofWithBaseSchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), str] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofWithBaseSchema](../../../components/schema/anyof_with_base_schema.md) | str | str | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = anyof_with_base_schema.AnyofWithBaseSchema("string_example") - try: - api_response = api_instance.post_anyof_with_base_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_anyof_with_base_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_with_one_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_with_one_empty_schema_request_body.md deleted file mode 100644 index caaf28bf655..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_with_one_empty_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_anyof_with_one_empty_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postAnyofWithOneEmptySchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofWithOneEmptySchema](../../../components/schema/anyof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = anyof_with_one_empty_schema.AnyofWithOneEmptySchema(None) - try: - api_response = api_instance.post_anyof_with_one_empty_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_anyof_with_one_empty_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_array_type_matches_arrays_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_array_type_matches_arrays_request_body.md deleted file mode 100644 index bd0a73a2cdf..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_array_type_matches_arrays_request_body.md +++ /dev/null @@ -1,100 +0,0 @@ - -# **post_array_type_matches_arrays_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postArrayTypeMatchesArraysRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), list, tuple] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ArrayTypeMatchesArrays](../../../components/schema/array_type_matches_arrays.md) | list, tuple | tuple | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = array_type_matches_arrays.ArrayTypeMatchesArrays([ - None - ]) - try: - api_response = api_instance.post_array_type_matches_arrays_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_array_type_matches_arrays_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_boolean_type_matches_booleans_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_boolean_type_matches_booleans_request_body.md deleted file mode 100644 index 53a6ee73e0e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_boolean_type_matches_booleans_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_boolean_type_matches_booleans_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postBooleanTypeMatchesBooleansRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), bool] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[BooleanTypeMatchesBooleans](../../../components/schema/boolean_type_matches_booleans.md) | bool | BoolClass | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = boolean_type_matches_booleans.BooleanTypeMatchesBooleans(True) - try: - api_response = api_instance.post_boolean_type_matches_booleans_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_boolean_type_matches_booleans_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_int_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_int_request_body.md deleted file mode 100644 index 9f70b5a3e3b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_int_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_by_int_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postByIntRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ByInt](../../../components/schema/by_int.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = by_int.ByInt(None) - try: - api_response = api_instance.post_by_int_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_by_int_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_int_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_int_response_body_for_content_types.md deleted file mode 100644 index 9809b99e170..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_int_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_by_int_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postByIntResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ByInt](../../../components/schema/by_int.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_by_int_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_by_int_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_number_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_number_request_body.md deleted file mode 100644 index 8da170cedf9..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_number_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_by_number_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postByNumberRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ByNumber](../../../components/schema/by_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = by_number.ByNumber(None) - try: - api_response = api_instance.post_by_number_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_by_number_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_number_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_number_response_body_for_content_types.md deleted file mode 100644 index cc8d452643e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_number_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_by_number_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postByNumberResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ByNumber](../../../components/schema/by_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_by_number_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_by_number_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_small_number_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_small_number_request_body.md deleted file mode 100644 index 25350bf462b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_small_number_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_by_small_number_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postBySmallNumberRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[BySmallNumber](../../../components/schema/by_small_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = by_small_number.BySmallNumber(None) - try: - api_response = api_instance.post_by_small_number_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_by_small_number_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_small_number_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_small_number_response_body_for_content_types.md deleted file mode 100644 index 810e60bb69b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_by_small_number_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_by_small_number_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postBySmallNumberResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[BySmallNumber](../../../components/schema/by_small_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_by_small_number_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_by_small_number_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_date_time_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_date_time_format_request_body.md deleted file mode 100644 index 02a27014955..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_date_time_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_date_time_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postDateTimeFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[DateTimeFormat](../../../components/schema/date_time_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = date_time_format.DateTimeFormat(None) - try: - api_response = api_instance.post_date_time_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_date_time_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_email_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_email_format_request_body.md deleted file mode 100644 index ff69bf6c12f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_email_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_email_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEmailFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EmailFormat](../../../components/schema/email_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = email_format.EmailFormat(None) - try: - api_response = api_instance.post_email_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_email_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with0_does_not_match_false_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with0_does_not_match_false_request_body.md deleted file mode 100644 index 15c0757bf34..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with0_does_not_match_false_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_enum_with0_does_not_match_false_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumWith0DoesNotMatchFalseRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int, float] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWith0DoesNotMatchFalse](../../../components/schema/enum_with0_does_not_match_false.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = enum_with0_does_not_match_false.EnumWith0DoesNotMatchFalse(0) - try: - api_response = api_instance.post_enum_with0_does_not_match_false_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_enum_with0_does_not_match_false_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with1_does_not_match_true_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with1_does_not_match_true_request_body.md deleted file mode 100644 index af7fef2fbe6..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with1_does_not_match_true_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_enum_with1_does_not_match_true_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumWith1DoesNotMatchTrueRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int, float] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWith1DoesNotMatchTrue](../../../components/schema/enum_with1_does_not_match_true.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = enum_with1_does_not_match_true.EnumWith1DoesNotMatchTrue(1) - try: - api_response = api_instance.post_enum_with1_does_not_match_true_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_enum_with1_does_not_match_true_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_escaped_characters_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_escaped_characters_request_body.md deleted file mode 100644 index b424bbfe6b2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_escaped_characters_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_enum_with_escaped_characters_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumWithEscapedCharactersRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), str] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithEscapedCharacters](../../../components/schema/enum_with_escaped_characters.md) | str | str | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = enum_with_escaped_characters.EnumWithEscapedCharacters("foo\nbar") - try: - api_response = api_instance.post_enum_with_escaped_characters_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_enum_with_escaped_characters_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_false_does_not_match0_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_false_does_not_match0_request_body.md deleted file mode 100644 index 1b901b7e07b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_false_does_not_match0_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_enum_with_false_does_not_match0_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumWithFalseDoesNotMatch0RequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), bool] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithFalseDoesNotMatch0](../../../components/schema/enum_with_false_does_not_match0.md) | bool | BoolClass | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = enum_with_false_does_not_match0.EnumWithFalseDoesNotMatch0(False) - try: - api_response = api_instance.post_enum_with_false_does_not_match0_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_enum_with_false_does_not_match0_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_true_does_not_match1_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_true_does_not_match1_request_body.md deleted file mode 100644 index 22faa50efbb..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_true_does_not_match1_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_enum_with_true_does_not_match1_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumWithTrueDoesNotMatch1RequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), bool] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithTrueDoesNotMatch1](../../../components/schema/enum_with_true_does_not_match1.md) | bool | BoolClass | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = enum_with_true_does_not_match1.EnumWithTrueDoesNotMatch1(True) - try: - api_response = api_instance.post_enum_with_true_does_not_match1_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_enum_with_true_does_not_match1_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enums_in_properties_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enums_in_properties_request_body.md deleted file mode 100644 index b3a1f56a36e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enums_in_properties_request_body.md +++ /dev/null @@ -1,101 +0,0 @@ - -# **post_enums_in_properties_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postEnumsInPropertiesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumsInProperties](../../../components/schema/enums_in_properties.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = enums_in_properties.EnumsInProperties( - foo="foo", - bar="bar", - ) - try: - api_response = api_instance.post_enums_in_properties_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_enums_in_properties_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_forbidden_property_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_forbidden_property_request_body.md deleted file mode 100644 index 24f8b98af78..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_forbidden_property_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_forbidden_property_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postForbiddenPropertyRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ForbiddenProperty](../../../components/schema/forbidden_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = forbidden_property.ForbiddenProperty(None) - try: - api_response = api_instance.post_forbidden_property_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_forbidden_property_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_forbidden_property_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_forbidden_property_response_body_for_content_types.md deleted file mode 100644 index cb54de309b6..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_forbidden_property_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_forbidden_property_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postForbiddenPropertyResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ForbiddenProperty](../../../components/schema/forbidden_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_forbidden_property_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_forbidden_property_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_hostname_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_hostname_format_request_body.md deleted file mode 100644 index 1705bc90a05..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_hostname_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_hostname_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postHostnameFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[HostnameFormat](../../../components/schema/hostname_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = hostname_format.HostnameFormat(None) - try: - api_response = api_instance.post_hostname_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_hostname_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_integer_type_matches_integers_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_integer_type_matches_integers_request_body.md deleted file mode 100644 index 47bac77aba9..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_integer_type_matches_integers_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_integer_type_matches_integers_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postIntegerTypeMatchesIntegersRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[IntegerTypeMatchesIntegers](../../../components/schema/integer_type_matches_integers.md) | decimal.Decimal, int | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = integer_type_matches_integers.IntegerTypeMatchesIntegers(1) - try: - api_response = api_instance.post_integer_type_matches_integers_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_integer_type_matches_integers_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md deleted file mode 100644 index ce26747d9c6..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postInvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf](../../../components/schema/invalid_instance_should_not_raise_error_when_float_division_inf.md) | decimal.Decimal, int | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = invalid_instance_should_not_raise_error_when_float_division_inf.InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf(1) - try: - api_response = api_instance.post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md deleted file mode 100644 index 1b6abee0c90..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postInvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf](../../../components/schema/invalid_instance_should_not_raise_error_when_float_division_inf.md) | decimal.Decimal, int | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_string_value_for_default_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_string_value_for_default_request_body.md deleted file mode 100644 index cb981332634..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_string_value_for_default_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_invalid_string_value_for_default_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postInvalidStringValueForDefaultRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[InvalidStringValueForDefault](../../../components/schema/invalid_string_value_for_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = invalid_string_value_for_default.InvalidStringValueForDefault(None) - try: - api_response = api_instance.post_invalid_string_value_for_default_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_invalid_string_value_for_default_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_string_value_for_default_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_string_value_for_default_response_body_for_content_types.md deleted file mode 100644 index 5c3b36145f4..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_invalid_string_value_for_default_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_invalid_string_value_for_default_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postInvalidStringValueForDefaultResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[InvalidStringValueForDefault](../../../components/schema/invalid_string_value_for_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_invalid_string_value_for_default_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_invalid_string_value_for_default_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ipv4_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ipv4_format_request_body.md deleted file mode 100644 index 296f07e8f49..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ipv4_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ipv4_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postIpv4FormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Ipv4Format](../../../components/schema/ipv4_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = ipv4_format.Ipv4Format(None) - try: - api_response = api_instance.post_ipv4_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_ipv4_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ipv6_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ipv6_format_request_body.md deleted file mode 100644 index ea665cb8d89..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ipv6_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ipv6_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postIpv6FormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Ipv6Format](../../../components/schema/ipv6_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = ipv6_format.Ipv6Format(None) - try: - api_response = api_instance.post_ipv6_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_ipv6_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_json_pointer_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_json_pointer_format_request_body.md deleted file mode 100644 index dce32f1bf09..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_json_pointer_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_json_pointer_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postJsonPointerFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[JsonPointerFormat](../../../components/schema/json_pointer_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = json_pointer_format.JsonPointerFormat(None) - try: - api_response = api_instance.post_json_pointer_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_json_pointer_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maximum_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maximum_validation_request_body.md deleted file mode 100644 index ca1eb298034..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maximum_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maximum_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaximumValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaximumValidation](../../../components/schema/maximum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = maximum_validation.MaximumValidation(None) - try: - api_response = api_instance.post_maximum_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_maximum_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maximum_validation_with_unsigned_integer_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maximum_validation_with_unsigned_integer_request_body.md deleted file mode 100644 index a96f0c2e552..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maximum_validation_with_unsigned_integer_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maximum_validation_with_unsigned_integer_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaximumValidationWithUnsignedIntegerRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaximumValidationWithUnsignedInteger](../../../components/schema/maximum_validation_with_unsigned_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = maximum_validation_with_unsigned_integer.MaximumValidationWithUnsignedInteger(None) - try: - api_response = api_instance.post_maximum_validation_with_unsigned_integer_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_maximum_validation_with_unsigned_integer_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxitems_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxitems_validation_request_body.md deleted file mode 100644 index 1613973c7d2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxitems_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maxitems_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaxitemsValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxitemsValidation](../../../components/schema/maxitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = maxitems_validation.MaxitemsValidation(None) - try: - api_response = api_instance.post_maxitems_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_maxitems_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxitems_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxitems_validation_response_body_for_content_types.md deleted file mode 100644 index 89037eb4010..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxitems_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maxitems_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaxitemsValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxitemsValidation](../../../components/schema/maxitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maxitems_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_maxitems_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxlength_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxlength_validation_request_body.md deleted file mode 100644 index 02a163e5a10..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxlength_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maxlength_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaxlengthValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxlengthValidation](../../../components/schema/maxlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = maxlength_validation.MaxlengthValidation(None) - try: - api_response = api_instance.post_maxlength_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_maxlength_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxproperties0_means_the_object_is_empty_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxproperties0_means_the_object_is_empty_request_body.md deleted file mode 100644 index 49982ee360e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxproperties0_means_the_object_is_empty_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maxproperties0_means_the_object_is_empty_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaxproperties0MeansTheObjectIsEmptyRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Maxproperties0MeansTheObjectIsEmpty](../../../components/schema/maxproperties0_means_the_object_is_empty.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = maxproperties0_means_the_object_is_empty.Maxproperties0MeansTheObjectIsEmpty(None) - try: - api_response = api_instance.post_maxproperties0_means_the_object_is_empty_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_maxproperties0_means_the_object_is_empty_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxproperties_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxproperties_validation_request_body.md deleted file mode 100644 index 4cd22776b8d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxproperties_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_maxproperties_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMaxpropertiesValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxpropertiesValidation](../../../components/schema/maxproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = maxproperties_validation.MaxpropertiesValidation(None) - try: - api_response = api_instance.post_maxproperties_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_maxproperties_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minimum_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minimum_validation_request_body.md deleted file mode 100644 index 1267379bb96..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minimum_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_minimum_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMinimumValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinimumValidation](../../../components/schema/minimum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = minimum_validation.MinimumValidation(None) - try: - api_response = api_instance.post_minimum_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_minimum_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minimum_validation_with_signed_integer_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minimum_validation_with_signed_integer_request_body.md deleted file mode 100644 index b4aa723ac82..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minimum_validation_with_signed_integer_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_minimum_validation_with_signed_integer_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMinimumValidationWithSignedIntegerRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinimumValidationWithSignedInteger](../../../components/schema/minimum_validation_with_signed_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = minimum_validation_with_signed_integer.MinimumValidationWithSignedInteger(None) - try: - api_response = api_instance.post_minimum_validation_with_signed_integer_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_minimum_validation_with_signed_integer_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minitems_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minitems_validation_request_body.md deleted file mode 100644 index 0ee6e7341d3..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minitems_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_minitems_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMinitemsValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinitemsValidation](../../../components/schema/minitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = minitems_validation.MinitemsValidation(None) - try: - api_response = api_instance.post_minitems_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_minitems_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minitems_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minitems_validation_response_body_for_content_types.md deleted file mode 100644 index 770331142fb..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minitems_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_minitems_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMinitemsValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinitemsValidation](../../../components/schema/minitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_minitems_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_minitems_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minlength_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minlength_validation_request_body.md deleted file mode 100644 index 18b5097dbd1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minlength_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_minlength_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMinlengthValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinlengthValidation](../../../components/schema/minlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = minlength_validation.MinlengthValidation(None) - try: - api_response = api_instance.post_minlength_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_minlength_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minproperties_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minproperties_validation_request_body.md deleted file mode 100644 index 340134e993e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minproperties_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_minproperties_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postMinpropertiesValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinpropertiesValidation](../../../components/schema/minproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = minproperties_validation.MinpropertiesValidation(None) - try: - api_response = api_instance.post_minproperties_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_minproperties_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_allof_to_check_validation_semantics_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_allof_to_check_validation_semantics_request_body.md deleted file mode 100644 index 615637fb3b4..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_allof_to_check_validation_semantics_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_nested_allof_to_check_validation_semantics_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNestedAllofToCheckValidationSemanticsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedAllofToCheckValidationSemantics](../../../components/schema/nested_allof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = nested_allof_to_check_validation_semantics.NestedAllofToCheckValidationSemantics(None) - try: - api_response = api_instance.post_nested_allof_to_check_validation_semantics_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_nested_allof_to_check_validation_semantics_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md deleted file mode 100644 index 65837fc9e9c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_nested_allof_to_check_validation_semantics_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNestedAllofToCheckValidationSemanticsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedAllofToCheckValidationSemantics](../../../components/schema/nested_allof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_nested_allof_to_check_validation_semantics_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_nested_allof_to_check_validation_semantics_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_anyof_to_check_validation_semantics_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_anyof_to_check_validation_semantics_request_body.md deleted file mode 100644 index 505674e3488..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_anyof_to_check_validation_semantics_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_nested_anyof_to_check_validation_semantics_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNestedAnyofToCheckValidationSemanticsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedAnyofToCheckValidationSemantics](../../../components/schema/nested_anyof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = nested_anyof_to_check_validation_semantics.NestedAnyofToCheckValidationSemantics(None) - try: - api_response = api_instance.post_nested_anyof_to_check_validation_semantics_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_nested_anyof_to_check_validation_semantics_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_items_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_items_request_body.md deleted file mode 100644 index 73b86ab5a29..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_items_request_body.md +++ /dev/null @@ -1,106 +0,0 @@ - -# **post_nested_items_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNestedItemsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), list, tuple] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedItems](../../../components/schema/nested_items.md) | list, tuple | tuple | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = nested_items.NestedItems([ - [ - [ - [ - 3.14 - ] - ] - ] - ]) - try: - api_response = api_instance.post_nested_items_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_nested_items_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_oneof_to_check_validation_semantics_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_oneof_to_check_validation_semantics_request_body.md deleted file mode 100644 index b03c355e4d9..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_oneof_to_check_validation_semantics_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_nested_oneof_to_check_validation_semantics_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNestedOneofToCheckValidationSemanticsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedOneofToCheckValidationSemantics](../../../components/schema/nested_oneof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = nested_oneof_to_check_validation_semantics.NestedOneofToCheckValidationSemantics(None) - try: - api_response = api_instance.post_nested_oneof_to_check_validation_semantics_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_nested_oneof_to_check_validation_semantics_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md deleted file mode 100644 index 6f9bbb2222e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_nested_oneof_to_check_validation_semantics_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNestedOneofToCheckValidationSemanticsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedOneofToCheckValidationSemantics](../../../components/schema/nested_oneof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_nested_oneof_to_check_validation_semantics_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_nested_oneof_to_check_validation_semantics_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_more_complex_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_more_complex_schema_request_body.md deleted file mode 100644 index 34db67bdb04..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_more_complex_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_not_more_complex_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNotMoreComplexSchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NotMoreComplexSchema](../../../components/schema/not_more_complex_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = not_more_complex_schema.NotMoreComplexSchema(None) - try: - api_response = api_instance.post_not_more_complex_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_not_more_complex_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_more_complex_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_more_complex_schema_response_body_for_content_types.md deleted file mode 100644 index 6c951fe2d51..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_more_complex_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_not_more_complex_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNotMoreComplexSchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NotMoreComplexSchema](../../../components/schema/not_more_complex_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_not_more_complex_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_not_more_complex_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_request_body.md deleted file mode 100644 index 017ba579a79..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_not_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNotRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[_Not](../../../components/schema/_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = _not._Not(None) - try: - api_response = api_instance.post_not_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_not_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_response_body_for_content_types.md deleted file mode 100644 index 0d321436410..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_not_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_not_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNotResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[_Not](../../../components/schema/_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_not_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_not_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nul_characters_in_strings_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nul_characters_in_strings_request_body.md deleted file mode 100644 index a3c5b18e9b3..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nul_characters_in_strings_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_nul_characters_in_strings_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNulCharactersInStringsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), str] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NulCharactersInStrings](../../../components/schema/nul_characters_in_strings.md) | str | str | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = nul_characters_in_strings.NulCharactersInStrings("hello\x00there") - try: - api_response = api_instance.post_nul_characters_in_strings_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_nul_characters_in_strings_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_null_type_matches_only_the_null_object_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_null_type_matches_only_the_null_object_request_body.md deleted file mode 100644 index ecc47555fab..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_null_type_matches_only_the_null_object_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_null_type_matches_only_the_null_object_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNullTypeMatchesOnlyTheNullObjectRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), None] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NullTypeMatchesOnlyTheNullObject](../../../components/schema/null_type_matches_only_the_null_object.md) | None | NoneClass | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = null_type_matches_only_the_null_object.NullTypeMatchesOnlyTheNullObject(None) - try: - api_response = api_instance.post_null_type_matches_only_the_null_object_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_null_type_matches_only_the_null_object_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_number_type_matches_numbers_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_number_type_matches_numbers_request_body.md deleted file mode 100644 index 7893413503c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_number_type_matches_numbers_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_number_type_matches_numbers_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNumberTypeMatchesNumbersRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int, float] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NumberTypeMatchesNumbers](../../../components/schema/number_type_matches_numbers.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = number_type_matches_numbers.NumberTypeMatchesNumbers(3.14) - try: - api_response = api_instance.post_number_type_matches_numbers_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_number_type_matches_numbers_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_object_properties_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_object_properties_validation_request_body.md deleted file mode 100644 index 6cf54acc64e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_object_properties_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_object_properties_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postObjectPropertiesValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ObjectPropertiesValidation](../../../components/schema/object_properties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = object_properties_validation.ObjectPropertiesValidation(None) - try: - api_response = api_instance.post_object_properties_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_object_properties_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_object_type_matches_objects_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_object_type_matches_objects_request_body.md deleted file mode 100644 index e9ddd6e33d0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_object_type_matches_objects_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_object_type_matches_objects_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postObjectTypeMatchesObjectsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ObjectTypeMatchesObjects](../../../components/schema/object_type_matches_objects.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = object_type_matches_objects.ObjectTypeMatchesObjects() - try: - api_response = api_instance.post_object_type_matches_objects_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_object_type_matches_objects_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_complex_types_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_complex_types_request_body.md deleted file mode 100644 index e77fd12b993..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_complex_types_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_oneof_complex_types_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postOneofComplexTypesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofComplexTypes](../../../components/schema/oneof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = oneof_complex_types.OneofComplexTypes(None) - try: - api_response = api_instance.post_oneof_complex_types_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_oneof_complex_types_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_complex_types_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_complex_types_response_body_for_content_types.md deleted file mode 100644 index 834b725a7d9..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_complex_types_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_oneof_complex_types_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postOneofComplexTypesResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofComplexTypes](../../../components/schema/oneof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_oneof_complex_types_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_oneof_complex_types_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_request_body.md deleted file mode 100644 index 04f871e3b6c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_oneof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postOneofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Oneof](../../../components/schema/oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = oneof.Oneof(None) - try: - api_response = api_instance.post_oneof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_oneof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_response_body_for_content_types.md deleted file mode 100644 index 38aa2106553..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_oneof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postOneofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Oneof](../../../components/schema/oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_oneof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_oneof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_base_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_base_schema_request_body.md deleted file mode 100644 index 6478ab409fa..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_base_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_oneof_with_base_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postOneofWithBaseSchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), str] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithBaseSchema](../../../components/schema/oneof_with_base_schema.md) | str | str | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = oneof_with_base_schema.OneofWithBaseSchema("string_example") - try: - api_response = api_instance.post_oneof_with_base_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_oneof_with_base_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_base_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_base_schema_response_body_for_content_types.md deleted file mode 100644 index 1826ff8f0a3..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_base_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_oneof_with_base_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postOneofWithBaseSchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithBaseSchema](../../../components/schema/oneof_with_base_schema.md) | str | str | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_oneof_with_base_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_oneof_with_base_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_empty_schema_request_body.md deleted file mode 100644 index 4e3fac32881..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_empty_schema_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_oneof_with_empty_schema_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postOneofWithEmptySchemaRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithEmptySchema](../../../components/schema/oneof_with_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = oneof_with_empty_schema.OneofWithEmptySchema(None) - try: - api_response = api_instance.post_oneof_with_empty_schema_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_oneof_with_empty_schema_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_empty_schema_response_body_for_content_types.md deleted file mode 100644 index 85edfb4f12d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_empty_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_oneof_with_empty_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postOneofWithEmptySchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithEmptySchema](../../../components/schema/oneof_with_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_oneof_with_empty_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_oneof_with_empty_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_required_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_required_request_body.md deleted file mode 100644 index 429c00121b8..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_required_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_oneof_with_required_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postOneofWithRequiredRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithRequired](../../../components/schema/oneof_with_required.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = oneof_with_required.OneofWithRequired() - try: - api_response = api_instance.post_oneof_with_required_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_oneof_with_required_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_required_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_required_response_body_for_content_types.md deleted file mode 100644 index fd5ff111702..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_oneof_with_required_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_oneof_with_required_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postOneofWithRequiredResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithRequired](../../../components/schema/oneof_with_required.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_oneof_with_required_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_oneof_with_required_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_pattern_is_not_anchored_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_pattern_is_not_anchored_request_body.md deleted file mode 100644 index 4fae69507c3..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_pattern_is_not_anchored_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_pattern_is_not_anchored_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postPatternIsNotAnchoredRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PatternIsNotAnchored](../../../components/schema/pattern_is_not_anchored.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = pattern_is_not_anchored.PatternIsNotAnchored(None) - try: - api_response = api_instance.post_pattern_is_not_anchored_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_pattern_is_not_anchored_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_pattern_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_pattern_validation_request_body.md deleted file mode 100644 index de80037775c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_pattern_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_pattern_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postPatternValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PatternValidation](../../../components/schema/pattern_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = pattern_validation.PatternValidation(None) - try: - api_response = api_instance.post_pattern_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_pattern_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_properties_with_escaped_characters_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_properties_with_escaped_characters_request_body.md deleted file mode 100644 index 1733c1329a8..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_properties_with_escaped_characters_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_properties_with_escaped_characters_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postPropertiesWithEscapedCharactersRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PropertiesWithEscapedCharacters](../../../components/schema/properties_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = properties_with_escaped_characters.PropertiesWithEscapedCharacters(None) - try: - api_response = api_instance.post_properties_with_escaped_characters_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_properties_with_escaped_characters_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_property_named_ref_that_is_not_a_reference_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_property_named_ref_that_is_not_a_reference_request_body.md deleted file mode 100644 index 509a47ea937..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_property_named_ref_that_is_not_a_reference_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_property_named_ref_that_is_not_a_reference_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postPropertyNamedRefThatIsNotAReferenceRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PropertyNamedRefThatIsNotAReference](../../../components/schema/property_named_ref_that_is_not_a_reference.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = property_named_ref_that_is_not_a_reference.PropertyNamedRefThatIsNotAReference(None) - try: - api_response = api_instance.post_property_named_ref_that_is_not_a_reference_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_property_named_ref_that_is_not_a_reference_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_additionalproperties_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_additionalproperties_request_body.md deleted file mode 100644 index d393ab5b8e2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_additionalproperties_request_body.md +++ /dev/null @@ -1,100 +0,0 @@ - -# **post_ref_in_additionalproperties_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInAdditionalpropertiesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAdditionalproperties](../../../components/schema/ref_in_additionalproperties.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_additionalproperties.RefInAdditionalproperties( - key=property_named_ref_that_is_not_a_reference.PropertyNamedRefThatIsNotAReference(None), - ) - try: - api_response = api_instance.post_ref_in_additionalproperties_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_ref_in_additionalproperties_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_allof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_allof_request_body.md deleted file mode 100644 index 5e024e1e681..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_allof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_allof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInAllofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAllof](../../../components/schema/ref_in_allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_allof.RefInAllof(None) - try: - api_response = api_instance.post_ref_in_allof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_ref_in_allof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_anyof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_anyof_request_body.md deleted file mode 100644 index 6e19433b8fe..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_anyof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_anyof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInAnyofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAnyof](../../../components/schema/ref_in_anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_anyof.RefInAnyof(None) - try: - api_response = api_instance.post_ref_in_anyof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_ref_in_anyof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_items_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_items_request_body.md deleted file mode 100644 index 80fe05ad061..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_items_request_body.md +++ /dev/null @@ -1,100 +0,0 @@ - -# **post_ref_in_items_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInItemsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), list, tuple] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInItems](../../../components/schema/ref_in_items.md) | list, tuple | tuple | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_items.RefInItems([ - property_named_ref_that_is_not_a_reference.PropertyNamedRefThatIsNotAReference(None) - ]) - try: - api_response = api_instance.post_ref_in_items_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_ref_in_items_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_not_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_not_request_body.md deleted file mode 100644 index cc07de8134d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_not_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_not_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInNotRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInNot](../../../components/schema/ref_in_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_not.RefInNot(None) - try: - api_response = api_instance.post_ref_in_not_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_ref_in_not_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_oneof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_oneof_request_body.md deleted file mode 100644 index da7f0799def..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_oneof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_oneof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInOneofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInOneof](../../../components/schema/ref_in_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_oneof.RefInOneof(None) - try: - api_response = api_instance.post_ref_in_oneof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_ref_in_oneof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_property_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_property_request_body.md deleted file mode 100644 index da0c4e30a94..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_property_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_property_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInPropertyRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInProperty](../../../components/schema/ref_in_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_property.RefInProperty(None) - try: - api_response = api_instance.post_ref_in_property_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_ref_in_property_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_default_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_default_validation_request_body.md deleted file mode 100644 index 7e26773e397..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_default_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_required_default_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRequiredDefaultValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredDefaultValidation](../../../components/schema/required_default_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = required_default_validation.RequiredDefaultValidation(None) - try: - api_response = api_instance.post_required_default_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_required_default_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_validation_request_body.md deleted file mode 100644 index 8b11716d0b8..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_required_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRequiredValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredValidation](../../../components/schema/required_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = required_validation.RequiredValidation(None) - try: - api_response = api_instance.post_required_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_required_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_with_empty_array_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_with_empty_array_request_body.md deleted file mode 100644 index 142387e68a7..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_with_empty_array_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_required_with_empty_array_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRequiredWithEmptyArrayRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredWithEmptyArray](../../../components/schema/required_with_empty_array.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = required_with_empty_array.RequiredWithEmptyArray(None) - try: - api_response = api_instance.post_required_with_empty_array_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_required_with_empty_array_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_with_escaped_characters_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_with_escaped_characters_request_body.md deleted file mode 100644 index 399bd92f349..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_with_escaped_characters_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_required_with_escaped_characters_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRequiredWithEscapedCharactersRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredWithEscapedCharacters](../../../components/schema/required_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = required_with_escaped_characters.RequiredWithEscapedCharacters(None) - try: - api_response = api_instance.post_required_with_escaped_characters_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_required_with_escaped_characters_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_simple_enum_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_simple_enum_validation_request_body.md deleted file mode 100644 index 5d2c9a18a25..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_simple_enum_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_simple_enum_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postSimpleEnumValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int, float] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[SimpleEnumValidation](../../../components/schema/simple_enum_validation.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = simple_enum_validation.SimpleEnumValidation(1) - try: - api_response = api_instance.post_simple_enum_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_simple_enum_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_string_type_matches_strings_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_string_type_matches_strings_request_body.md deleted file mode 100644 index 0be44659900..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_string_type_matches_strings_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_string_type_matches_strings_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postStringTypeMatchesStringsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), str] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[StringTypeMatchesStrings](../../../components/schema/string_type_matches_strings.md) | str | str | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = string_type_matches_strings.StringTypeMatchesStrings("string_example") - try: - api_response = api_instance.post_string_type_matches_strings_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_string_type_matches_strings_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md deleted file mode 100644 index dac792855f5..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md +++ /dev/null @@ -1,100 +0,0 @@ - -# **post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postTheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing](../../../components/schema/the_default_keyword_does_not_do_anything_if_the_property_is_missing.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = the_default_keyword_does_not_do_anything_if_the_property_is_missing.TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing( - alpha=5, - ) - try: - api_response = api_instance.post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md deleted file mode 100644 index 99da0c1f106..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postTheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing](../../../components/schema/the_default_keyword_does_not_do_anything_if_the_property_is_missing.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uniqueitems_false_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uniqueitems_false_validation_request_body.md deleted file mode 100644 index fe6fa265772..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uniqueitems_false_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_uniqueitems_false_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postUniqueitemsFalseValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UniqueitemsFalseValidation](../../../components/schema/uniqueitems_false_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = uniqueitems_false_validation.UniqueitemsFalseValidation(None) - try: - api_response = api_instance.post_uniqueitems_false_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_uniqueitems_false_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uniqueitems_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uniqueitems_validation_request_body.md deleted file mode 100644 index 8787f5f6350..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uniqueitems_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_uniqueitems_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postUniqueitemsValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UniqueitemsValidation](../../../components/schema/uniqueitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = uniqueitems_validation.UniqueitemsValidation(None) - try: - api_response = api_instance.post_uniqueitems_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_uniqueitems_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_format_request_body.md deleted file mode 100644 index c0b54eb70a0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_uri_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postUriFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriFormat](../../../components/schema/uri_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = uri_format.UriFormat(None) - try: - api_response = api_instance.post_uri_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_uri_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_reference_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_reference_format_request_body.md deleted file mode 100644 index 048145b840d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_reference_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_uri_reference_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postUriReferenceFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriReferenceFormat](../../../components/schema/uri_reference_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = uri_reference_format.UriReferenceFormat(None) - try: - api_response = api_instance.post_uri_reference_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_uri_reference_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_template_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_template_format_request_body.md deleted file mode 100644 index ec3c8944f51..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_template_format_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_uri_template_format_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postUriTemplateFormatRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriTemplateFormat](../../../components/schema/uri_template_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import path_post_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = path_post_api.PathPostApi(api_client) - - # example passing only required values which don't have defaults set - body = uri_template_format.UriTemplateFormat(None) - try: - api_response = api_instance.post_uri_template_format_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PathPostApi->post_uri_template_format_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api.md index 1002e411013..e36a5db710f 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api.md @@ -9,9 +9,9 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_pattern_is_not_anchored_request_body**](pattern_api/post_pattern_is_not_anchored_request_body.md) | -[**post_pattern_is_not_anchored_response_body_for_content_types**](pattern_api/post_pattern_is_not_anchored_response_body_for_content_types.md) | -[**post_pattern_validation_request_body**](pattern_api/post_pattern_validation_request_body.md) | -[**post_pattern_validation_response_body_for_content_types**](pattern_api/post_pattern_validation_response_body_for_content_types.md) | +[**post_pattern_is_not_anchored_request_body**](../../paths/request_body_post_pattern_is_not_anchored_request_body/post.md) | +[**post_pattern_is_not_anchored_response_body_for_content_types**](../../paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post.md) | +[**post_pattern_validation_request_body**](../../paths/request_body_post_pattern_validation_request_body/post.md) | +[**post_pattern_validation_response_body_for_content_types**](../../paths/response_body_post_pattern_validation_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_is_not_anchored_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_is_not_anchored_request_body.md deleted file mode 100644 index 8395d817156..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_is_not_anchored_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_pattern_is_not_anchored_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postPatternIsNotAnchoredRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PatternIsNotAnchored](../../../components/schema/pattern_is_not_anchored.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import pattern_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = pattern_api.PatternApi(api_client) - - # example passing only required values which don't have defaults set - body = pattern_is_not_anchored.PatternIsNotAnchored(None) - try: - api_response = api_instance.post_pattern_is_not_anchored_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PatternApi->post_pattern_is_not_anchored_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../pattern_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_is_not_anchored_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_is_not_anchored_response_body_for_content_types.md deleted file mode 100644 index be6e2a0bf10..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_is_not_anchored_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_pattern_is_not_anchored_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postPatternIsNotAnchoredResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PatternIsNotAnchored](../../../components/schema/pattern_is_not_anchored.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import pattern_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = pattern_api.PatternApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_pattern_is_not_anchored_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PatternApi->post_pattern_is_not_anchored_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../pattern_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_validation_request_body.md deleted file mode 100644 index fcca2ea324c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_pattern_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postPatternValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PatternValidation](../../../components/schema/pattern_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import pattern_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = pattern_api.PatternApi(api_client) - - # example passing only required values which don't have defaults set - body = pattern_validation.PatternValidation(None) - try: - api_response = api_instance.post_pattern_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PatternApi->post_pattern_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../pattern_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_validation_response_body_for_content_types.md deleted file mode 100644 index cda13159a2a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/pattern_api/post_pattern_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_pattern_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postPatternValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PatternValidation](../../../components/schema/pattern_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import pattern_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = pattern_api.PatternApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_pattern_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PatternApi->post_pattern_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../pattern_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api.md index 8ec7cc73a38..49bc5901215 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api.md @@ -9,9 +9,9 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_object_properties_validation_request_body**](properties_api/post_object_properties_validation_request_body.md) | -[**post_object_properties_validation_response_body_for_content_types**](properties_api/post_object_properties_validation_response_body_for_content_types.md) | -[**post_properties_with_escaped_characters_request_body**](properties_api/post_properties_with_escaped_characters_request_body.md) | -[**post_properties_with_escaped_characters_response_body_for_content_types**](properties_api/post_properties_with_escaped_characters_response_body_for_content_types.md) | +[**post_object_properties_validation_request_body**](../../paths/request_body_post_object_properties_validation_request_body/post.md) | +[**post_object_properties_validation_response_body_for_content_types**](../../paths/response_body_post_object_properties_validation_response_body_for_content_types/post.md) | +[**post_properties_with_escaped_characters_request_body**](../../paths/request_body_post_properties_with_escaped_characters_request_body/post.md) | +[**post_properties_with_escaped_characters_response_body_for_content_types**](../../paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_object_properties_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_object_properties_validation_request_body.md deleted file mode 100644 index b623705fe3a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_object_properties_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_object_properties_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postObjectPropertiesValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ObjectPropertiesValidation](../../../components/schema/object_properties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = properties_api.PropertiesApi(api_client) - - # example passing only required values which don't have defaults set - body = object_properties_validation.ObjectPropertiesValidation(None) - try: - api_response = api_instance.post_object_properties_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PropertiesApi->post_object_properties_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_object_properties_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_object_properties_validation_response_body_for_content_types.md deleted file mode 100644 index 9aedcc1f98e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_object_properties_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_object_properties_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postObjectPropertiesValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ObjectPropertiesValidation](../../../components/schema/object_properties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = properties_api.PropertiesApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_object_properties_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PropertiesApi->post_object_properties_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_properties_with_escaped_characters_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_properties_with_escaped_characters_request_body.md deleted file mode 100644 index 94311944066..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_properties_with_escaped_characters_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_properties_with_escaped_characters_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postPropertiesWithEscapedCharactersRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PropertiesWithEscapedCharacters](../../../components/schema/properties_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = properties_api.PropertiesApi(api_client) - - # example passing only required values which don't have defaults set - body = properties_with_escaped_characters.PropertiesWithEscapedCharacters(None) - try: - api_response = api_instance.post_properties_with_escaped_characters_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PropertiesApi->post_properties_with_escaped_characters_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_properties_with_escaped_characters_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_properties_with_escaped_characters_response_body_for_content_types.md deleted file mode 100644 index d998f95333f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/properties_api/post_properties_with_escaped_characters_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_properties_with_escaped_characters_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postPropertiesWithEscapedCharactersResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PropertiesWithEscapedCharacters](../../../components/schema/properties_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import properties_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = properties_api.PropertiesApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_properties_with_escaped_characters_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling PropertiesApi->post_properties_with_escaped_characters_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api.md index 37b99246953..eef0c1721f6 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api.md @@ -9,21 +9,21 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_property_named_ref_that_is_not_a_reference_request_body**](ref_api/post_property_named_ref_that_is_not_a_reference_request_body.md) | -[**post_property_named_ref_that_is_not_a_reference_response_body_for_content_types**](ref_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md) | -[**post_ref_in_additionalproperties_request_body**](ref_api/post_ref_in_additionalproperties_request_body.md) | -[**post_ref_in_additionalproperties_response_body_for_content_types**](ref_api/post_ref_in_additionalproperties_response_body_for_content_types.md) | -[**post_ref_in_allof_request_body**](ref_api/post_ref_in_allof_request_body.md) | -[**post_ref_in_allof_response_body_for_content_types**](ref_api/post_ref_in_allof_response_body_for_content_types.md) | -[**post_ref_in_anyof_request_body**](ref_api/post_ref_in_anyof_request_body.md) | -[**post_ref_in_anyof_response_body_for_content_types**](ref_api/post_ref_in_anyof_response_body_for_content_types.md) | -[**post_ref_in_items_request_body**](ref_api/post_ref_in_items_request_body.md) | -[**post_ref_in_items_response_body_for_content_types**](ref_api/post_ref_in_items_response_body_for_content_types.md) | -[**post_ref_in_not_request_body**](ref_api/post_ref_in_not_request_body.md) | -[**post_ref_in_not_response_body_for_content_types**](ref_api/post_ref_in_not_response_body_for_content_types.md) | -[**post_ref_in_oneof_request_body**](ref_api/post_ref_in_oneof_request_body.md) | -[**post_ref_in_oneof_response_body_for_content_types**](ref_api/post_ref_in_oneof_response_body_for_content_types.md) | -[**post_ref_in_property_request_body**](ref_api/post_ref_in_property_request_body.md) | -[**post_ref_in_property_response_body_for_content_types**](ref_api/post_ref_in_property_response_body_for_content_types.md) | +[**post_property_named_ref_that_is_not_a_reference_request_body**](../../paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post.md) | +[**post_property_named_ref_that_is_not_a_reference_response_body_for_content_types**](../../paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post.md) | +[**post_ref_in_additionalproperties_request_body**](../../paths/request_body_post_ref_in_additionalproperties_request_body/post.md) | +[**post_ref_in_additionalproperties_response_body_for_content_types**](../../paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post.md) | +[**post_ref_in_allof_request_body**](../../paths/request_body_post_ref_in_allof_request_body/post.md) | +[**post_ref_in_allof_response_body_for_content_types**](../../paths/response_body_post_ref_in_allof_response_body_for_content_types/post.md) | +[**post_ref_in_anyof_request_body**](../../paths/request_body_post_ref_in_anyof_request_body/post.md) | +[**post_ref_in_anyof_response_body_for_content_types**](../../paths/response_body_post_ref_in_anyof_response_body_for_content_types/post.md) | +[**post_ref_in_items_request_body**](../../paths/request_body_post_ref_in_items_request_body/post.md) | +[**post_ref_in_items_response_body_for_content_types**](../../paths/response_body_post_ref_in_items_response_body_for_content_types/post.md) | +[**post_ref_in_not_request_body**](../../paths/request_body_post_ref_in_not_request_body/post.md) | +[**post_ref_in_not_response_body_for_content_types**](../../paths/response_body_post_ref_in_not_response_body_for_content_types/post.md) | +[**post_ref_in_oneof_request_body**](../../paths/request_body_post_ref_in_oneof_request_body/post.md) | +[**post_ref_in_oneof_response_body_for_content_types**](../../paths/response_body_post_ref_in_oneof_response_body_for_content_types/post.md) | +[**post_ref_in_property_request_body**](../../paths/request_body_post_ref_in_property_request_body/post.md) | +[**post_ref_in_property_response_body_for_content_types**](../../paths/response_body_post_ref_in_property_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_property_named_ref_that_is_not_a_reference_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_property_named_ref_that_is_not_a_reference_request_body.md deleted file mode 100644 index d666de6b588..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_property_named_ref_that_is_not_a_reference_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_property_named_ref_that_is_not_a_reference_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postPropertyNamedRefThatIsNotAReferenceRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PropertyNamedRefThatIsNotAReference](../../../components/schema/property_named_ref_that_is_not_a_reference.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example passing only required values which don't have defaults set - body = property_named_ref_that_is_not_a_reference.PropertyNamedRefThatIsNotAReference(None) - try: - api_response = api_instance.post_property_named_ref_that_is_not_a_reference_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_property_named_ref_that_is_not_a_reference_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md deleted file mode 100644 index 36e516fd031..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_property_named_ref_that_is_not_a_reference_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postPropertyNamedRefThatIsNotAReferenceResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PropertyNamedRefThatIsNotAReference](../../../components/schema/property_named_ref_that_is_not_a_reference.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_property_named_ref_that_is_not_a_reference_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_property_named_ref_that_is_not_a_reference_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_additionalproperties_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_additionalproperties_request_body.md deleted file mode 100644 index ec63440c044..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_additionalproperties_request_body.md +++ /dev/null @@ -1,100 +0,0 @@ - -# **post_ref_in_additionalproperties_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInAdditionalpropertiesRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAdditionalproperties](../../../components/schema/ref_in_additionalproperties.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_additionalproperties.RefInAdditionalproperties( - key=property_named_ref_that_is_not_a_reference.PropertyNamedRefThatIsNotAReference(None), - ) - try: - api_response = api_instance.post_ref_in_additionalproperties_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_ref_in_additionalproperties_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_additionalproperties_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_additionalproperties_response_body_for_content_types.md deleted file mode 100644 index 04097478347..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_additionalproperties_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_additionalproperties_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInAdditionalpropertiesResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAdditionalproperties](../../../components/schema/ref_in_additionalproperties.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_additionalproperties_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_ref_in_additionalproperties_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_allof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_allof_request_body.md deleted file mode 100644 index 813dabbefb5..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_allof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_allof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInAllofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAllof](../../../components/schema/ref_in_allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_allof.RefInAllof(None) - try: - api_response = api_instance.post_ref_in_allof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_ref_in_allof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_allof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_allof_response_body_for_content_types.md deleted file mode 100644 index 902ebaac910..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_allof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_allof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInAllofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAllof](../../../components/schema/ref_in_allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_allof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_ref_in_allof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_anyof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_anyof_request_body.md deleted file mode 100644 index 3f94d19f3e1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_anyof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_anyof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInAnyofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAnyof](../../../components/schema/ref_in_anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_anyof.RefInAnyof(None) - try: - api_response = api_instance.post_ref_in_anyof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_ref_in_anyof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_anyof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_anyof_response_body_for_content_types.md deleted file mode 100644 index dcda82d9831..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_anyof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_anyof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInAnyofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAnyof](../../../components/schema/ref_in_anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_anyof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_ref_in_anyof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_items_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_items_request_body.md deleted file mode 100644 index 62c6fd5a4a2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_items_request_body.md +++ /dev/null @@ -1,100 +0,0 @@ - -# **post_ref_in_items_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInItemsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), list, tuple] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInItems](../../../components/schema/ref_in_items.md) | list, tuple | tuple | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_items.RefInItems([ - property_named_ref_that_is_not_a_reference.PropertyNamedRefThatIsNotAReference(None) - ]) - try: - api_response = api_instance.post_ref_in_items_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_ref_in_items_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_items_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_items_response_body_for_content_types.md deleted file mode 100644 index 096f7f3eb0a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_items_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_items_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInItemsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInItems](../../../components/schema/ref_in_items.md) | list, tuple | tuple | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_items_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_ref_in_items_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_not_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_not_request_body.md deleted file mode 100644 index dd857f15048..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_not_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_not_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInNotRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInNot](../../../components/schema/ref_in_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_not.RefInNot(None) - try: - api_response = api_instance.post_ref_in_not_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_ref_in_not_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_not_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_not_response_body_for_content_types.md deleted file mode 100644 index 9c786cc285c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_not_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_not_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInNotResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInNot](../../../components/schema/ref_in_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_not_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_ref_in_not_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_oneof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_oneof_request_body.md deleted file mode 100644 index a93aa3ed8bc..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_oneof_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_oneof_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInOneofRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInOneof](../../../components/schema/ref_in_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_oneof.RefInOneof(None) - try: - api_response = api_instance.post_ref_in_oneof_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_ref_in_oneof_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_oneof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_oneof_response_body_for_content_types.md deleted file mode 100644 index 525de9c3be6..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_oneof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_oneof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInOneofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInOneof](../../../components/schema/ref_in_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_oneof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_ref_in_oneof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_property_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_property_request_body.md deleted file mode 100644 index a1ca69fd810..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_property_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_ref_in_property_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRefInPropertyRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInProperty](../../../components/schema/ref_in_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example passing only required values which don't have defaults set - body = ref_in_property.RefInProperty(None) - try: - api_response = api_instance.post_ref_in_property_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_ref_in_property_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_property_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_property_response_body_for_content_types.md deleted file mode 100644 index 6cc44a5fc2f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ref_api/post_ref_in_property_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_property_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInPropertyResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInProperty](../../../components/schema/ref_in_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import ref_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = ref_api.RefApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_property_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RefApi->post_ref_in_property_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../ref_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api.md index 0fc558a0220..a37631ea5ea 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api.md @@ -9,13 +9,13 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_required_default_validation_request_body**](required_api/post_required_default_validation_request_body.md) | -[**post_required_default_validation_response_body_for_content_types**](required_api/post_required_default_validation_response_body_for_content_types.md) | -[**post_required_validation_request_body**](required_api/post_required_validation_request_body.md) | -[**post_required_validation_response_body_for_content_types**](required_api/post_required_validation_response_body_for_content_types.md) | -[**post_required_with_empty_array_request_body**](required_api/post_required_with_empty_array_request_body.md) | -[**post_required_with_empty_array_response_body_for_content_types**](required_api/post_required_with_empty_array_response_body_for_content_types.md) | -[**post_required_with_escaped_characters_request_body**](required_api/post_required_with_escaped_characters_request_body.md) | -[**post_required_with_escaped_characters_response_body_for_content_types**](required_api/post_required_with_escaped_characters_response_body_for_content_types.md) | +[**post_required_default_validation_request_body**](../../paths/request_body_post_required_default_validation_request_body/post.md) | +[**post_required_default_validation_response_body_for_content_types**](../../paths/response_body_post_required_default_validation_response_body_for_content_types/post.md) | +[**post_required_validation_request_body**](../../paths/request_body_post_required_validation_request_body/post.md) | +[**post_required_validation_response_body_for_content_types**](../../paths/response_body_post_required_validation_response_body_for_content_types/post.md) | +[**post_required_with_empty_array_request_body**](../../paths/request_body_post_required_with_empty_array_request_body/post.md) | +[**post_required_with_empty_array_response_body_for_content_types**](../../paths/response_body_post_required_with_empty_array_response_body_for_content_types/post.md) | +[**post_required_with_escaped_characters_request_body**](../../paths/request_body_post_required_with_escaped_characters_request_body/post.md) | +[**post_required_with_escaped_characters_response_body_for_content_types**](../../paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_default_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_default_validation_request_body.md deleted file mode 100644 index 15f68c6e2e0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_default_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_required_default_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRequiredDefaultValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredDefaultValidation](../../../components/schema/required_default_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import required_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = required_api.RequiredApi(api_client) - - # example passing only required values which don't have defaults set - body = required_default_validation.RequiredDefaultValidation(None) - try: - api_response = api_instance.post_required_default_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RequiredApi->post_required_default_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../required_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_default_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_default_validation_response_body_for_content_types.md deleted file mode 100644 index 086869ad88e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_default_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_required_default_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRequiredDefaultValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredDefaultValidation](../../../components/schema/required_default_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import required_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = required_api.RequiredApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_required_default_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RequiredApi->post_required_default_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../required_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_validation_request_body.md deleted file mode 100644 index bbc6a99069f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_required_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRequiredValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredValidation](../../../components/schema/required_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import required_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = required_api.RequiredApi(api_client) - - # example passing only required values which don't have defaults set - body = required_validation.RequiredValidation(None) - try: - api_response = api_instance.post_required_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RequiredApi->post_required_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../required_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_validation_response_body_for_content_types.md deleted file mode 100644 index 3cf2f31b4b9..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_required_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRequiredValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredValidation](../../../components/schema/required_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import required_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = required_api.RequiredApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_required_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RequiredApi->post_required_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../required_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_empty_array_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_empty_array_request_body.md deleted file mode 100644 index d7effb081e8..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_empty_array_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_required_with_empty_array_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRequiredWithEmptyArrayRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredWithEmptyArray](../../../components/schema/required_with_empty_array.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import required_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = required_api.RequiredApi(api_client) - - # example passing only required values which don't have defaults set - body = required_with_empty_array.RequiredWithEmptyArray(None) - try: - api_response = api_instance.post_required_with_empty_array_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RequiredApi->post_required_with_empty_array_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../required_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_empty_array_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_empty_array_response_body_for_content_types.md deleted file mode 100644 index 8e6184f5ef9..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_empty_array_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_required_with_empty_array_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRequiredWithEmptyArrayResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredWithEmptyArray](../../../components/schema/required_with_empty_array.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import required_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = required_api.RequiredApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_required_with_empty_array_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RequiredApi->post_required_with_empty_array_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../required_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_escaped_characters_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_escaped_characters_request_body.md deleted file mode 100644 index fa293ca8ac5..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_escaped_characters_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_required_with_escaped_characters_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postRequiredWithEscapedCharactersRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredWithEscapedCharacters](../../../components/schema/required_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import required_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = required_api.RequiredApi(api_client) - - # example passing only required values which don't have defaults set - body = required_with_escaped_characters.RequiredWithEscapedCharacters(None) - try: - api_response = api_instance.post_required_with_escaped_characters_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RequiredApi->post_required_with_escaped_characters_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../required_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_escaped_characters_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_escaped_characters_response_body_for_content_types.md deleted file mode 100644 index d75fa8de6b1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/required_api/post_required_with_escaped_characters_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_required_with_escaped_characters_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRequiredWithEscapedCharactersResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredWithEscapedCharacters](../../../components/schema/required_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import required_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = required_api.RequiredApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_required_with_escaped_characters_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling RequiredApi->post_required_with_escaped_characters_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../required_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api.md index f4db778f848..31eea7f8cea 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api.md @@ -9,92 +9,92 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types**](response_content_content_type_schema_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md) | -[**post_additionalproperties_are_allowed_by_default_response_body_for_content_types**](response_content_content_type_schema_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md) | -[**post_additionalproperties_can_exist_by_itself_response_body_for_content_types**](response_content_content_type_schema_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md) | -[**post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types**](response_content_content_type_schema_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md) | -[**post_allof_combined_with_anyof_oneof_response_body_for_content_types**](response_content_content_type_schema_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md) | -[**post_allof_response_body_for_content_types**](response_content_content_type_schema_api/post_allof_response_body_for_content_types.md) | -[**post_allof_simple_types_response_body_for_content_types**](response_content_content_type_schema_api/post_allof_simple_types_response_body_for_content_types.md) | -[**post_allof_with_base_schema_response_body_for_content_types**](response_content_content_type_schema_api/post_allof_with_base_schema_response_body_for_content_types.md) | -[**post_allof_with_one_empty_schema_response_body_for_content_types**](response_content_content_type_schema_api/post_allof_with_one_empty_schema_response_body_for_content_types.md) | -[**post_allof_with_the_first_empty_schema_response_body_for_content_types**](response_content_content_type_schema_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md) | -[**post_allof_with_the_last_empty_schema_response_body_for_content_types**](response_content_content_type_schema_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md) | -[**post_allof_with_two_empty_schemas_response_body_for_content_types**](response_content_content_type_schema_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md) | -[**post_anyof_complex_types_response_body_for_content_types**](response_content_content_type_schema_api/post_anyof_complex_types_response_body_for_content_types.md) | -[**post_anyof_response_body_for_content_types**](response_content_content_type_schema_api/post_anyof_response_body_for_content_types.md) | -[**post_anyof_with_base_schema_response_body_for_content_types**](response_content_content_type_schema_api/post_anyof_with_base_schema_response_body_for_content_types.md) | -[**post_anyof_with_one_empty_schema_response_body_for_content_types**](response_content_content_type_schema_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md) | -[**post_array_type_matches_arrays_response_body_for_content_types**](response_content_content_type_schema_api/post_array_type_matches_arrays_response_body_for_content_types.md) | -[**post_boolean_type_matches_booleans_response_body_for_content_types**](response_content_content_type_schema_api/post_boolean_type_matches_booleans_response_body_for_content_types.md) | -[**post_by_int_response_body_for_content_types**](response_content_content_type_schema_api/post_by_int_response_body_for_content_types.md) | -[**post_by_number_response_body_for_content_types**](response_content_content_type_schema_api/post_by_number_response_body_for_content_types.md) | -[**post_by_small_number_response_body_for_content_types**](response_content_content_type_schema_api/post_by_small_number_response_body_for_content_types.md) | -[**post_date_time_format_response_body_for_content_types**](response_content_content_type_schema_api/post_date_time_format_response_body_for_content_types.md) | -[**post_email_format_response_body_for_content_types**](response_content_content_type_schema_api/post_email_format_response_body_for_content_types.md) | -[**post_enum_with0_does_not_match_false_response_body_for_content_types**](response_content_content_type_schema_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md) | -[**post_enum_with1_does_not_match_true_response_body_for_content_types**](response_content_content_type_schema_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md) | -[**post_enum_with_escaped_characters_response_body_for_content_types**](response_content_content_type_schema_api/post_enum_with_escaped_characters_response_body_for_content_types.md) | -[**post_enum_with_false_does_not_match0_response_body_for_content_types**](response_content_content_type_schema_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md) | -[**post_enum_with_true_does_not_match1_response_body_for_content_types**](response_content_content_type_schema_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md) | -[**post_enums_in_properties_response_body_for_content_types**](response_content_content_type_schema_api/post_enums_in_properties_response_body_for_content_types.md) | -[**post_forbidden_property_response_body_for_content_types**](response_content_content_type_schema_api/post_forbidden_property_response_body_for_content_types.md) | -[**post_hostname_format_response_body_for_content_types**](response_content_content_type_schema_api/post_hostname_format_response_body_for_content_types.md) | -[**post_integer_type_matches_integers_response_body_for_content_types**](response_content_content_type_schema_api/post_integer_type_matches_integers_response_body_for_content_types.md) | -[**post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types**](response_content_content_type_schema_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md) | -[**post_invalid_string_value_for_default_response_body_for_content_types**](response_content_content_type_schema_api/post_invalid_string_value_for_default_response_body_for_content_types.md) | -[**post_ipv4_format_response_body_for_content_types**](response_content_content_type_schema_api/post_ipv4_format_response_body_for_content_types.md) | -[**post_ipv6_format_response_body_for_content_types**](response_content_content_type_schema_api/post_ipv6_format_response_body_for_content_types.md) | -[**post_json_pointer_format_response_body_for_content_types**](response_content_content_type_schema_api/post_json_pointer_format_response_body_for_content_types.md) | -[**post_maximum_validation_response_body_for_content_types**](response_content_content_type_schema_api/post_maximum_validation_response_body_for_content_types.md) | -[**post_maximum_validation_with_unsigned_integer_response_body_for_content_types**](response_content_content_type_schema_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md) | -[**post_maxitems_validation_response_body_for_content_types**](response_content_content_type_schema_api/post_maxitems_validation_response_body_for_content_types.md) | -[**post_maxlength_validation_response_body_for_content_types**](response_content_content_type_schema_api/post_maxlength_validation_response_body_for_content_types.md) | -[**post_maxproperties0_means_the_object_is_empty_response_body_for_content_types**](response_content_content_type_schema_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md) | -[**post_maxproperties_validation_response_body_for_content_types**](response_content_content_type_schema_api/post_maxproperties_validation_response_body_for_content_types.md) | -[**post_minimum_validation_response_body_for_content_types**](response_content_content_type_schema_api/post_minimum_validation_response_body_for_content_types.md) | -[**post_minimum_validation_with_signed_integer_response_body_for_content_types**](response_content_content_type_schema_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md) | -[**post_minitems_validation_response_body_for_content_types**](response_content_content_type_schema_api/post_minitems_validation_response_body_for_content_types.md) | -[**post_minlength_validation_response_body_for_content_types**](response_content_content_type_schema_api/post_minlength_validation_response_body_for_content_types.md) | -[**post_minproperties_validation_response_body_for_content_types**](response_content_content_type_schema_api/post_minproperties_validation_response_body_for_content_types.md) | -[**post_nested_allof_to_check_validation_semantics_response_body_for_content_types**](response_content_content_type_schema_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md) | -[**post_nested_anyof_to_check_validation_semantics_response_body_for_content_types**](response_content_content_type_schema_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md) | -[**post_nested_items_response_body_for_content_types**](response_content_content_type_schema_api/post_nested_items_response_body_for_content_types.md) | -[**post_nested_oneof_to_check_validation_semantics_response_body_for_content_types**](response_content_content_type_schema_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md) | -[**post_not_more_complex_schema_response_body_for_content_types**](response_content_content_type_schema_api/post_not_more_complex_schema_response_body_for_content_types.md) | -[**post_not_response_body_for_content_types**](response_content_content_type_schema_api/post_not_response_body_for_content_types.md) | -[**post_nul_characters_in_strings_response_body_for_content_types**](response_content_content_type_schema_api/post_nul_characters_in_strings_response_body_for_content_types.md) | -[**post_null_type_matches_only_the_null_object_response_body_for_content_types**](response_content_content_type_schema_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md) | -[**post_number_type_matches_numbers_response_body_for_content_types**](response_content_content_type_schema_api/post_number_type_matches_numbers_response_body_for_content_types.md) | -[**post_object_properties_validation_response_body_for_content_types**](response_content_content_type_schema_api/post_object_properties_validation_response_body_for_content_types.md) | -[**post_object_type_matches_objects_response_body_for_content_types**](response_content_content_type_schema_api/post_object_type_matches_objects_response_body_for_content_types.md) | -[**post_oneof_complex_types_response_body_for_content_types**](response_content_content_type_schema_api/post_oneof_complex_types_response_body_for_content_types.md) | -[**post_oneof_response_body_for_content_types**](response_content_content_type_schema_api/post_oneof_response_body_for_content_types.md) | -[**post_oneof_with_base_schema_response_body_for_content_types**](response_content_content_type_schema_api/post_oneof_with_base_schema_response_body_for_content_types.md) | -[**post_oneof_with_empty_schema_response_body_for_content_types**](response_content_content_type_schema_api/post_oneof_with_empty_schema_response_body_for_content_types.md) | -[**post_oneof_with_required_response_body_for_content_types**](response_content_content_type_schema_api/post_oneof_with_required_response_body_for_content_types.md) | -[**post_pattern_is_not_anchored_response_body_for_content_types**](response_content_content_type_schema_api/post_pattern_is_not_anchored_response_body_for_content_types.md) | -[**post_pattern_validation_response_body_for_content_types**](response_content_content_type_schema_api/post_pattern_validation_response_body_for_content_types.md) | -[**post_properties_with_escaped_characters_response_body_for_content_types**](response_content_content_type_schema_api/post_properties_with_escaped_characters_response_body_for_content_types.md) | -[**post_property_named_ref_that_is_not_a_reference_response_body_for_content_types**](response_content_content_type_schema_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md) | -[**post_ref_in_additionalproperties_response_body_for_content_types**](response_content_content_type_schema_api/post_ref_in_additionalproperties_response_body_for_content_types.md) | -[**post_ref_in_allof_response_body_for_content_types**](response_content_content_type_schema_api/post_ref_in_allof_response_body_for_content_types.md) | -[**post_ref_in_anyof_response_body_for_content_types**](response_content_content_type_schema_api/post_ref_in_anyof_response_body_for_content_types.md) | -[**post_ref_in_items_response_body_for_content_types**](response_content_content_type_schema_api/post_ref_in_items_response_body_for_content_types.md) | -[**post_ref_in_not_response_body_for_content_types**](response_content_content_type_schema_api/post_ref_in_not_response_body_for_content_types.md) | -[**post_ref_in_oneof_response_body_for_content_types**](response_content_content_type_schema_api/post_ref_in_oneof_response_body_for_content_types.md) | -[**post_ref_in_property_response_body_for_content_types**](response_content_content_type_schema_api/post_ref_in_property_response_body_for_content_types.md) | -[**post_required_default_validation_response_body_for_content_types**](response_content_content_type_schema_api/post_required_default_validation_response_body_for_content_types.md) | -[**post_required_validation_response_body_for_content_types**](response_content_content_type_schema_api/post_required_validation_response_body_for_content_types.md) | -[**post_required_with_empty_array_response_body_for_content_types**](response_content_content_type_schema_api/post_required_with_empty_array_response_body_for_content_types.md) | -[**post_required_with_escaped_characters_response_body_for_content_types**](response_content_content_type_schema_api/post_required_with_escaped_characters_response_body_for_content_types.md) | -[**post_simple_enum_validation_response_body_for_content_types**](response_content_content_type_schema_api/post_simple_enum_validation_response_body_for_content_types.md) | -[**post_string_type_matches_strings_response_body_for_content_types**](response_content_content_type_schema_api/post_string_type_matches_strings_response_body_for_content_types.md) | -[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types**](response_content_content_type_schema_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md) | -[**post_uniqueitems_false_validation_response_body_for_content_types**](response_content_content_type_schema_api/post_uniqueitems_false_validation_response_body_for_content_types.md) | -[**post_uniqueitems_validation_response_body_for_content_types**](response_content_content_type_schema_api/post_uniqueitems_validation_response_body_for_content_types.md) | -[**post_uri_format_response_body_for_content_types**](response_content_content_type_schema_api/post_uri_format_response_body_for_content_types.md) | -[**post_uri_reference_format_response_body_for_content_types**](response_content_content_type_schema_api/post_uri_reference_format_response_body_for_content_types.md) | -[**post_uri_template_format_response_body_for_content_types**](response_content_content_type_schema_api/post_uri_template_format_response_body_for_content_types.md) | +[**post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post.md) | +[**post_additionalproperties_are_allowed_by_default_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post.md) | +[**post_additionalproperties_can_exist_by_itself_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post.md) | +[**post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types**](../../paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post.md) | +[**post_allof_combined_with_anyof_oneof_response_body_for_content_types**](../../paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post.md) | +[**post_allof_response_body_for_content_types**](../../paths/response_body_post_allof_response_body_for_content_types/post.md) | +[**post_allof_simple_types_response_body_for_content_types**](../../paths/response_body_post_allof_simple_types_response_body_for_content_types/post.md) | +[**post_allof_with_base_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post.md) | +[**post_allof_with_one_empty_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post.md) | +[**post_allof_with_the_first_empty_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post.md) | +[**post_allof_with_the_last_empty_schema_response_body_for_content_types**](../../paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post.md) | +[**post_allof_with_two_empty_schemas_response_body_for_content_types**](../../paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post.md) | +[**post_anyof_complex_types_response_body_for_content_types**](../../paths/response_body_post_anyof_complex_types_response_body_for_content_types/post.md) | +[**post_anyof_response_body_for_content_types**](../../paths/response_body_post_anyof_response_body_for_content_types/post.md) | +[**post_anyof_with_base_schema_response_body_for_content_types**](../../paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post.md) | +[**post_anyof_with_one_empty_schema_response_body_for_content_types**](../../paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post.md) | +[**post_array_type_matches_arrays_response_body_for_content_types**](../../paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post.md) | +[**post_boolean_type_matches_booleans_response_body_for_content_types**](../../paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post.md) | +[**post_by_int_response_body_for_content_types**](../../paths/response_body_post_by_int_response_body_for_content_types/post.md) | +[**post_by_number_response_body_for_content_types**](../../paths/response_body_post_by_number_response_body_for_content_types/post.md) | +[**post_by_small_number_response_body_for_content_types**](../../paths/response_body_post_by_small_number_response_body_for_content_types/post.md) | +[**post_date_time_format_response_body_for_content_types**](../../paths/response_body_post_date_time_format_response_body_for_content_types/post.md) | +[**post_email_format_response_body_for_content_types**](../../paths/response_body_post_email_format_response_body_for_content_types/post.md) | +[**post_enum_with0_does_not_match_false_response_body_for_content_types**](../../paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post.md) | +[**post_enum_with1_does_not_match_true_response_body_for_content_types**](../../paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post.md) | +[**post_enum_with_escaped_characters_response_body_for_content_types**](../../paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post.md) | +[**post_enum_with_false_does_not_match0_response_body_for_content_types**](../../paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post.md) | +[**post_enum_with_true_does_not_match1_response_body_for_content_types**](../../paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post.md) | +[**post_enums_in_properties_response_body_for_content_types**](../../paths/response_body_post_enums_in_properties_response_body_for_content_types/post.md) | +[**post_forbidden_property_response_body_for_content_types**](../../paths/response_body_post_forbidden_property_response_body_for_content_types/post.md) | +[**post_hostname_format_response_body_for_content_types**](../../paths/response_body_post_hostname_format_response_body_for_content_types/post.md) | +[**post_integer_type_matches_integers_response_body_for_content_types**](../../paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post.md) | +[**post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types**](../../paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post.md) | +[**post_invalid_string_value_for_default_response_body_for_content_types**](../../paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post.md) | +[**post_ipv4_format_response_body_for_content_types**](../../paths/response_body_post_ipv4_format_response_body_for_content_types/post.md) | +[**post_ipv6_format_response_body_for_content_types**](../../paths/response_body_post_ipv6_format_response_body_for_content_types/post.md) | +[**post_json_pointer_format_response_body_for_content_types**](../../paths/response_body_post_json_pointer_format_response_body_for_content_types/post.md) | +[**post_maximum_validation_response_body_for_content_types**](../../paths/response_body_post_maximum_validation_response_body_for_content_types/post.md) | +[**post_maximum_validation_with_unsigned_integer_response_body_for_content_types**](../../paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post.md) | +[**post_maxitems_validation_response_body_for_content_types**](../../paths/response_body_post_maxitems_validation_response_body_for_content_types/post.md) | +[**post_maxlength_validation_response_body_for_content_types**](../../paths/response_body_post_maxlength_validation_response_body_for_content_types/post.md) | +[**post_maxproperties0_means_the_object_is_empty_response_body_for_content_types**](../../paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post.md) | +[**post_maxproperties_validation_response_body_for_content_types**](../../paths/response_body_post_maxproperties_validation_response_body_for_content_types/post.md) | +[**post_minimum_validation_response_body_for_content_types**](../../paths/response_body_post_minimum_validation_response_body_for_content_types/post.md) | +[**post_minimum_validation_with_signed_integer_response_body_for_content_types**](../../paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post.md) | +[**post_minitems_validation_response_body_for_content_types**](../../paths/response_body_post_minitems_validation_response_body_for_content_types/post.md) | +[**post_minlength_validation_response_body_for_content_types**](../../paths/response_body_post_minlength_validation_response_body_for_content_types/post.md) | +[**post_minproperties_validation_response_body_for_content_types**](../../paths/response_body_post_minproperties_validation_response_body_for_content_types/post.md) | +[**post_nested_allof_to_check_validation_semantics_response_body_for_content_types**](../../paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post.md) | +[**post_nested_anyof_to_check_validation_semantics_response_body_for_content_types**](../../paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post.md) | +[**post_nested_items_response_body_for_content_types**](../../paths/response_body_post_nested_items_response_body_for_content_types/post.md) | +[**post_nested_oneof_to_check_validation_semantics_response_body_for_content_types**](../../paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post.md) | +[**post_not_more_complex_schema_response_body_for_content_types**](../../paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post.md) | +[**post_not_response_body_for_content_types**](../../paths/response_body_post_not_response_body_for_content_types/post.md) | +[**post_nul_characters_in_strings_response_body_for_content_types**](../../paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post.md) | +[**post_null_type_matches_only_the_null_object_response_body_for_content_types**](../../paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post.md) | +[**post_number_type_matches_numbers_response_body_for_content_types**](../../paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post.md) | +[**post_object_properties_validation_response_body_for_content_types**](../../paths/response_body_post_object_properties_validation_response_body_for_content_types/post.md) | +[**post_object_type_matches_objects_response_body_for_content_types**](../../paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post.md) | +[**post_oneof_complex_types_response_body_for_content_types**](../../paths/response_body_post_oneof_complex_types_response_body_for_content_types/post.md) | +[**post_oneof_response_body_for_content_types**](../../paths/response_body_post_oneof_response_body_for_content_types/post.md) | +[**post_oneof_with_base_schema_response_body_for_content_types**](../../paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post.md) | +[**post_oneof_with_empty_schema_response_body_for_content_types**](../../paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post.md) | +[**post_oneof_with_required_response_body_for_content_types**](../../paths/response_body_post_oneof_with_required_response_body_for_content_types/post.md) | +[**post_pattern_is_not_anchored_response_body_for_content_types**](../../paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post.md) | +[**post_pattern_validation_response_body_for_content_types**](../../paths/response_body_post_pattern_validation_response_body_for_content_types/post.md) | +[**post_properties_with_escaped_characters_response_body_for_content_types**](../../paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post.md) | +[**post_property_named_ref_that_is_not_a_reference_response_body_for_content_types**](../../paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post.md) | +[**post_ref_in_additionalproperties_response_body_for_content_types**](../../paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post.md) | +[**post_ref_in_allof_response_body_for_content_types**](../../paths/response_body_post_ref_in_allof_response_body_for_content_types/post.md) | +[**post_ref_in_anyof_response_body_for_content_types**](../../paths/response_body_post_ref_in_anyof_response_body_for_content_types/post.md) | +[**post_ref_in_items_response_body_for_content_types**](../../paths/response_body_post_ref_in_items_response_body_for_content_types/post.md) | +[**post_ref_in_not_response_body_for_content_types**](../../paths/response_body_post_ref_in_not_response_body_for_content_types/post.md) | +[**post_ref_in_oneof_response_body_for_content_types**](../../paths/response_body_post_ref_in_oneof_response_body_for_content_types/post.md) | +[**post_ref_in_property_response_body_for_content_types**](../../paths/response_body_post_ref_in_property_response_body_for_content_types/post.md) | +[**post_required_default_validation_response_body_for_content_types**](../../paths/response_body_post_required_default_validation_response_body_for_content_types/post.md) | +[**post_required_validation_response_body_for_content_types**](../../paths/response_body_post_required_validation_response_body_for_content_types/post.md) | +[**post_required_with_empty_array_response_body_for_content_types**](../../paths/response_body_post_required_with_empty_array_response_body_for_content_types/post.md) | +[**post_required_with_escaped_characters_response_body_for_content_types**](../../paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post.md) | +[**post_simple_enum_validation_response_body_for_content_types**](../../paths/response_body_post_simple_enum_validation_response_body_for_content_types/post.md) | +[**post_string_type_matches_strings_response_body_for_content_types**](../../paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post.md) | +[**post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types**](../../paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post.md) | +[**post_uniqueitems_false_validation_response_body_for_content_types**](../../paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post.md) | +[**post_uniqueitems_validation_response_body_for_content_types**](../../paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post.md) | +[**post_uri_format_response_body_for_content_types**](../../paths/response_body_post_uri_format_response_body_for_content_types/post.md) | +[**post_uri_reference_format_response_body_for_content_types**](../../paths/response_body_post_uri_reference_format_response_body_for_content_types/post.md) | +[**post_uri_template_format_response_body_for_content_types**](../../paths/response_body_post_uri_template_format_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md deleted file mode 100644 index 17de3db080b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAdditionalpropertiesAllowsASchemaWhichShouldValidateResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAllowsASchemaWhichShouldValidate](../../../components/schema/additionalproperties_allows_a_schema_which_should_validate.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md deleted file mode 100644 index 35bc53eeb6e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_additionalproperties_are_allowed_by_default_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAdditionalpropertiesAreAllowedByDefaultResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAreAllowedByDefault](../../../components/schema/additionalproperties_are_allowed_by_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_additionalproperties_are_allowed_by_default_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_additionalproperties_are_allowed_by_default_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md deleted file mode 100644 index 6272a5d46d1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_additionalproperties_can_exist_by_itself_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAdditionalpropertiesCanExistByItselfResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesCanExistByItself](../../../components/schema/additionalproperties_can_exist_by_itself.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_additionalproperties_can_exist_by_itself_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_additionalproperties_can_exist_by_itself_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md deleted file mode 100644 index d4e08257c36..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAdditionalpropertiesShouldNotLookInApplicatorsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AdditionalpropertiesShouldNotLookInApplicators](../../../components/schema/additionalproperties_should_not_look_in_applicators.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md deleted file mode 100644 index fe29a17081b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_combined_with_anyof_oneof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofCombinedWithAnyofOneofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofCombinedWithAnyofOneof](../../../components/schema/allof_combined_with_anyof_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_combined_with_anyof_oneof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_allof_combined_with_anyof_oneof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_response_body_for_content_types.md deleted file mode 100644 index 7a421b14abe..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Allof](../../../components/schema/allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_allof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_simple_types_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_simple_types_response_body_for_content_types.md deleted file mode 100644 index 2b69a3fe300..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_simple_types_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_simple_types_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofSimpleTypesResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofSimpleTypes](../../../components/schema/allof_simple_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_simple_types_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_allof_simple_types_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_base_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_base_schema_response_body_for_content_types.md deleted file mode 100644 index 629f93f6887..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_base_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_with_base_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofWithBaseSchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithBaseSchema](../../../components/schema/allof_with_base_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_with_base_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_allof_with_base_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_one_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_one_empty_schema_response_body_for_content_types.md deleted file mode 100644 index 0b846125d61..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_one_empty_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_with_one_empty_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofWithOneEmptySchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithOneEmptySchema](../../../components/schema/allof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_with_one_empty_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_allof_with_one_empty_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md deleted file mode 100644 index 6cd511cd6bf..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_with_the_first_empty_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofWithTheFirstEmptySchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTheFirstEmptySchema](../../../components/schema/allof_with_the_first_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_with_the_first_empty_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_allof_with_the_first_empty_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md deleted file mode 100644 index 8e341759ba9..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_with_the_last_empty_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofWithTheLastEmptySchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTheLastEmptySchema](../../../components/schema/allof_with_the_last_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_with_the_last_empty_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_allof_with_the_last_empty_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md deleted file mode 100644 index c3a7b2a243c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_allof_with_two_empty_schemas_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAllofWithTwoEmptySchemasResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AllofWithTwoEmptySchemas](../../../components/schema/allof_with_two_empty_schemas.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_allof_with_two_empty_schemas_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_allof_with_two_empty_schemas_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_complex_types_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_complex_types_response_body_for_content_types.md deleted file mode 100644 index 91225ffe701..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_complex_types_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_anyof_complex_types_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAnyofComplexTypesResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofComplexTypes](../../../components/schema/anyof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_anyof_complex_types_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_anyof_complex_types_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_response_body_for_content_types.md deleted file mode 100644 index 117115bdf0c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_anyof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAnyofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Anyof](../../../components/schema/anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_anyof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_anyof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_with_base_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_with_base_schema_response_body_for_content_types.md deleted file mode 100644 index 4cedce568b6..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_with_base_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_anyof_with_base_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAnyofWithBaseSchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofWithBaseSchema](../../../components/schema/anyof_with_base_schema.md) | str | str | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_anyof_with_base_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_anyof_with_base_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md deleted file mode 100644 index 8a01e38386a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_anyof_with_one_empty_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postAnyofWithOneEmptySchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[AnyofWithOneEmptySchema](../../../components/schema/anyof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_anyof_with_one_empty_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_anyof_with_one_empty_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_array_type_matches_arrays_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_array_type_matches_arrays_response_body_for_content_types.md deleted file mode 100644 index 6c819ad3760..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_array_type_matches_arrays_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_array_type_matches_arrays_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postArrayTypeMatchesArraysResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ArrayTypeMatchesArrays](../../../components/schema/array_type_matches_arrays.md) | list, tuple | tuple | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_array_type_matches_arrays_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_array_type_matches_arrays_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_boolean_type_matches_booleans_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_boolean_type_matches_booleans_response_body_for_content_types.md deleted file mode 100644 index 3464fc592c4..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_boolean_type_matches_booleans_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_boolean_type_matches_booleans_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postBooleanTypeMatchesBooleansResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[BooleanTypeMatchesBooleans](../../../components/schema/boolean_type_matches_booleans.md) | bool | BoolClass | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_boolean_type_matches_booleans_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_boolean_type_matches_booleans_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_by_int_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_by_int_response_body_for_content_types.md deleted file mode 100644 index a5bf7c7f4e0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_by_int_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_by_int_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postByIntResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ByInt](../../../components/schema/by_int.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_by_int_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_by_int_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_by_number_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_by_number_response_body_for_content_types.md deleted file mode 100644 index 9da037a46ec..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_by_number_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_by_number_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postByNumberResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ByNumber](../../../components/schema/by_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_by_number_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_by_number_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_by_small_number_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_by_small_number_response_body_for_content_types.md deleted file mode 100644 index 58ce3909ffe..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_by_small_number_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_by_small_number_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postBySmallNumberResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[BySmallNumber](../../../components/schema/by_small_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_by_small_number_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_by_small_number_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_date_time_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_date_time_format_response_body_for_content_types.md deleted file mode 100644 index 7a0b6a89f4f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_date_time_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_date_time_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postDateTimeFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[DateTimeFormat](../../../components/schema/date_time_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_date_time_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_date_time_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_email_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_email_format_response_body_for_content_types.md deleted file mode 100644 index 79146c69677..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_email_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_email_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEmailFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EmailFormat](../../../components/schema/email_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_email_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_email_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md deleted file mode 100644 index 188ef3684c8..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enum_with0_does_not_match_false_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumWith0DoesNotMatchFalseResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWith0DoesNotMatchFalse](../../../components/schema/enum_with0_does_not_match_false.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enum_with0_does_not_match_false_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_enum_with0_does_not_match_false_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md deleted file mode 100644 index 4d72f9445ee..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enum_with1_does_not_match_true_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumWith1DoesNotMatchTrueResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWith1DoesNotMatchTrue](../../../components/schema/enum_with1_does_not_match_true.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enum_with1_does_not_match_true_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_enum_with1_does_not_match_true_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with_escaped_characters_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with_escaped_characters_response_body_for_content_types.md deleted file mode 100644 index f53f7f8101a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with_escaped_characters_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enum_with_escaped_characters_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumWithEscapedCharactersResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithEscapedCharacters](../../../components/schema/enum_with_escaped_characters.md) | str | str | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enum_with_escaped_characters_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_enum_with_escaped_characters_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md deleted file mode 100644 index 0f7235e0a91..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enum_with_false_does_not_match0_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumWithFalseDoesNotMatch0ResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithFalseDoesNotMatch0](../../../components/schema/enum_with_false_does_not_match0.md) | bool | BoolClass | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enum_with_false_does_not_match0_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_enum_with_false_does_not_match0_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md deleted file mode 100644 index 42396c72fd1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enum_with_true_does_not_match1_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumWithTrueDoesNotMatch1ResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumWithTrueDoesNotMatch1](../../../components/schema/enum_with_true_does_not_match1.md) | bool | BoolClass | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enum_with_true_does_not_match1_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_enum_with_true_does_not_match1_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enums_in_properties_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enums_in_properties_response_body_for_content_types.md deleted file mode 100644 index c6579022ae3..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_enums_in_properties_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_enums_in_properties_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postEnumsInPropertiesResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[EnumsInProperties](../../../components/schema/enums_in_properties.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_enums_in_properties_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_enums_in_properties_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_forbidden_property_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_forbidden_property_response_body_for_content_types.md deleted file mode 100644 index b832d92c872..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_forbidden_property_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_forbidden_property_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postForbiddenPropertyResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ForbiddenProperty](../../../components/schema/forbidden_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_forbidden_property_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_forbidden_property_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_hostname_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_hostname_format_response_body_for_content_types.md deleted file mode 100644 index ce134c2bccf..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_hostname_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_hostname_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postHostnameFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[HostnameFormat](../../../components/schema/hostname_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_hostname_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_hostname_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_integer_type_matches_integers_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_integer_type_matches_integers_response_body_for_content_types.md deleted file mode 100644 index e1e5b18e081..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_integer_type_matches_integers_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_integer_type_matches_integers_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postIntegerTypeMatchesIntegersResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[IntegerTypeMatchesIntegers](../../../components/schema/integer_type_matches_integers.md) | decimal.Decimal, int | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_integer_type_matches_integers_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_integer_type_matches_integers_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md deleted file mode 100644 index 33e3302b1db..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postInvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf](../../../components/schema/invalid_instance_should_not_raise_error_when_float_division_inf.md) | decimal.Decimal, int | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_invalid_string_value_for_default_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_invalid_string_value_for_default_response_body_for_content_types.md deleted file mode 100644 index 80dc5d753d2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_invalid_string_value_for_default_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_invalid_string_value_for_default_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postInvalidStringValueForDefaultResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[InvalidStringValueForDefault](../../../components/schema/invalid_string_value_for_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_invalid_string_value_for_default_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_invalid_string_value_for_default_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ipv4_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ipv4_format_response_body_for_content_types.md deleted file mode 100644 index 7f481b460b0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ipv4_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ipv4_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postIpv4FormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Ipv4Format](../../../components/schema/ipv4_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ipv4_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_ipv4_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ipv6_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ipv6_format_response_body_for_content_types.md deleted file mode 100644 index f01dce24d14..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ipv6_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ipv6_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postIpv6FormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Ipv6Format](../../../components/schema/ipv6_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ipv6_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_ipv6_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_json_pointer_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_json_pointer_format_response_body_for_content_types.md deleted file mode 100644 index 4eb49649710..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_json_pointer_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_json_pointer_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postJsonPointerFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[JsonPointerFormat](../../../components/schema/json_pointer_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_json_pointer_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_json_pointer_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maximum_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maximum_validation_response_body_for_content_types.md deleted file mode 100644 index 0343f696db1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maximum_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maximum_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaximumValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaximumValidation](../../../components/schema/maximum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maximum_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_maximum_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md deleted file mode 100644 index 7e155360e0d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maximum_validation_with_unsigned_integer_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaximumValidationWithUnsignedIntegerResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaximumValidationWithUnsignedInteger](../../../components/schema/maximum_validation_with_unsigned_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maximum_validation_with_unsigned_integer_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_maximum_validation_with_unsigned_integer_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxitems_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxitems_validation_response_body_for_content_types.md deleted file mode 100644 index 011e007aa8e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxitems_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maxitems_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaxitemsValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxitemsValidation](../../../components/schema/maxitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maxitems_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_maxitems_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxlength_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxlength_validation_response_body_for_content_types.md deleted file mode 100644 index 0a185ea5349..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxlength_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maxlength_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaxlengthValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxlengthValidation](../../../components/schema/maxlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maxlength_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_maxlength_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md deleted file mode 100644 index 5e1c8d6d24d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maxproperties0_means_the_object_is_empty_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaxproperties0MeansTheObjectIsEmptyResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Maxproperties0MeansTheObjectIsEmpty](../../../components/schema/maxproperties0_means_the_object_is_empty.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maxproperties0_means_the_object_is_empty_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_maxproperties0_means_the_object_is_empty_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxproperties_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxproperties_validation_response_body_for_content_types.md deleted file mode 100644 index 1a3970575a4..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_maxproperties_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_maxproperties_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMaxpropertiesValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MaxpropertiesValidation](../../../components/schema/maxproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_maxproperties_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_maxproperties_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minimum_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minimum_validation_response_body_for_content_types.md deleted file mode 100644 index 1ae2f034192..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minimum_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_minimum_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMinimumValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinimumValidation](../../../components/schema/minimum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_minimum_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_minimum_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md deleted file mode 100644 index 141bd9891d2..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_minimum_validation_with_signed_integer_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMinimumValidationWithSignedIntegerResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinimumValidationWithSignedInteger](../../../components/schema/minimum_validation_with_signed_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_minimum_validation_with_signed_integer_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_minimum_validation_with_signed_integer_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minitems_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minitems_validation_response_body_for_content_types.md deleted file mode 100644 index 9ddcb5d9b82..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minitems_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_minitems_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMinitemsValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinitemsValidation](../../../components/schema/minitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_minitems_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_minitems_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minlength_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minlength_validation_response_body_for_content_types.md deleted file mode 100644 index e76c71dbbcd..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minlength_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_minlength_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMinlengthValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinlengthValidation](../../../components/schema/minlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_minlength_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_minlength_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minproperties_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minproperties_validation_response_body_for_content_types.md deleted file mode 100644 index 6e4f8fc4e56..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_minproperties_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_minproperties_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postMinpropertiesValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[MinpropertiesValidation](../../../components/schema/minproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_minproperties_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_minproperties_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md deleted file mode 100644 index 0d828a255ea..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_nested_allof_to_check_validation_semantics_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNestedAllofToCheckValidationSemanticsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedAllofToCheckValidationSemantics](../../../components/schema/nested_allof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_nested_allof_to_check_validation_semantics_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_nested_allof_to_check_validation_semantics_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md deleted file mode 100644 index e42712bc457..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_nested_anyof_to_check_validation_semantics_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNestedAnyofToCheckValidationSemanticsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedAnyofToCheckValidationSemantics](../../../components/schema/nested_anyof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_nested_anyof_to_check_validation_semantics_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_nested_anyof_to_check_validation_semantics_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_items_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_items_response_body_for_content_types.md deleted file mode 100644 index 7a4094cbc32..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_items_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_nested_items_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNestedItemsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedItems](../../../components/schema/nested_items.md) | list, tuple | tuple | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_nested_items_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_nested_items_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md deleted file mode 100644 index 22459014dc7..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_nested_oneof_to_check_validation_semantics_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNestedOneofToCheckValidationSemanticsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NestedOneofToCheckValidationSemantics](../../../components/schema/nested_oneof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_nested_oneof_to_check_validation_semantics_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_nested_oneof_to_check_validation_semantics_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_not_more_complex_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_not_more_complex_schema_response_body_for_content_types.md deleted file mode 100644 index 7331e547110..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_not_more_complex_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_not_more_complex_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNotMoreComplexSchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NotMoreComplexSchema](../../../components/schema/not_more_complex_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_not_more_complex_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_not_more_complex_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_not_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_not_response_body_for_content_types.md deleted file mode 100644 index b589417dbc0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_not_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_not_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNotResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[_Not](../../../components/schema/_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_not_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_not_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nul_characters_in_strings_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nul_characters_in_strings_response_body_for_content_types.md deleted file mode 100644 index c718c95869c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_nul_characters_in_strings_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_nul_characters_in_strings_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNulCharactersInStringsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NulCharactersInStrings](../../../components/schema/nul_characters_in_strings.md) | str | str | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_nul_characters_in_strings_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_nul_characters_in_strings_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md deleted file mode 100644 index 42e31697bc9..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_null_type_matches_only_the_null_object_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNullTypeMatchesOnlyTheNullObjectResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NullTypeMatchesOnlyTheNullObject](../../../components/schema/null_type_matches_only_the_null_object.md) | None | NoneClass | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_null_type_matches_only_the_null_object_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_null_type_matches_only_the_null_object_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_number_type_matches_numbers_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_number_type_matches_numbers_response_body_for_content_types.md deleted file mode 100644 index d7bdf70bec5..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_number_type_matches_numbers_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_number_type_matches_numbers_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNumberTypeMatchesNumbersResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NumberTypeMatchesNumbers](../../../components/schema/number_type_matches_numbers.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_number_type_matches_numbers_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_number_type_matches_numbers_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_object_properties_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_object_properties_validation_response_body_for_content_types.md deleted file mode 100644 index d89cfd0b77f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_object_properties_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_object_properties_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postObjectPropertiesValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ObjectPropertiesValidation](../../../components/schema/object_properties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_object_properties_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_object_properties_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_object_type_matches_objects_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_object_type_matches_objects_response_body_for_content_types.md deleted file mode 100644 index c1ed73ca24b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_object_type_matches_objects_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_object_type_matches_objects_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postObjectTypeMatchesObjectsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ObjectTypeMatchesObjects](../../../components/schema/object_type_matches_objects.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_object_type_matches_objects_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_object_type_matches_objects_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_complex_types_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_complex_types_response_body_for_content_types.md deleted file mode 100644 index 8abbdf6f129..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_complex_types_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_oneof_complex_types_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postOneofComplexTypesResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofComplexTypes](../../../components/schema/oneof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_oneof_complex_types_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_oneof_complex_types_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_response_body_for_content_types.md deleted file mode 100644 index 897f3371c57..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_oneof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postOneofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[Oneof](../../../components/schema/oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_oneof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_oneof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_base_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_base_schema_response_body_for_content_types.md deleted file mode 100644 index 40b642a254d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_base_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_oneof_with_base_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postOneofWithBaseSchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithBaseSchema](../../../components/schema/oneof_with_base_schema.md) | str | str | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_oneof_with_base_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_oneof_with_base_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_empty_schema_response_body_for_content_types.md deleted file mode 100644 index 0bc4427b7d1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_empty_schema_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_oneof_with_empty_schema_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postOneofWithEmptySchemaResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithEmptySchema](../../../components/schema/oneof_with_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_oneof_with_empty_schema_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_oneof_with_empty_schema_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_required_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_required_response_body_for_content_types.md deleted file mode 100644 index 2c5e0fffa3f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_oneof_with_required_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_oneof_with_required_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postOneofWithRequiredResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[OneofWithRequired](../../../components/schema/oneof_with_required.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_oneof_with_required_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_oneof_with_required_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_pattern_is_not_anchored_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_pattern_is_not_anchored_response_body_for_content_types.md deleted file mode 100644 index dc233c84b44..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_pattern_is_not_anchored_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_pattern_is_not_anchored_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postPatternIsNotAnchoredResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PatternIsNotAnchored](../../../components/schema/pattern_is_not_anchored.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_pattern_is_not_anchored_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_pattern_is_not_anchored_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_pattern_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_pattern_validation_response_body_for_content_types.md deleted file mode 100644 index ae2d41b5a2d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_pattern_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_pattern_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postPatternValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PatternValidation](../../../components/schema/pattern_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_pattern_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_pattern_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_properties_with_escaped_characters_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_properties_with_escaped_characters_response_body_for_content_types.md deleted file mode 100644 index 0639d86444d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_properties_with_escaped_characters_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_properties_with_escaped_characters_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postPropertiesWithEscapedCharactersResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PropertiesWithEscapedCharacters](../../../components/schema/properties_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_properties_with_escaped_characters_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_properties_with_escaped_characters_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md deleted file mode 100644 index 24e8b035524..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_property_named_ref_that_is_not_a_reference_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postPropertyNamedRefThatIsNotAReferenceResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[PropertyNamedRefThatIsNotAReference](../../../components/schema/property_named_ref_that_is_not_a_reference.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_property_named_ref_that_is_not_a_reference_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_property_named_ref_that_is_not_a_reference_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_additionalproperties_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_additionalproperties_response_body_for_content_types.md deleted file mode 100644 index de546003978..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_additionalproperties_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_additionalproperties_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInAdditionalpropertiesResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAdditionalproperties](../../../components/schema/ref_in_additionalproperties.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_additionalproperties_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_ref_in_additionalproperties_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_allof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_allof_response_body_for_content_types.md deleted file mode 100644 index a0e52fad298..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_allof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_allof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInAllofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAllof](../../../components/schema/ref_in_allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_allof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_ref_in_allof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_anyof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_anyof_response_body_for_content_types.md deleted file mode 100644 index d2b48d83be3..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_anyof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_anyof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInAnyofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInAnyof](../../../components/schema/ref_in_anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_anyof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_ref_in_anyof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_items_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_items_response_body_for_content_types.md deleted file mode 100644 index 08591c42e9d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_items_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_items_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInItemsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInItems](../../../components/schema/ref_in_items.md) | list, tuple | tuple | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_items_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_ref_in_items_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_not_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_not_response_body_for_content_types.md deleted file mode 100644 index 62ec25cbbab..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_not_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_not_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInNotResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInNot](../../../components/schema/ref_in_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_not_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_ref_in_not_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_oneof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_oneof_response_body_for_content_types.md deleted file mode 100644 index ab7dcf47d57..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_oneof_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_oneof_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInOneofResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInOneof](../../../components/schema/ref_in_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_oneof_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_ref_in_oneof_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_property_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_property_response_body_for_content_types.md deleted file mode 100644 index 88148f8a6a3..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_ref_in_property_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_ref_in_property_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRefInPropertyResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RefInProperty](../../../components/schema/ref_in_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_ref_in_property_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_ref_in_property_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_default_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_default_validation_response_body_for_content_types.md deleted file mode 100644 index 3903e0dce3d..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_default_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_required_default_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRequiredDefaultValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredDefaultValidation](../../../components/schema/required_default_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_required_default_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_required_default_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_validation_response_body_for_content_types.md deleted file mode 100644 index 4ad4613dc2e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_required_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRequiredValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredValidation](../../../components/schema/required_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_required_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_required_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_with_empty_array_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_with_empty_array_response_body_for_content_types.md deleted file mode 100644 index 2a137f5d152..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_with_empty_array_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_required_with_empty_array_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRequiredWithEmptyArrayResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredWithEmptyArray](../../../components/schema/required_with_empty_array.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_required_with_empty_array_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_required_with_empty_array_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_with_escaped_characters_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_with_escaped_characters_response_body_for_content_types.md deleted file mode 100644 index 225836af65b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_required_with_escaped_characters_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_required_with_escaped_characters_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postRequiredWithEscapedCharactersResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[RequiredWithEscapedCharacters](../../../components/schema/required_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_required_with_escaped_characters_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_required_with_escaped_characters_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_simple_enum_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_simple_enum_validation_response_body_for_content_types.md deleted file mode 100644 index 7a03d38177c..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_simple_enum_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_simple_enum_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postSimpleEnumValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[SimpleEnumValidation](../../../components/schema/simple_enum_validation.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_simple_enum_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_simple_enum_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_string_type_matches_strings_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_string_type_matches_strings_response_body_for_content_types.md deleted file mode 100644 index 3990c378c2f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_string_type_matches_strings_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_string_type_matches_strings_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postStringTypeMatchesStringsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[StringTypeMatchesStrings](../../../components/schema/string_type_matches_strings.md) | str | str | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_string_type_matches_strings_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_string_type_matches_strings_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md deleted file mode 100644 index 0c9ca7ac8d1..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postTheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing](../../../components/schema/the_default_keyword_does_not_do_anything_if_the_property_is_missing.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uniqueitems_false_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uniqueitems_false_validation_response_body_for_content_types.md deleted file mode 100644 index 4ea72a3f385..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uniqueitems_false_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_uniqueitems_false_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postUniqueitemsFalseValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UniqueitemsFalseValidation](../../../components/schema/uniqueitems_false_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_uniqueitems_false_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_uniqueitems_false_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uniqueitems_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uniqueitems_validation_response_body_for_content_types.md deleted file mode 100644 index 320d39d304e..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uniqueitems_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_uniqueitems_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postUniqueitemsValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UniqueitemsValidation](../../../components/schema/uniqueitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_uniqueitems_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_uniqueitems_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uri_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uri_format_response_body_for_content_types.md deleted file mode 100644 index 09710e0dad0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uri_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_uri_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postUriFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriFormat](../../../components/schema/uri_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_uri_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_uri_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uri_reference_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uri_reference_format_response_body_for_content_types.md deleted file mode 100644 index f0d6e729dbb..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uri_reference_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_uri_reference_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postUriReferenceFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriReferenceFormat](../../../components/schema/uri_reference_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_uri_reference_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_uri_reference_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uri_template_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uri_template_format_response_body_for_content_types.md deleted file mode 100644 index 535a735a7ab..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/response_content_content_type_schema_api/post_uri_template_format_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_uri_template_format_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postUriTemplateFormatResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UriTemplateFormat](../../../components/schema/uri_template_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import response_content_content_type_schema_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = response_content_content_type_schema_api.ResponseContentContentTypeSchemaApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_uri_template_format_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling ResponseContentContentTypeSchemaApi->post_uri_template_format_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../response_content_content_type_schema_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api.md index 9f6038ce678..547c75e6739 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api.md @@ -9,19 +9,19 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_array_type_matches_arrays_request_body**](type_api/post_array_type_matches_arrays_request_body.md) | -[**post_array_type_matches_arrays_response_body_for_content_types**](type_api/post_array_type_matches_arrays_response_body_for_content_types.md) | -[**post_boolean_type_matches_booleans_request_body**](type_api/post_boolean_type_matches_booleans_request_body.md) | -[**post_boolean_type_matches_booleans_response_body_for_content_types**](type_api/post_boolean_type_matches_booleans_response_body_for_content_types.md) | -[**post_integer_type_matches_integers_request_body**](type_api/post_integer_type_matches_integers_request_body.md) | -[**post_integer_type_matches_integers_response_body_for_content_types**](type_api/post_integer_type_matches_integers_response_body_for_content_types.md) | -[**post_null_type_matches_only_the_null_object_request_body**](type_api/post_null_type_matches_only_the_null_object_request_body.md) | -[**post_null_type_matches_only_the_null_object_response_body_for_content_types**](type_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md) | -[**post_number_type_matches_numbers_request_body**](type_api/post_number_type_matches_numbers_request_body.md) | -[**post_number_type_matches_numbers_response_body_for_content_types**](type_api/post_number_type_matches_numbers_response_body_for_content_types.md) | -[**post_object_type_matches_objects_request_body**](type_api/post_object_type_matches_objects_request_body.md) | -[**post_object_type_matches_objects_response_body_for_content_types**](type_api/post_object_type_matches_objects_response_body_for_content_types.md) | -[**post_string_type_matches_strings_request_body**](type_api/post_string_type_matches_strings_request_body.md) | -[**post_string_type_matches_strings_response_body_for_content_types**](type_api/post_string_type_matches_strings_response_body_for_content_types.md) | +[**post_array_type_matches_arrays_request_body**](../../paths/request_body_post_array_type_matches_arrays_request_body/post.md) | +[**post_array_type_matches_arrays_response_body_for_content_types**](../../paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post.md) | +[**post_boolean_type_matches_booleans_request_body**](../../paths/request_body_post_boolean_type_matches_booleans_request_body/post.md) | +[**post_boolean_type_matches_booleans_response_body_for_content_types**](../../paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post.md) | +[**post_integer_type_matches_integers_request_body**](../../paths/request_body_post_integer_type_matches_integers_request_body/post.md) | +[**post_integer_type_matches_integers_response_body_for_content_types**](../../paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post.md) | +[**post_null_type_matches_only_the_null_object_request_body**](../../paths/request_body_post_null_type_matches_only_the_null_object_request_body/post.md) | +[**post_null_type_matches_only_the_null_object_response_body_for_content_types**](../../paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post.md) | +[**post_number_type_matches_numbers_request_body**](../../paths/request_body_post_number_type_matches_numbers_request_body/post.md) | +[**post_number_type_matches_numbers_response_body_for_content_types**](../../paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post.md) | +[**post_object_type_matches_objects_request_body**](../../paths/request_body_post_object_type_matches_objects_request_body/post.md) | +[**post_object_type_matches_objects_response_body_for_content_types**](../../paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post.md) | +[**post_string_type_matches_strings_request_body**](../../paths/request_body_post_string_type_matches_strings_request_body/post.md) | +[**post_string_type_matches_strings_response_body_for_content_types**](../../paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_array_type_matches_arrays_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_array_type_matches_arrays_request_body.md deleted file mode 100644 index 16bcd0ee5d5..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_array_type_matches_arrays_request_body.md +++ /dev/null @@ -1,100 +0,0 @@ - -# **post_array_type_matches_arrays_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postArrayTypeMatchesArraysRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), list, tuple] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ArrayTypeMatchesArrays](../../../components/schema/array_type_matches_arrays.md) | list, tuple | tuple | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import type_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = type_api.TypeApi(api_client) - - # example passing only required values which don't have defaults set - body = array_type_matches_arrays.ArrayTypeMatchesArrays([ - None - ]) - try: - api_response = api_instance.post_array_type_matches_arrays_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling TypeApi->post_array_type_matches_arrays_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../type_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_array_type_matches_arrays_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_array_type_matches_arrays_response_body_for_content_types.md deleted file mode 100644 index 5c60bf887c0..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_array_type_matches_arrays_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_array_type_matches_arrays_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postArrayTypeMatchesArraysResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ArrayTypeMatchesArrays](../../../components/schema/array_type_matches_arrays.md) | list, tuple | tuple | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import type_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = type_api.TypeApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_array_type_matches_arrays_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling TypeApi->post_array_type_matches_arrays_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../type_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_boolean_type_matches_booleans_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_boolean_type_matches_booleans_request_body.md deleted file mode 100644 index 960cae22194..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_boolean_type_matches_booleans_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_boolean_type_matches_booleans_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postBooleanTypeMatchesBooleansRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), bool] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[BooleanTypeMatchesBooleans](../../../components/schema/boolean_type_matches_booleans.md) | bool | BoolClass | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import type_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = type_api.TypeApi(api_client) - - # example passing only required values which don't have defaults set - body = boolean_type_matches_booleans.BooleanTypeMatchesBooleans(True) - try: - api_response = api_instance.post_boolean_type_matches_booleans_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling TypeApi->post_boolean_type_matches_booleans_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../type_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_boolean_type_matches_booleans_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_boolean_type_matches_booleans_response_body_for_content_types.md deleted file mode 100644 index 58bb8ebf6c6..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_boolean_type_matches_booleans_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_boolean_type_matches_booleans_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postBooleanTypeMatchesBooleansResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[BooleanTypeMatchesBooleans](../../../components/schema/boolean_type_matches_booleans.md) | bool | BoolClass | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import type_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = type_api.TypeApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_boolean_type_matches_booleans_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling TypeApi->post_boolean_type_matches_booleans_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../type_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_integer_type_matches_integers_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_integer_type_matches_integers_request_body.md deleted file mode 100644 index 1dc2130d07f..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_integer_type_matches_integers_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_integer_type_matches_integers_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postIntegerTypeMatchesIntegersRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[IntegerTypeMatchesIntegers](../../../components/schema/integer_type_matches_integers.md) | decimal.Decimal, int | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import type_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = type_api.TypeApi(api_client) - - # example passing only required values which don't have defaults set - body = integer_type_matches_integers.IntegerTypeMatchesIntegers(1) - try: - api_response = api_instance.post_integer_type_matches_integers_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling TypeApi->post_integer_type_matches_integers_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../type_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_integer_type_matches_integers_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_integer_type_matches_integers_response_body_for_content_types.md deleted file mode 100644 index 501c06fdb32..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_integer_type_matches_integers_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_integer_type_matches_integers_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postIntegerTypeMatchesIntegersResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[IntegerTypeMatchesIntegers](../../../components/schema/integer_type_matches_integers.md) | decimal.Decimal, int | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import type_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = type_api.TypeApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_integer_type_matches_integers_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling TypeApi->post_integer_type_matches_integers_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../type_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_null_type_matches_only_the_null_object_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_null_type_matches_only_the_null_object_request_body.md deleted file mode 100644 index 55a6baf025a..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_null_type_matches_only_the_null_object_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_null_type_matches_only_the_null_object_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNullTypeMatchesOnlyTheNullObjectRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), None] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NullTypeMatchesOnlyTheNullObject](../../../components/schema/null_type_matches_only_the_null_object.md) | None | NoneClass | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import type_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = type_api.TypeApi(api_client) - - # example passing only required values which don't have defaults set - body = null_type_matches_only_the_null_object.NullTypeMatchesOnlyTheNullObject(None) - try: - api_response = api_instance.post_null_type_matches_only_the_null_object_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling TypeApi->post_null_type_matches_only_the_null_object_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../type_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md deleted file mode 100644 index b7191ab13fe..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_null_type_matches_only_the_null_object_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNullTypeMatchesOnlyTheNullObjectResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NullTypeMatchesOnlyTheNullObject](../../../components/schema/null_type_matches_only_the_null_object.md) | None | NoneClass | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import type_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = type_api.TypeApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_null_type_matches_only_the_null_object_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling TypeApi->post_null_type_matches_only_the_null_object_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../type_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_number_type_matches_numbers_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_number_type_matches_numbers_request_body.md deleted file mode 100644 index 5d2a24c4812..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_number_type_matches_numbers_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_number_type_matches_numbers_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postNumberTypeMatchesNumbersRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), decimal.Decimal, int, float] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NumberTypeMatchesNumbers](../../../components/schema/number_type_matches_numbers.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import type_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = type_api.TypeApi(api_client) - - # example passing only required values which don't have defaults set - body = number_type_matches_numbers.NumberTypeMatchesNumbers(3.14) - try: - api_response = api_instance.post_number_type_matches_numbers_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling TypeApi->post_number_type_matches_numbers_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../type_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_number_type_matches_numbers_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_number_type_matches_numbers_response_body_for_content_types.md deleted file mode 100644 index a40a4f170ad..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_number_type_matches_numbers_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_number_type_matches_numbers_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postNumberTypeMatchesNumbersResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[NumberTypeMatchesNumbers](../../../components/schema/number_type_matches_numbers.md) | decimal.Decimal, int, float | decimal.Decimal | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import type_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = type_api.TypeApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_number_type_matches_numbers_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling TypeApi->post_number_type_matches_numbers_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../type_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_object_type_matches_objects_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_object_type_matches_objects_request_body.md deleted file mode 100644 index 36c42940884..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_object_type_matches_objects_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_object_type_matches_objects_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postObjectTypeMatchesObjectsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ObjectTypeMatchesObjects](../../../components/schema/object_type_matches_objects.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import type_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = type_api.TypeApi(api_client) - - # example passing only required values which don't have defaults set - body = object_type_matches_objects.ObjectTypeMatchesObjects() - try: - api_response = api_instance.post_object_type_matches_objects_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling TypeApi->post_object_type_matches_objects_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../type_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_object_type_matches_objects_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_object_type_matches_objects_response_body_for_content_types.md deleted file mode 100644 index eb20565f907..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_object_type_matches_objects_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_object_type_matches_objects_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postObjectTypeMatchesObjectsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[ObjectTypeMatchesObjects](../../../components/schema/object_type_matches_objects.md) | dict, frozendict.frozendict | frozendict.frozendict | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import type_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = type_api.TypeApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_object_type_matches_objects_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling TypeApi->post_object_type_matches_objects_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../type_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_string_type_matches_strings_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_string_type_matches_strings_request_body.md deleted file mode 100644 index 6719fe3e98b..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_string_type_matches_strings_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_string_type_matches_strings_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postStringTypeMatchesStringsRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), str] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[StringTypeMatchesStrings](../../../components/schema/string_type_matches_strings.md) | str | str | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import type_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = type_api.TypeApi(api_client) - - # example passing only required values which don't have defaults set - body = string_type_matches_strings.StringTypeMatchesStrings("string_example") - try: - api_response = api_instance.post_string_type_matches_strings_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling TypeApi->post_string_type_matches_strings_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../type_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_string_type_matches_strings_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_string_type_matches_strings_response_body_for_content_types.md deleted file mode 100644 index f6351fc6a40..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/type_api/post_string_type_matches_strings_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_string_type_matches_strings_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postStringTypeMatchesStringsResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[StringTypeMatchesStrings](../../../components/schema/string_type_matches_strings.md) | str | str | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import type_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = type_api.TypeApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_string_type_matches_strings_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling TypeApi->post_string_type_matches_strings_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../type_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api.md index 90a00a6adec..8c687b43559 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api.md @@ -9,9 +9,9 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_uniqueitems_false_validation_request_body**](unique_items_api/post_uniqueitems_false_validation_request_body.md) | -[**post_uniqueitems_false_validation_response_body_for_content_types**](unique_items_api/post_uniqueitems_false_validation_response_body_for_content_types.md) | -[**post_uniqueitems_validation_request_body**](unique_items_api/post_uniqueitems_validation_request_body.md) | -[**post_uniqueitems_validation_response_body_for_content_types**](unique_items_api/post_uniqueitems_validation_response_body_for_content_types.md) | +[**post_uniqueitems_false_validation_request_body**](../../paths/request_body_post_uniqueitems_false_validation_request_body/post.md) | +[**post_uniqueitems_false_validation_response_body_for_content_types**](../../paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post.md) | +[**post_uniqueitems_validation_request_body**](../../paths/request_body_post_uniqueitems_validation_request_body/post.md) | +[**post_uniqueitems_validation_response_body_for_content_types**](../../paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_false_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_false_validation_request_body.md deleted file mode 100644 index ef70fbb06bd..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_false_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_uniqueitems_false_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postUniqueitemsFalseValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UniqueitemsFalseValidation](../../../components/schema/uniqueitems_false_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import unique_items_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = unique_items_api.UniqueItemsApi(api_client) - - # example passing only required values which don't have defaults set - body = uniqueitems_false_validation.UniqueitemsFalseValidation(None) - try: - api_response = api_instance.post_uniqueitems_false_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling UniqueItemsApi->post_uniqueitems_false_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../unique_items_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_false_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_false_validation_response_body_for_content_types.md deleted file mode 100644 index 2d567d9abdf..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_false_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_uniqueitems_false_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postUniqueitemsFalseValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UniqueitemsFalseValidation](../../../components/schema/uniqueitems_false_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import unique_items_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = unique_items_api.UniqueItemsApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_uniqueitems_false_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling UniqueItemsApi->post_uniqueitems_false_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../unique_items_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_validation_request_body.md deleted file mode 100644 index 80082085dad..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_validation_request_body.md +++ /dev/null @@ -1,98 +0,0 @@ - -# **post_uniqueitems_validation_request_body** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/requestBody/postUniqueitemsValidationRequestBody" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | -content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -### RequestBody - -#### Content Type To Schema -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) - -#### RequestBody content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UniqueitemsValidation](../../../components/schema/uniqueitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -body | Unset | body was not defined | -headers | Unset | headers were not defined | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import unique_items_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = unique_items_api.UniqueItemsApi(api_client) - - # example passing only required values which don't have defaults set - body = uniqueitems_validation.UniqueitemsValidation(None) - try: - api_response = api_instance.post_uniqueitems_validation_request_body( - body=body, - ) - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling UniqueItemsApi->post_uniqueitems_validation_request_body: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../unique_items_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_validation_response_body_for_content_types.md deleted file mode 100644 index 5ab63aa0159..00000000000 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/unique_items_api/post_uniqueitems_validation_response_body_for_content_types.md +++ /dev/null @@ -1,93 +0,0 @@ - -# **post_uniqueitems_validation_response_body_for_content_types** - -## Table of Contents -- [General Info](#general-info) -- [Arguments](#arguments) -- [Return Types](#return-types) -- [Servers](#servers) -- [Code Sample](#code-sample) - -## General Info -| Field | Value | -| ----- | ----- | -| Path | "/responseBody/postUniqueitemsValidationResponseBodyForContentTypes" | -| HTTP Method | post | - -## Arguments - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -accept_content_types | typing.Tuple[str] | default is ("application/json", ) | Tells the server the content type(s) that are accepted by the client -server_index | typing.Optional[int] | default is None | Allows one to select a different server -stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file -timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client -skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned - -## Return Types - -HTTP Status Code | Class | Description -------------- | ------------- | ------------- -n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned -200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success - -## ResponseFor200 - -### Description -success - -### ResponseFor200 response_cls -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -response | urllib3.HTTPResponse | Raw response | -[body](#responsefor200-body) | [content.application_json.schema](#responsefor200-content-applicationjson-schema) | | -headers | Unset | headers were not defined | - -### ResponseFor200 Body -Content-Type | Schema ------------- | ------- -"application/json" | [content.application_json.Schema](#responsefor200-content-applicationjson-schema) - -### Body Details -#### ResponseFor200 content ApplicationJson Schema - -##### Type Info -Ref Class | Input Type | Accessed Type | Description ---------- | ---------- | ------------- | ------------ -[UniqueitemsValidation](../../../components/schema/uniqueitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | - -## Servers - -Set the available servers by defining your used servers in ApiConfiguration.server_info -Then select your server by setting a server index in ApiConfiguration.server_index_info or by -passing server_index in to the endpoint method. -- these servers are the general api servers -- defaults to server_index=0, server.url = https://someserver.com/v1 - -server_index | Class | Description ------------- | ----- | ------------ -0 | [Server0](../../../servers/server_0.md) | - -## Code Sample - -```python -import unit_test_api -from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import unique_items_api -from pprint import pprint -used_configuration = api_configuration.ApiConfiguration( -) -# Enter a context with an instance of the API client -with unit_test_api.ApiClient(used_configuration) as api_client: - # Create an instance of the API class - api_instance = unique_items_api.UniqueItemsApi(api_client) - - # example, this endpoint has no required or optional parameters - try: - api_response = api_instance.post_uniqueitems_validation_response_body_for_content_types() - pprint(api_response) - except unit_test_api.ApiException as e: - print("Exception when calling UniqueItemsApi->post_uniqueitems_validation_response_body_for_content_types: %s\n" % e) -``` - -[[Back to top]](#top) [[Back to API]](../unique_items_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post.md index ca89caee25a..727e8c3600d 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_additionalproperties_allows_a_schema_which_should_validate_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_additionalproperties_allows_a_schema_which_should_validate_request_body** +unit_test_api.paths.request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_additionalproperties_allows_a_schema_which_should_validate_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_additionalproperties_allows_a_schema_which_should_validate_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_additionalproperties_allows_a_schema_which_should_validate_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_additionalproperties_allows_a_schema_which_should_validate_request_body | [AdditionalPropertiesApi](../../apis/tags/additional_properties_api.md) | This api is only for tag=additionalProperties | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAdditionalpropertiesAllowsASchemaWhichShouldValidateRequestBody | This api is only for path=/requestBody/postAdditionalpropertiesAllowsASchemaWhichShouldValidateRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAllowsASchemaWhichShouldValidate](../../../components/schema/additionalproperties_allows_a_schema_which_should_validate.md) | dict, frozendict.frozendict | frozendict.frozendict | +[AdditionalpropertiesAllowsASchemaWhichShouldValidate](../../components/schema/additionalproperties_allows_a_schema_which_should_validate.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Return Types @@ -98,4 +107,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_additionalproperties_allows_a_schema_which_should_validate_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AdditionalPropertiesApi API]](../../apis/tags/additional_properties_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post.md new file mode 100644 index 00000000000..9ad970ee4c1 --- /dev/null +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post.md @@ -0,0 +1,112 @@ +unit_test_api.paths.request_body_post_additionalproperties_are_allowed_by_default_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_additionalproperties_are_allowed_by_default_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_additionalproperties_are_allowed_by_default_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_additionalproperties_are_allowed_by_default_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_additionalproperties_are_allowed_by_default_request_body | [AdditionalPropertiesApi](../../apis/tags/additional_properties_api.md) | This api is only for tag=additionalProperties | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAdditionalpropertiesAreAllowedByDefaultRequestBody | This api is only for path=/requestBody/postAdditionalpropertiesAreAllowedByDefaultRequestBody | + +## Table of Contents +- [General Info](#general-info) +- [Arguments](#arguments) +- [Return Types](#return-types) +- [Servers](#servers) +- [Code Sample](#code-sample) + +## General Info +| Field | Value | +| ----- | ----- | +| Path | "/requestBody/postAdditionalpropertiesAreAllowedByDefaultRequestBody" | +| HTTP Method | post | + +## Arguments + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- +[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | +content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body +server_index | typing.Optional[int] | default is None | Allows one to select a different server +stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file +timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client +skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned + +### RequestBody + +#### Content Type To Schema +Content-Type | Schema +------------ | ------- +"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) + +#### RequestBody content ApplicationJson Schema + +##### Type Info +Ref Class | Input Type | Accessed Type | Description +--------- | ---------- | ------------- | ------------ +[AdditionalpropertiesAreAllowedByDefault](../../components/schema/additionalproperties_are_allowed_by_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | + +## Return Types + +HTTP Status Code | Class | Description +------------- | ------------- | ------------- +n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned +200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success + +## ResponseFor200 + +### Description +success + +### ResponseFor200 response_cls +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- +response | urllib3.HTTPResponse | Raw response | +body | Unset | body was not defined | +headers | Unset | headers were not defined | + +## Servers + +Set the available servers by defining your used servers in ApiConfiguration.server_info +Then select your server by setting a server index in ApiConfiguration.server_index_info or by +passing server_index in to the endpoint method. +- these servers are the general api servers +- defaults to server_index=0, server.url = https://someserver.com/v1 + +server_index | Class | Description +------------ | ----- | ------------ +0 | [Server0](../../../servers/server_0.md) | + +## Code Sample + +```python +import unit_test_api +from unit_test_api.configurations import api_configuration +from unit_test_api.apis.tags import operation_request_body_api +from pprint import pprint +used_configuration = api_configuration.ApiConfiguration( +) +# Enter a context with an instance of the API client +with unit_test_api.ApiClient(used_configuration) as api_client: + # Create an instance of the API class + api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) + + # example passing only required values which don't have defaults set + body = additionalproperties_are_allowed_by_default.AdditionalpropertiesAreAllowedByDefault(None) + try: + api_response = api_instance.post_additionalproperties_are_allowed_by_default_request_body( + body=body, + ) + pprint(api_response) + except unit_test_api.ApiException as e: + print("Exception when calling OperationRequestBodyApi->post_additionalproperties_are_allowed_by_default_request_body: %s\n" % e) +``` + +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AdditionalPropertiesApi API]](../../apis/tags/additional_properties_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_additionalproperties_can_exist_by_itself_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_additionalproperties_can_exist_by_itself_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post.md index adcf070ac7e..aded269ceea 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_additionalproperties_can_exist_by_itself_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_additionalproperties_can_exist_by_itself_request_body** +unit_test_api.paths.request_body_post_additionalproperties_can_exist_by_itself_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_additionalproperties_can_exist_by_itself_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_additionalproperties_can_exist_by_itself_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_additionalproperties_can_exist_by_itself_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_additionalproperties_can_exist_by_itself_request_body | [AdditionalPropertiesApi](../../apis/tags/additional_properties_api.md) | This api is only for tag=additionalProperties | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAdditionalpropertiesCanExistByItselfRequestBody | This api is only for path=/requestBody/postAdditionalpropertiesCanExistByItselfRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AdditionalpropertiesCanExistByItself](../../../components/schema/additionalproperties_can_exist_by_itself.md) | dict, frozendict.frozendict | frozendict.frozendict | +[AdditionalpropertiesCanExistByItself](../../components/schema/additionalproperties_can_exist_by_itself.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Return Types @@ -97,4 +106,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_additionalproperties_can_exist_by_itself_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AdditionalPropertiesApi API]](../../apis/tags/additional_properties_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_should_not_look_in_applicators_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post.md similarity index 62% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_should_not_look_in_applicators_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post.md index e45b56d1be7..229c81ab21e 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/additional_properties_api/post_additionalproperties_should_not_look_in_applicators_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_additionalproperties_should_not_look_in_applicators_request_body** +unit_test_api.paths.request_body_post_additionalproperties_should_not_look_in_applicators_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_additionalproperties_should_not_look_in_applicators_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_additionalproperties_should_not_look_in_applicators_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_additionalproperties_should_not_look_in_applicators_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_additionalproperties_should_not_look_in_applicators_request_body | [AdditionalPropertiesApi](../../apis/tags/additional_properties_api.md) | This api is only for tag=additionalProperties | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAdditionalpropertiesShouldNotLookInApplicatorsRequestBody | This api is only for path=/requestBody/postAdditionalpropertiesShouldNotLookInApplicatorsRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AdditionalpropertiesShouldNotLookInApplicators](../../../components/schema/additionalproperties_should_not_look_in_applicators.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AdditionalpropertiesShouldNotLookInApplicators](../../components/schema/additionalproperties_should_not_look_in_applicators.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -75,14 +84,14 @@ server_index | Class | Description ```python import unit_test_api from unit_test_api.configurations import api_configuration -from unit_test_api.apis.tags import additional_properties_api +from unit_test_api.apis.tags import operation_request_body_api from pprint import pprint used_configuration = api_configuration.ApiConfiguration( ) # Enter a context with an instance of the API client with unit_test_api.ApiClient(used_configuration) as api_client: # Create an instance of the API class - api_instance = additional_properties_api.AdditionalPropertiesApi(api_client) + api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) # example passing only required values which don't have defaults set body = additionalproperties_should_not_look_in_applicators.AdditionalpropertiesShouldNotLookInApplicators(None) @@ -92,7 +101,12 @@ with unit_test_api.ApiClient(used_configuration) as api_client: ) pprint(api_response) except unit_test_api.ApiException as e: - print("Exception when calling AdditionalPropertiesApi->post_additionalproperties_should_not_look_in_applicators_request_body: %s\n" % e) + print("Exception when calling OperationRequestBodyApi->post_additionalproperties_should_not_look_in_applicators_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../additional_properties_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AdditionalPropertiesApi API]](../../apis/tags/additional_properties_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_combined_with_anyof_oneof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_combined_with_anyof_oneof_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post.md index 95e8b8a5bb6..41df672949f 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_combined_with_anyof_oneof_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_allof_combined_with_anyof_oneof_request_body** +unit_test_api.paths.request_body_post_allof_combined_with_anyof_oneof_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_combined_with_anyof_oneof_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_allof_combined_with_anyof_oneof_request_body | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_combined_with_anyof_oneof_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_combined_with_anyof_oneof_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAllofCombinedWithAnyofOneofRequestBody | This api is only for path=/requestBody/postAllofCombinedWithAnyofOneofRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AllofCombinedWithAnyofOneof](../../../components/schema/allof_combined_with_anyof_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AllofCombinedWithAnyofOneof](../../components/schema/allof_combined_with_anyof_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_allof_combined_with_anyof_oneof_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_request_body/post.md similarity index 70% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_request_body/post.md index 9c48d2026f7..c8e85ed8d68 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_allof_request_body** +unit_test_api.paths.request_body_post_allof_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_allof_request_body | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAllofRequestBody | This api is only for path=/requestBody/postAllofRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Allof](../../../components/schema/allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[Allof](../../components/schema/allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_allof_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_simple_types_request_body/post.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_simple_types_request_body/post.md new file mode 100644 index 00000000000..d6437993018 --- /dev/null +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_simple_types_request_body/post.md @@ -0,0 +1,112 @@ +unit_test_api.paths.request_body_post_allof_simple_types_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_simple_types_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_allof_simple_types_request_body | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_simple_types_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_simple_types_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAllofSimpleTypesRequestBody | This api is only for path=/requestBody/postAllofSimpleTypesRequestBody | + +## Table of Contents +- [General Info](#general-info) +- [Arguments](#arguments) +- [Return Types](#return-types) +- [Servers](#servers) +- [Code Sample](#code-sample) + +## General Info +| Field | Value | +| ----- | ----- | +| Path | "/requestBody/postAllofSimpleTypesRequestBody" | +| HTTP Method | post | + +## Arguments + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- +[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | +content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body +server_index | typing.Optional[int] | default is None | Allows one to select a different server +stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file +timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client +skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned + +### RequestBody + +#### Content Type To Schema +Content-Type | Schema +------------ | ------- +"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) + +#### RequestBody content ApplicationJson Schema + +##### Type Info +Ref Class | Input Type | Accessed Type | Description +--------- | ---------- | ------------- | ------------ +[AllofSimpleTypes](../../components/schema/allof_simple_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | + +## Return Types + +HTTP Status Code | Class | Description +------------- | ------------- | ------------- +n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned +200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success + +## ResponseFor200 + +### Description +success + +### ResponseFor200 response_cls +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- +response | urllib3.HTTPResponse | Raw response | +body | Unset | body was not defined | +headers | Unset | headers were not defined | + +## Servers + +Set the available servers by defining your used servers in ApiConfiguration.server_info +Then select your server by setting a server index in ApiConfiguration.server_index_info or by +passing server_index in to the endpoint method. +- these servers are the general api servers +- defaults to server_index=0, server.url = https://someserver.com/v1 + +server_index | Class | Description +------------ | ----- | ------------ +0 | [Server0](../../../servers/server_0.md) | + +## Code Sample + +```python +import unit_test_api +from unit_test_api.configurations import api_configuration +from unit_test_api.apis.tags import operation_request_body_api +from pprint import pprint +used_configuration = api_configuration.ApiConfiguration( +) +# Enter a context with an instance of the API client +with unit_test_api.ApiClient(used_configuration) as api_client: + # Create an instance of the API class + api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) + + # example passing only required values which don't have defaults set + body = allof_simple_types.AllofSimpleTypes(None) + try: + api_response = api_instance.post_allof_simple_types_request_body( + body=body, + ) + pprint(api_response) + except unit_test_api.ApiException as e: + print("Exception when calling OperationRequestBodyApi->post_allof_simple_types_request_body: %s\n" % e) +``` + +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_with_base_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_with_base_schema_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_with_base_schema_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_with_base_schema_request_body/post.md index fb4db02471c..39fc0a91c95 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_with_base_schema_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_with_base_schema_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_allof_with_base_schema_request_body** +unit_test_api.paths.request_body_post_allof_with_base_schema_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_with_base_schema_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_allof_with_base_schema_request_body | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_with_base_schema_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_with_base_schema_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAllofWithBaseSchemaRequestBody | This api is only for path=/requestBody/postAllofWithBaseSchemaRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AllofWithBaseSchema](../../../components/schema/allof_with_base_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AllofWithBaseSchema](../../components/schema/allof_with_base_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_allof_with_base_schema_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_with_one_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_with_one_empty_schema_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_with_one_empty_schema_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_with_one_empty_schema_request_body/post.md index 3ed710c3b6e..b655606ad4c 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_with_one_empty_schema_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_with_one_empty_schema_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_allof_with_one_empty_schema_request_body** +unit_test_api.paths.request_body_post_allof_with_one_empty_schema_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_with_one_empty_schema_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_allof_with_one_empty_schema_request_body | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_with_one_empty_schema_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_with_one_empty_schema_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAllofWithOneEmptySchemaRequestBody | This api is only for path=/requestBody/postAllofWithOneEmptySchemaRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AllofWithOneEmptySchema](../../../components/schema/allof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AllofWithOneEmptySchema](../../components/schema/allof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_allof_with_one_empty_schema_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_with_the_first_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_with_the_first_empty_schema_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post.md index 070bbfdc567..5cd94ee7845 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_with_the_first_empty_schema_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_allof_with_the_first_empty_schema_request_body** +unit_test_api.paths.request_body_post_allof_with_the_first_empty_schema_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_with_the_first_empty_schema_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_allof_with_the_first_empty_schema_request_body | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_with_the_first_empty_schema_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_with_the_first_empty_schema_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAllofWithTheFirstEmptySchemaRequestBody | This api is only for path=/requestBody/postAllofWithTheFirstEmptySchemaRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AllofWithTheFirstEmptySchema](../../../components/schema/allof_with_the_first_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AllofWithTheFirstEmptySchema](../../components/schema/allof_with_the_first_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_allof_with_the_first_empty_schema_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_with_the_last_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_with_the_last_empty_schema_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post.md index d78cbf69b7a..44f7fa31254 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_with_the_last_empty_schema_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_allof_with_the_last_empty_schema_request_body** +unit_test_api.paths.request_body_post_allof_with_the_last_empty_schema_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_with_the_last_empty_schema_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_allof_with_the_last_empty_schema_request_body | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_with_the_last_empty_schema_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_with_the_last_empty_schema_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAllofWithTheLastEmptySchemaRequestBody | This api is only for path=/requestBody/postAllofWithTheLastEmptySchemaRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AllofWithTheLastEmptySchema](../../../components/schema/allof_with_the_last_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AllofWithTheLastEmptySchema](../../components/schema/allof_with_the_last_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_allof_with_the_last_empty_schema_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_with_two_empty_schemas_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_with_two_empty_schemas_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_with_two_empty_schemas_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_with_two_empty_schemas_request_body/post.md index 13acfa6f571..e4030335bd5 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_with_two_empty_schemas_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_allof_with_two_empty_schemas_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_allof_with_two_empty_schemas_request_body** +unit_test_api.paths.request_body_post_allof_with_two_empty_schemas_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_with_two_empty_schemas_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_allof_with_two_empty_schemas_request_body | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_with_two_empty_schemas_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_with_two_empty_schemas_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAllofWithTwoEmptySchemasRequestBody | This api is only for path=/requestBody/postAllofWithTwoEmptySchemasRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AllofWithTwoEmptySchemas](../../../components/schema/allof_with_two_empty_schemas.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AllofWithTwoEmptySchemas](../../components/schema/allof_with_two_empty_schemas.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_allof_with_two_empty_schemas_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_additionalproperties_should_not_look_in_applicators_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_anyof_complex_types_request_body/post.md similarity index 70% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_additionalproperties_should_not_look_in_applicators_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_anyof_complex_types_request_body/post.md index 168d16b71ec..8c1bd61dfe9 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_additionalproperties_should_not_look_in_applicators_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_anyof_complex_types_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_additionalproperties_should_not_look_in_applicators_request_body** +unit_test_api.paths.request_body_post_anyof_complex_types_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_anyof_complex_types_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_anyof_complex_types_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_anyof_complex_types_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_anyof_complex_types_request_body | [AnyOfApi](../../apis/tags/any_of_api.md) | This api is only for tag=anyOf | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAnyofComplexTypesRequestBody | This api is only for path=/requestBody/postAnyofComplexTypesRequestBody | ## Table of Contents - [General Info](#general-info) @@ -11,7 +20,7 @@ ## General Info | Field | Value | | ----- | ----- | -| Path | "/requestBody/postAdditionalpropertiesShouldNotLookInApplicatorsRequestBody" | +| Path | "/requestBody/postAnyofComplexTypesRequestBody" | | HTTP Method | post | ## Arguments @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AdditionalpropertiesShouldNotLookInApplicators](../../../components/schema/additionalproperties_should_not_look_in_applicators.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AnyofComplexTypes](../../components/schema/anyof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -85,14 +94,19 @@ with unit_test_api.ApiClient(used_configuration) as api_client: api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) # example passing only required values which don't have defaults set - body = additionalproperties_should_not_look_in_applicators.AdditionalpropertiesShouldNotLookInApplicators(None) + body = anyof_complex_types.AnyofComplexTypes(None) try: - api_response = api_instance.post_additionalproperties_should_not_look_in_applicators_request_body( + api_response = api_instance.post_anyof_complex_types_request_body( body=body, ) pprint(api_response) except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_additionalproperties_should_not_look_in_applicators_request_body: %s\n" % e) + print("Exception when calling OperationRequestBodyApi->post_anyof_complex_types_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AnyOfApi API]](../../apis/tags/any_of_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_anyof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_anyof_request_body/post.md similarity index 70% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_anyof_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_anyof_request_body/post.md index ce57a2a4e42..eb1a740f726 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_anyof_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_anyof_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_anyof_request_body** +unit_test_api.paths.request_body_post_anyof_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_anyof_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_anyof_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_anyof_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_anyof_request_body | [AnyOfApi](../../apis/tags/any_of_api.md) | This api is only for tag=anyOf | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAnyofRequestBody | This api is only for path=/requestBody/postAnyofRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Anyof](../../../components/schema/anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[Anyof](../../components/schema/anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_anyof_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AnyOfApi API]](../../apis/tags/any_of_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_anyof_with_base_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_anyof_with_base_schema_request_body/post.md similarity index 72% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_anyof_with_base_schema_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_anyof_with_base_schema_request_body/post.md index 5de7b05a570..d12757a45c4 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_anyof_with_base_schema_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_anyof_with_base_schema_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_anyof_with_base_schema_request_body** +unit_test_api.paths.request_body_post_anyof_with_base_schema_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_anyof_with_base_schema_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_anyof_with_base_schema_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_anyof_with_base_schema_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_anyof_with_base_schema_request_body | [AnyOfApi](../../apis/tags/any_of_api.md) | This api is only for tag=anyOf | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAnyofWithBaseSchemaRequestBody | This api is only for path=/requestBody/postAnyofWithBaseSchemaRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AnyofWithBaseSchema](../../../components/schema/anyof_with_base_schema.md) | str | str | +[AnyofWithBaseSchema](../../components/schema/anyof_with_base_schema.md) | str | str | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_anyof_with_base_schema_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AnyOfApi API]](../../apis/tags/any_of_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_anyof_with_one_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_anyof_with_one_empty_schema_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_anyof_with_one_empty_schema_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_anyof_with_one_empty_schema_request_body/post.md index 907c4b30a71..a4605cf74f5 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_anyof_with_one_empty_schema_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_anyof_with_one_empty_schema_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_anyof_with_one_empty_schema_request_body** +unit_test_api.paths.request_body_post_anyof_with_one_empty_schema_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_anyof_with_one_empty_schema_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_anyof_with_one_empty_schema_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_anyof_with_one_empty_schema_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_anyof_with_one_empty_schema_request_body | [AnyOfApi](../../apis/tags/any_of_api.md) | This api is only for tag=anyOf | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostAnyofWithOneEmptySchemaRequestBody | This api is only for path=/requestBody/postAnyofWithOneEmptySchemaRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AnyofWithOneEmptySchema](../../../components/schema/anyof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AnyofWithOneEmptySchema](../../components/schema/anyof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_anyof_with_one_empty_schema_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AnyOfApi API]](../../apis/tags/any_of_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_array_type_matches_arrays_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_array_type_matches_arrays_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_array_type_matches_arrays_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_array_type_matches_arrays_request_body/post.md index 5877c138745..08b3d9639c6 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_array_type_matches_arrays_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_array_type_matches_arrays_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_array_type_matches_arrays_request_body** +unit_test_api.paths.request_body_post_array_type_matches_arrays_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_array_type_matches_arrays_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_array_type_matches_arrays_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_array_type_matches_arrays_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_array_type_matches_arrays_request_body | [TypeApi](../../apis/tags/type_api.md) | This api is only for tag=type | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostArrayTypeMatchesArraysRequestBody | This api is only for path=/requestBody/postArrayTypeMatchesArraysRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ArrayTypeMatchesArrays](../../../components/schema/array_type_matches_arrays.md) | list, tuple | tuple | +[ArrayTypeMatchesArrays](../../components/schema/array_type_matches_arrays.md) | list, tuple | tuple | ## Return Types @@ -97,4 +106,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_array_type_matches_arrays_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to TypeApi API]](../../apis/tags/type_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_boolean_type_matches_booleans_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_boolean_type_matches_booleans_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_boolean_type_matches_booleans_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_boolean_type_matches_booleans_request_body/post.md index 76a472c3a5d..700d615e0b8 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_boolean_type_matches_booleans_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_boolean_type_matches_booleans_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_boolean_type_matches_booleans_request_body** +unit_test_api.paths.request_body_post_boolean_type_matches_booleans_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_boolean_type_matches_booleans_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_boolean_type_matches_booleans_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_boolean_type_matches_booleans_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_boolean_type_matches_booleans_request_body | [TypeApi](../../apis/tags/type_api.md) | This api is only for tag=type | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostBooleanTypeMatchesBooleansRequestBody | This api is only for path=/requestBody/postBooleanTypeMatchesBooleansRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[BooleanTypeMatchesBooleans](../../../components/schema/boolean_type_matches_booleans.md) | bool | BoolClass | +[BooleanTypeMatchesBooleans](../../components/schema/boolean_type_matches_booleans.md) | bool | BoolClass | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_boolean_type_matches_booleans_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to TypeApi API]](../../apis/tags/type_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_int_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_by_int_request_body/post.md similarity index 70% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_int_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_by_int_request_body/post.md index 125ed9922fe..f5603ce1426 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_int_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_by_int_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_by_int_request_body** +unit_test_api.paths.request_body_post_by_int_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_by_int_request_body | [MultipleOfApi](../../apis/tags/multiple_of_api.md) | This api is only for tag=multipleOf | +| post_by_int_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_by_int_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_by_int_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostByIntRequestBody | This api is only for path=/requestBody/postByIntRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ByInt](../../../components/schema/by_int.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[ByInt](../../components/schema/by_int.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling MultipleOfApi->post_by_int_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../multiple_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to MultipleOfApi API]](../../apis/tags/multiple_of_api.md) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_number_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_by_number_request_body/post.md similarity index 70% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_number_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_by_number_request_body/post.md index ae01e9d834d..db9675ea6f4 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_number_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_by_number_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_by_number_request_body** +unit_test_api.paths.request_body_post_by_number_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_by_number_request_body | [MultipleOfApi](../../apis/tags/multiple_of_api.md) | This api is only for tag=multipleOf | +| post_by_number_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_by_number_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_by_number_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostByNumberRequestBody | This api is only for path=/requestBody/postByNumberRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ByNumber](../../../components/schema/by_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[ByNumber](../../components/schema/by_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling MultipleOfApi->post_by_number_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../multiple_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to MultipleOfApi API]](../../apis/tags/multiple_of_api.md) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_small_number_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_by_small_number_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_small_number_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_by_small_number_request_body/post.md index 64aab91eef4..d7745378d63 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_small_number_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_by_small_number_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_by_small_number_request_body** +unit_test_api.paths.request_body_post_by_small_number_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_by_small_number_request_body | [MultipleOfApi](../../apis/tags/multiple_of_api.md) | This api is only for tag=multipleOf | +| post_by_small_number_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_by_small_number_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_by_small_number_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostBySmallNumberRequestBody | This api is only for path=/requestBody/postBySmallNumberRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[BySmallNumber](../../../components/schema/by_small_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[BySmallNumber](../../components/schema/by_small_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling MultipleOfApi->post_by_small_number_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../multiple_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to MultipleOfApi API]](../../apis/tags/multiple_of_api.md) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_date_time_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_date_time_format_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_date_time_format_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_date_time_format_request_body/post.md index 44935398a1b..221be49389e 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_date_time_format_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_date_time_format_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_date_time_format_request_body** +unit_test_api.paths.request_body_post_date_time_format_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_date_time_format_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_date_time_format_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_date_time_format_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_date_time_format_request_body | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostDateTimeFormatRequestBody | This api is only for path=/requestBody/postDateTimeFormatRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[DateTimeFormat](../../../components/schema/date_time_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[DateTimeFormat](../../components/schema/date_time_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_date_time_format_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_email_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_email_format_request_body/post.md similarity index 70% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_email_format_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_email_format_request_body/post.md index 9e9e998bf21..735d3a200ac 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_email_format_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_email_format_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_email_format_request_body** +unit_test_api.paths.request_body_post_email_format_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_email_format_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_email_format_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_email_format_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_email_format_request_body | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostEmailFormatRequestBody | This api is only for path=/requestBody/postEmailFormatRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[EmailFormat](../../../components/schema/email_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[EmailFormat](../../components/schema/email_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_email_format_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enum_with0_does_not_match_false_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enum_with0_does_not_match_false_request_body/post.md similarity index 70% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enum_with0_does_not_match_false_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enum_with0_does_not_match_false_request_body/post.md index 83a0168c5d3..3af87d19aaf 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enum_with0_does_not_match_false_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enum_with0_does_not_match_false_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_enum_with0_does_not_match_false_request_body** +unit_test_api.paths.request_body_post_enum_with0_does_not_match_false_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_enum_with0_does_not_match_false_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_enum_with0_does_not_match_false_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_enum_with0_does_not_match_false_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_enum_with0_does_not_match_false_request_body | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostEnumWith0DoesNotMatchFalseRequestBody | This api is only for path=/requestBody/postEnumWith0DoesNotMatchFalseRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[EnumWith0DoesNotMatchFalse](../../../components/schema/enum_with0_does_not_match_false.md) | decimal.Decimal, int, float | decimal.Decimal | +[EnumWith0DoesNotMatchFalse](../../components/schema/enum_with0_does_not_match_false.md) | decimal.Decimal, int, float | decimal.Decimal | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_enum_with0_does_not_match_false_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enum_with1_does_not_match_true_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enum_with1_does_not_match_true_request_body/post.md similarity index 70% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enum_with1_does_not_match_true_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enum_with1_does_not_match_true_request_body/post.md index 3eb77108913..0e00df7fcb5 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enum_with1_does_not_match_true_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enum_with1_does_not_match_true_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_enum_with1_does_not_match_true_request_body** +unit_test_api.paths.request_body_post_enum_with1_does_not_match_true_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_enum_with1_does_not_match_true_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_enum_with1_does_not_match_true_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_enum_with1_does_not_match_true_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_enum_with1_does_not_match_true_request_body | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostEnumWith1DoesNotMatchTrueRequestBody | This api is only for path=/requestBody/postEnumWith1DoesNotMatchTrueRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[EnumWith1DoesNotMatchTrue](../../../components/schema/enum_with1_does_not_match_true.md) | decimal.Decimal, int, float | decimal.Decimal | +[EnumWith1DoesNotMatchTrue](../../components/schema/enum_with1_does_not_match_true.md) | decimal.Decimal, int, float | decimal.Decimal | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_enum_with1_does_not_match_true_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enum_with_escaped_characters_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enum_with_escaped_characters_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enum_with_escaped_characters_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enum_with_escaped_characters_request_body/post.md index 845aed81994..2c3c0b9418d 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enum_with_escaped_characters_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enum_with_escaped_characters_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_enum_with_escaped_characters_request_body** +unit_test_api.paths.request_body_post_enum_with_escaped_characters_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_enum_with_escaped_characters_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_enum_with_escaped_characters_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_enum_with_escaped_characters_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_enum_with_escaped_characters_request_body | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostEnumWithEscapedCharactersRequestBody | This api is only for path=/requestBody/postEnumWithEscapedCharactersRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[EnumWithEscapedCharacters](../../../components/schema/enum_with_escaped_characters.md) | str | str | +[EnumWithEscapedCharacters](../../components/schema/enum_with_escaped_characters.md) | str | str | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_enum_with_escaped_characters_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enum_with_false_does_not_match0_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enum_with_false_does_not_match0_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enum_with_false_does_not_match0_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enum_with_false_does_not_match0_request_body/post.md index 8620e8ef6f2..2c2a3d4c2c6 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enum_with_false_does_not_match0_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enum_with_false_does_not_match0_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_enum_with_false_does_not_match0_request_body** +unit_test_api.paths.request_body_post_enum_with_false_does_not_match0_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_enum_with_false_does_not_match0_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_enum_with_false_does_not_match0_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_enum_with_false_does_not_match0_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_enum_with_false_does_not_match0_request_body | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostEnumWithFalseDoesNotMatch0RequestBody | This api is only for path=/requestBody/postEnumWithFalseDoesNotMatch0RequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[EnumWithFalseDoesNotMatch0](../../../components/schema/enum_with_false_does_not_match0.md) | bool | BoolClass | +[EnumWithFalseDoesNotMatch0](../../components/schema/enum_with_false_does_not_match0.md) | bool | BoolClass | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_enum_with_false_does_not_match0_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enum_with_true_does_not_match1_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enum_with_true_does_not_match1_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enum_with_true_does_not_match1_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enum_with_true_does_not_match1_request_body/post.md index 77b055766b7..492f9e1d936 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enum_with_true_does_not_match1_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enum_with_true_does_not_match1_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_enum_with_true_does_not_match1_request_body** +unit_test_api.paths.request_body_post_enum_with_true_does_not_match1_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_enum_with_true_does_not_match1_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_enum_with_true_does_not_match1_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_enum_with_true_does_not_match1_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_enum_with_true_does_not_match1_request_body | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostEnumWithTrueDoesNotMatch1RequestBody | This api is only for path=/requestBody/postEnumWithTrueDoesNotMatch1RequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[EnumWithTrueDoesNotMatch1](../../../components/schema/enum_with_true_does_not_match1.md) | bool | BoolClass | +[EnumWithTrueDoesNotMatch1](../../components/schema/enum_with_true_does_not_match1.md) | bool | BoolClass | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_enum_with_true_does_not_match1_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enums_in_properties_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enums_in_properties_request_body/post.md similarity index 72% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enums_in_properties_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enums_in_properties_request_body/post.md index 2efa35ae26b..120f35413aa 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_enums_in_properties_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_enums_in_properties_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_enums_in_properties_request_body** +unit_test_api.paths.request_body_post_enums_in_properties_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_enums_in_properties_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_enums_in_properties_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_enums_in_properties_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_enums_in_properties_request_body | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostEnumsInPropertiesRequestBody | This api is only for path=/requestBody/postEnumsInPropertiesRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[EnumsInProperties](../../../components/schema/enums_in_properties.md) | dict, frozendict.frozendict | frozendict.frozendict | +[EnumsInProperties](../../components/schema/enums_in_properties.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Return Types @@ -98,4 +107,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_enums_in_properties_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_forbidden_property_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_forbidden_property_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_forbidden_property_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_forbidden_property_request_body/post.md index 7731b4680a5..03154ad3d40 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_forbidden_property_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_forbidden_property_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_forbidden_property_request_body** +unit_test_api.paths.request_body_post_forbidden_property_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_forbidden_property_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_forbidden_property_request_body | [_NotApi](../../apis/tags/_not_api.md) | This api is only for tag=not | +| post_forbidden_property_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_forbidden_property_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostForbiddenPropertyRequestBody | This api is only for path=/requestBody/postForbiddenPropertyRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ForbiddenProperty](../../../components/schema/forbidden_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[ForbiddenProperty](../../components/schema/forbidden_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_forbidden_property_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to _NotApi API]](../../apis/tags/_not_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_hostname_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_hostname_format_request_body/post.md similarity index 70% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_hostname_format_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_hostname_format_request_body/post.md index a9cd8d094c4..5e5fddc957d 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_hostname_format_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_hostname_format_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_hostname_format_request_body** +unit_test_api.paths.request_body_post_hostname_format_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_hostname_format_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_hostname_format_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_hostname_format_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_hostname_format_request_body | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostHostnameFormatRequestBody | This api is only for path=/requestBody/postHostnameFormatRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[HostnameFormat](../../../components/schema/hostname_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[HostnameFormat](../../components/schema/hostname_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_hostname_format_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_integer_type_matches_integers_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_integer_type_matches_integers_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_integer_type_matches_integers_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_integer_type_matches_integers_request_body/post.md index b8e2134ec95..f88eb4025bf 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_integer_type_matches_integers_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_integer_type_matches_integers_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_integer_type_matches_integers_request_body** +unit_test_api.paths.request_body_post_integer_type_matches_integers_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_integer_type_matches_integers_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_integer_type_matches_integers_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_integer_type_matches_integers_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_integer_type_matches_integers_request_body | [TypeApi](../../apis/tags/type_api.md) | This api is only for tag=type | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostIntegerTypeMatchesIntegersRequestBody | This api is only for path=/requestBody/postIntegerTypeMatchesIntegersRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[IntegerTypeMatchesIntegers](../../../components/schema/integer_type_matches_integers.md) | decimal.Decimal, int | decimal.Decimal | +[IntegerTypeMatchesIntegers](../../components/schema/integer_type_matches_integers.md) | decimal.Decimal, int | decimal.Decimal | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_integer_type_matches_integers_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to TypeApi API]](../../apis/tags/type_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post.md index f69628499cc..517ae1d3dda 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body** +unit_test_api.paths.request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body | [MultipleOfApi](../../apis/tags/multiple_of_api.md) | This api is only for tag=multipleOf | +| post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostInvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfRequestBody | This api is only for path=/requestBody/postInvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf](../../../components/schema/invalid_instance_should_not_raise_error_when_float_division_inf.md) | decimal.Decimal, int | decimal.Decimal | +[InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf](../../components/schema/invalid_instance_should_not_raise_error_when_float_division_inf.md) | decimal.Decimal, int | decimal.Decimal | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling MultipleOfApi->post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../multiple_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to MultipleOfApi API]](../../apis/tags/multiple_of_api.md) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_invalid_string_value_for_default_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_invalid_string_value_for_default_request_body/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_invalid_string_value_for_default_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_invalid_string_value_for_default_request_body/post.md index 6e1852c1c78..55ac8af9f6f 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_invalid_string_value_for_default_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_invalid_string_value_for_default_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_invalid_string_value_for_default_request_body** +unit_test_api.paths.request_body_post_invalid_string_value_for_default_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_invalid_string_value_for_default_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_invalid_string_value_for_default_request_body | [DefaultApi](../../apis/tags/default_api.md) | This api is only for tag=default | +| post_invalid_string_value_for_default_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_invalid_string_value_for_default_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostInvalidStringValueForDefaultRequestBody | This api is only for path=/requestBody/postInvalidStringValueForDefaultRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[InvalidStringValueForDefault](../../../components/schema/invalid_string_value_for_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[InvalidStringValueForDefault](../../components/schema/invalid_string_value_for_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_invalid_string_value_for_default_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to DefaultApi API]](../../apis/tags/default_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_additionalproperties_are_allowed_by_default_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ipv4_format_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_additionalproperties_are_allowed_by_default_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ipv4_format_request_body/post.md index 51b8da4a8ac..719c947b429 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_additionalproperties_are_allowed_by_default_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ipv4_format_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_additionalproperties_are_allowed_by_default_request_body** +unit_test_api.paths.request_body_post_ipv4_format_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ipv4_format_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_ipv4_format_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ipv4_format_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ipv4_format_request_body | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostIpv4FormatRequestBody | This api is only for path=/requestBody/postIpv4FormatRequestBody | ## Table of Contents - [General Info](#general-info) @@ -11,7 +20,7 @@ ## General Info | Field | Value | | ----- | ----- | -| Path | "/requestBody/postAdditionalpropertiesAreAllowedByDefaultRequestBody" | +| Path | "/requestBody/postIpv4FormatRequestBody" | | HTTP Method | post | ## Arguments @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAreAllowedByDefault](../../../components/schema/additionalproperties_are_allowed_by_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[Ipv4Format](../../components/schema/ipv4_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -85,14 +94,19 @@ with unit_test_api.ApiClient(used_configuration) as api_client: api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) # example passing only required values which don't have defaults set - body = additionalproperties_are_allowed_by_default.AdditionalpropertiesAreAllowedByDefault(None) + body = ipv4_format.Ipv4Format(None) try: - api_response = api_instance.post_additionalproperties_are_allowed_by_default_request_body( + api_response = api_instance.post_ipv4_format_request_body( body=body, ) pprint(api_response) except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_additionalproperties_are_allowed_by_default_request_body: %s\n" % e) + print("Exception when calling OperationRequestBodyApi->post_ipv4_format_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_not_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ipv6_format_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_not_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ipv6_format_request_body/post.md index c52566b7172..b4c3ce386b3 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_not_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ipv6_format_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_ref_in_not_request_body** +unit_test_api.paths.request_body_post_ipv6_format_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ipv6_format_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_ipv6_format_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ipv6_format_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ipv6_format_request_body | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostIpv6FormatRequestBody | This api is only for path=/requestBody/postIpv6FormatRequestBody | ## Table of Contents - [General Info](#general-info) @@ -11,7 +20,7 @@ ## General Info | Field | Value | | ----- | ----- | -| Path | "/requestBody/postRefInNotRequestBody" | +| Path | "/requestBody/postIpv6FormatRequestBody" | | HTTP Method | post | ## Arguments @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RefInNot](../../../components/schema/ref_in_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[Ipv6Format](../../components/schema/ipv6_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -85,14 +94,19 @@ with unit_test_api.ApiClient(used_configuration) as api_client: api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) # example passing only required values which don't have defaults set - body = ref_in_not.RefInNot(None) + body = ipv6_format.Ipv6Format(None) try: - api_response = api_instance.post_ref_in_not_request_body( + api_response = api_instance.post_ipv6_format_request_body( body=body, ) pprint(api_response) except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_ref_in_not_request_body: %s\n" % e) + print("Exception when calling OperationRequestBodyApi->post_ipv6_format_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_json_pointer_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_json_pointer_format_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_json_pointer_format_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_json_pointer_format_request_body/post.md index 8c98097e8fe..64f9ba5ccca 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_json_pointer_format_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_json_pointer_format_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_json_pointer_format_request_body** +unit_test_api.paths.request_body_post_json_pointer_format_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_json_pointer_format_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_json_pointer_format_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_json_pointer_format_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_json_pointer_format_request_body | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostJsonPointerFormatRequestBody | This api is only for path=/requestBody/postJsonPointerFormatRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[JsonPointerFormat](../../../components/schema/json_pointer_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[JsonPointerFormat](../../components/schema/json_pointer_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_json_pointer_format_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maximum_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maximum_validation_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maximum_validation_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maximum_validation_request_body/post.md index 8b34cd009e2..911b29132e5 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maximum_validation_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maximum_validation_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_maximum_validation_request_body** +unit_test_api.paths.request_body_post_maximum_validation_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_maximum_validation_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_maximum_validation_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_maximum_validation_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_maximum_validation_request_body | [MaximumApi](../../apis/tags/maximum_api.md) | This api is only for tag=maximum | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostMaximumValidationRequestBody | This api is only for path=/requestBody/postMaximumValidationRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MaximumValidation](../../../components/schema/maximum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MaximumValidation](../../components/schema/maximum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_maximum_validation_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to MaximumApi API]](../../apis/tags/maximum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maximum_validation_with_unsigned_integer_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maximum_validation_with_unsigned_integer_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post.md index 7c92dc491c8..e1806c507e7 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maximum_validation_with_unsigned_integer_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_maximum_validation_with_unsigned_integer_request_body** +unit_test_api.paths.request_body_post_maximum_validation_with_unsigned_integer_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_maximum_validation_with_unsigned_integer_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_maximum_validation_with_unsigned_integer_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_maximum_validation_with_unsigned_integer_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_maximum_validation_with_unsigned_integer_request_body | [MaximumApi](../../apis/tags/maximum_api.md) | This api is only for tag=maximum | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostMaximumValidationWithUnsignedIntegerRequestBody | This api is only for path=/requestBody/postMaximumValidationWithUnsignedIntegerRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MaximumValidationWithUnsignedInteger](../../../components/schema/maximum_validation_with_unsigned_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MaximumValidationWithUnsignedInteger](../../components/schema/maximum_validation_with_unsigned_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_maximum_validation_with_unsigned_integer_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to MaximumApi API]](../../apis/tags/maximum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maxitems_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maxitems_validation_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maxitems_validation_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maxitems_validation_request_body/post.md index 7a9e75aa573..4924c5ac812 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maxitems_validation_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maxitems_validation_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_maxitems_validation_request_body** +unit_test_api.paths.request_body_post_maxitems_validation_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_maxitems_validation_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_maxitems_validation_request_body | [MaxItemsApi](../../apis/tags/max_items_api.md) | This api is only for tag=maxItems | +| post_maxitems_validation_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_maxitems_validation_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostMaxitemsValidationRequestBody | This api is only for path=/requestBody/postMaxitemsValidationRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MaxitemsValidation](../../../components/schema/maxitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MaxitemsValidation](../../components/schema/maxitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_maxitems_validation_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to MaxItemsApi API]](../../apis/tags/max_items_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maxlength_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maxlength_validation_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maxlength_validation_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maxlength_validation_request_body/post.md index 0daa4b87206..fbb1674a0b1 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maxlength_validation_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maxlength_validation_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_maxlength_validation_request_body** +unit_test_api.paths.request_body_post_maxlength_validation_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_maxlength_validation_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_maxlength_validation_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_maxlength_validation_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_maxlength_validation_request_body | [MaxLengthApi](../../apis/tags/max_length_api.md) | This api is only for tag=maxLength | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostMaxlengthValidationRequestBody | This api is only for path=/requestBody/postMaxlengthValidationRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MaxlengthValidation](../../../components/schema/maxlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MaxlengthValidation](../../components/schema/maxlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_maxlength_validation_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to MaxLengthApi API]](../../apis/tags/max_length_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maxproperties0_means_the_object_is_empty_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maxproperties0_means_the_object_is_empty_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post.md index 48b372f229b..066037f2884 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maxproperties0_means_the_object_is_empty_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_maxproperties0_means_the_object_is_empty_request_body** +unit_test_api.paths.request_body_post_maxproperties0_means_the_object_is_empty_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_maxproperties0_means_the_object_is_empty_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_maxproperties0_means_the_object_is_empty_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_maxproperties0_means_the_object_is_empty_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_maxproperties0_means_the_object_is_empty_request_body | [MaxPropertiesApi](../../apis/tags/max_properties_api.md) | This api is only for tag=maxProperties | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostMaxproperties0MeansTheObjectIsEmptyRequestBody | This api is only for path=/requestBody/postMaxproperties0MeansTheObjectIsEmptyRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Maxproperties0MeansTheObjectIsEmpty](../../../components/schema/maxproperties0_means_the_object_is_empty.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[Maxproperties0MeansTheObjectIsEmpty](../../components/schema/maxproperties0_means_the_object_is_empty.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_maxproperties0_means_the_object_is_empty_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to MaxPropertiesApi API]](../../apis/tags/max_properties_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maxproperties_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maxproperties_validation_request_body/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maxproperties_validation_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maxproperties_validation_request_body/post.md index b70eaa930bb..4aa1f11d0be 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_maxproperties_validation_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_maxproperties_validation_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_maxproperties_validation_request_body** +unit_test_api.paths.request_body_post_maxproperties_validation_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_maxproperties_validation_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_maxproperties_validation_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_maxproperties_validation_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_maxproperties_validation_request_body | [MaxPropertiesApi](../../apis/tags/max_properties_api.md) | This api is only for tag=maxProperties | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostMaxpropertiesValidationRequestBody | This api is only for path=/requestBody/postMaxpropertiesValidationRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MaxpropertiesValidation](../../../components/schema/maxproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MaxpropertiesValidation](../../components/schema/maxproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_maxproperties_validation_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to MaxPropertiesApi API]](../../apis/tags/max_properties_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minimum_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_minimum_validation_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minimum_validation_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_minimum_validation_request_body/post.md index 0bea3623296..7c5025704b9 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minimum_validation_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_minimum_validation_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_minimum_validation_request_body** +unit_test_api.paths.request_body_post_minimum_validation_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_minimum_validation_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_minimum_validation_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_minimum_validation_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_minimum_validation_request_body | [MinimumApi](../../apis/tags/minimum_api.md) | This api is only for tag=minimum | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostMinimumValidationRequestBody | This api is only for path=/requestBody/postMinimumValidationRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MinimumValidation](../../../components/schema/minimum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MinimumValidation](../../components/schema/minimum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_minimum_validation_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to MinimumApi API]](../../apis/tags/minimum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minimum_validation_with_signed_integer_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minimum_validation_with_signed_integer_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post.md index faec3e472dd..1b70467ca70 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minimum_validation_with_signed_integer_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_minimum_validation_with_signed_integer_request_body** +unit_test_api.paths.request_body_post_minimum_validation_with_signed_integer_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_minimum_validation_with_signed_integer_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_minimum_validation_with_signed_integer_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_minimum_validation_with_signed_integer_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_minimum_validation_with_signed_integer_request_body | [MinimumApi](../../apis/tags/minimum_api.md) | This api is only for tag=minimum | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostMinimumValidationWithSignedIntegerRequestBody | This api is only for path=/requestBody/postMinimumValidationWithSignedIntegerRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MinimumValidationWithSignedInteger](../../../components/schema/minimum_validation_with_signed_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MinimumValidationWithSignedInteger](../../components/schema/minimum_validation_with_signed_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_minimum_validation_with_signed_integer_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to MinimumApi API]](../../apis/tags/minimum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_items_api/post_minitems_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_minitems_validation_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_items_api/post_minitems_validation_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_minitems_validation_request_body/post.md index a94c7b25c51..9e78d6768d9 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_items_api/post_minitems_validation_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_minitems_validation_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_minitems_validation_request_body** +unit_test_api.paths.request_body_post_minitems_validation_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_minitems_validation_request_body | [MinItemsApi](../../apis/tags/min_items_api.md) | This api is only for tag=minItems | +| post_minitems_validation_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_minitems_validation_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_minitems_validation_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostMinitemsValidationRequestBody | This api is only for path=/requestBody/postMinitemsValidationRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MinitemsValidation](../../../components/schema/minitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MinitemsValidation](../../components/schema/minitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling MinItemsApi->post_minitems_validation_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../min_items_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to MinItemsApi API]](../../apis/tags/min_items_api.md) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minlength_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_minlength_validation_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minlength_validation_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_minlength_validation_request_body/post.md index 4378cd3c0f3..ba39e2bd906 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minlength_validation_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_minlength_validation_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_minlength_validation_request_body** +unit_test_api.paths.request_body_post_minlength_validation_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_minlength_validation_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_minlength_validation_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_minlength_validation_request_body | [MinLengthApi](../../apis/tags/min_length_api.md) | This api is only for tag=minLength | +| post_minlength_validation_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostMinlengthValidationRequestBody | This api is only for path=/requestBody/postMinlengthValidationRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MinlengthValidation](../../../components/schema/minlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MinlengthValidation](../../components/schema/minlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_minlength_validation_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to MinLengthApi API]](../../apis/tags/min_length_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minproperties_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_minproperties_validation_request_body/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minproperties_validation_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_minproperties_validation_request_body/post.md index e749d292076..ee903caf28c 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_minproperties_validation_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_minproperties_validation_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_minproperties_validation_request_body** +unit_test_api.paths.request_body_post_minproperties_validation_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_minproperties_validation_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_minproperties_validation_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_minproperties_validation_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_minproperties_validation_request_body | [MinPropertiesApi](../../apis/tags/min_properties_api.md) | This api is only for tag=minProperties | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostMinpropertiesValidationRequestBody | This api is only for path=/requestBody/postMinpropertiesValidationRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MinpropertiesValidation](../../../components/schema/minproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MinpropertiesValidation](../../components/schema/minproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_minproperties_validation_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to MinPropertiesApi API]](../../apis/tags/min_properties_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post.md new file mode 100644 index 00000000000..c421472bdcb --- /dev/null +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post.md @@ -0,0 +1,112 @@ +unit_test_api.paths.request_body_post_nested_allof_to_check_validation_semantics_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_nested_allof_to_check_validation_semantics_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_nested_allof_to_check_validation_semantics_request_body | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_nested_allof_to_check_validation_semantics_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_nested_allof_to_check_validation_semantics_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostNestedAllofToCheckValidationSemanticsRequestBody | This api is only for path=/requestBody/postNestedAllofToCheckValidationSemanticsRequestBody | + +## Table of Contents +- [General Info](#general-info) +- [Arguments](#arguments) +- [Return Types](#return-types) +- [Servers](#servers) +- [Code Sample](#code-sample) + +## General Info +| Field | Value | +| ----- | ----- | +| Path | "/requestBody/postNestedAllofToCheckValidationSemanticsRequestBody" | +| HTTP Method | post | + +## Arguments + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- +[body](#requestbody) | typing.Union[[RequestBody.content.application_json.schema](#RequestBody-content-applicationjson-schema), dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader] | required | +content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body +server_index | typing.Optional[int] | default is None | Allows one to select a different server +stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file +timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client +skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned + +### RequestBody + +#### Content Type To Schema +Content-Type | Schema +------------ | ------- +"application/json" | [content.application_json.Schema](#requestbody-content-applicationjson-schema) + +#### RequestBody content ApplicationJson Schema + +##### Type Info +Ref Class | Input Type | Accessed Type | Description +--------- | ---------- | ------------- | ------------ +[NestedAllofToCheckValidationSemantics](../../components/schema/nested_allof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | + +## Return Types + +HTTP Status Code | Class | Description +------------- | ------------- | ------------- +n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned +200 | [ResponseFor200.response_cls](#responsefor200-response_cls) | success + +## ResponseFor200 + +### Description +success + +### ResponseFor200 response_cls +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- +response | urllib3.HTTPResponse | Raw response | +body | Unset | body was not defined | +headers | Unset | headers were not defined | + +## Servers + +Set the available servers by defining your used servers in ApiConfiguration.server_info +Then select your server by setting a server index in ApiConfiguration.server_index_info or by +passing server_index in to the endpoint method. +- these servers are the general api servers +- defaults to server_index=0, server.url = https://someserver.com/v1 + +server_index | Class | Description +------------ | ----- | ------------ +0 | [Server0](../../../servers/server_0.md) | + +## Code Sample + +```python +import unit_test_api +from unit_test_api.configurations import api_configuration +from unit_test_api.apis.tags import operation_request_body_api +from pprint import pprint +used_configuration = api_configuration.ApiConfiguration( +) +# Enter a context with an instance of the API client +with unit_test_api.ApiClient(used_configuration) as api_client: + # Create an instance of the API class + api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) + + # example passing only required values which don't have defaults set + body = nested_allof_to_check_validation_semantics.NestedAllofToCheckValidationSemantics(None) + try: + api_response = api_instance.post_nested_allof_to_check_validation_semantics_request_body( + body=body, + ) + pprint(api_response) + except unit_test_api.ApiException as e: + print("Exception when calling OperationRequestBodyApi->post_nested_allof_to_check_validation_semantics_request_body: %s\n" % e) +``` + +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_nested_anyof_to_check_validation_semantics_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_nested_anyof_to_check_validation_semantics_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post.md index 64c469156a3..320a27b2824 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_nested_anyof_to_check_validation_semantics_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_nested_anyof_to_check_validation_semantics_request_body** +unit_test_api.paths.request_body_post_nested_anyof_to_check_validation_semantics_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_nested_anyof_to_check_validation_semantics_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_nested_anyof_to_check_validation_semantics_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_nested_anyof_to_check_validation_semantics_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_nested_anyof_to_check_validation_semantics_request_body | [AnyOfApi](../../apis/tags/any_of_api.md) | This api is only for tag=anyOf | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostNestedAnyofToCheckValidationSemanticsRequestBody | This api is only for path=/requestBody/postNestedAnyofToCheckValidationSemanticsRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NestedAnyofToCheckValidationSemantics](../../../components/schema/nested_anyof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[NestedAnyofToCheckValidationSemantics](../../components/schema/nested_anyof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_nested_anyof_to_check_validation_semantics_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AnyOfApi API]](../../apis/tags/any_of_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_nested_items_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nested_items_request_body/post.md similarity index 73% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_nested_items_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nested_items_request_body/post.md index a27209f0679..5143799edcd 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_nested_items_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nested_items_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_nested_items_request_body** +unit_test_api.paths.request_body_post_nested_items_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_nested_items_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_nested_items_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_nested_items_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_nested_items_request_body | [ItemsApi](../../apis/tags/items_api.md) | This api is only for tag=items | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostNestedItemsRequestBody | This api is only for path=/requestBody/postNestedItemsRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NestedItems](../../../components/schema/nested_items.md) | list, tuple | tuple | +[NestedItems](../../components/schema/nested_items.md) | list, tuple | tuple | ## Return Types @@ -103,4 +112,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_nested_items_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ItemsApi API]](../../apis/tags/items_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_nested_oneof_to_check_validation_semantics_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_nested_oneof_to_check_validation_semantics_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post.md index eafee84e3c2..9e089074c96 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_nested_oneof_to_check_validation_semantics_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_nested_oneof_to_check_validation_semantics_request_body** +unit_test_api.paths.request_body_post_nested_oneof_to_check_validation_semantics_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_nested_oneof_to_check_validation_semantics_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_nested_oneof_to_check_validation_semantics_request_body | [OneOfApi](../../apis/tags/one_of_api.md) | This api is only for tag=oneOf | +| post_nested_oneof_to_check_validation_semantics_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_nested_oneof_to_check_validation_semantics_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostNestedOneofToCheckValidationSemanticsRequestBody | This api is only for path=/requestBody/postNestedOneofToCheckValidationSemanticsRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NestedOneofToCheckValidationSemantics](../../../components/schema/nested_oneof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[NestedOneofToCheckValidationSemantics](../../components/schema/nested_oneof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_nested_oneof_to_check_validation_semantics_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to OneOfApi API]](../../apis/tags/one_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_not_more_complex_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_not_more_complex_schema_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_not_more_complex_schema_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_not_more_complex_schema_request_body/post.md index 3d682f935ea..f2324d57ecf 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_not_more_complex_schema_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_not_more_complex_schema_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_not_more_complex_schema_request_body** +unit_test_api.paths.request_body_post_not_more_complex_schema_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_not_more_complex_schema_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_not_more_complex_schema_request_body | [_NotApi](../../apis/tags/_not_api.md) | This api is only for tag=not | +| post_not_more_complex_schema_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_not_more_complex_schema_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostNotMoreComplexSchemaRequestBody | This api is only for path=/requestBody/postNotMoreComplexSchemaRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NotMoreComplexSchema](../../../components/schema/not_more_complex_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[NotMoreComplexSchema](../../components/schema/not_more_complex_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_not_more_complex_schema_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to _NotApi API]](../../apis/tags/_not_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_not_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_not_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_not_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_not_request_body/post.md index bd35a10dc16..451be22290f 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_not_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_not_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_not_request_body** +unit_test_api.paths.request_body_post_not_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_not_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_not_request_body | [_NotApi](../../apis/tags/_not_api.md) | This api is only for tag=not | +| post_not_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_not_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostNotRequestBody | This api is only for path=/requestBody/postNotRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[_Not](../../../components/schema/_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[_Not](../../components/schema/_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_not_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to _NotApi API]](../../apis/tags/_not_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_nul_characters_in_strings_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nul_characters_in_strings_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_nul_characters_in_strings_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nul_characters_in_strings_request_body/post.md index 373d6805615..af1e1ace3f7 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_nul_characters_in_strings_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_nul_characters_in_strings_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_nul_characters_in_strings_request_body** +unit_test_api.paths.request_body_post_nul_characters_in_strings_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_nul_characters_in_strings_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_nul_characters_in_strings_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_nul_characters_in_strings_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_nul_characters_in_strings_request_body | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostNulCharactersInStringsRequestBody | This api is only for path=/requestBody/postNulCharactersInStringsRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NulCharactersInStrings](../../../components/schema/nul_characters_in_strings.md) | str | str | +[NulCharactersInStrings](../../components/schema/nul_characters_in_strings.md) | str | str | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_nul_characters_in_strings_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_null_type_matches_only_the_null_object_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post.md similarity index 70% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_null_type_matches_only_the_null_object_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post.md index 9b3bafe832c..7e7b1fb356c 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_null_type_matches_only_the_null_object_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_null_type_matches_only_the_null_object_request_body** +unit_test_api.paths.request_body_post_null_type_matches_only_the_null_object_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_null_type_matches_only_the_null_object_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_null_type_matches_only_the_null_object_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_null_type_matches_only_the_null_object_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_null_type_matches_only_the_null_object_request_body | [TypeApi](../../apis/tags/type_api.md) | This api is only for tag=type | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostNullTypeMatchesOnlyTheNullObjectRequestBody | This api is only for path=/requestBody/postNullTypeMatchesOnlyTheNullObjectRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NullTypeMatchesOnlyTheNullObject](../../../components/schema/null_type_matches_only_the_null_object.md) | None | NoneClass | +[NullTypeMatchesOnlyTheNullObject](../../components/schema/null_type_matches_only_the_null_object.md) | None | NoneClass | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_null_type_matches_only_the_null_object_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to TypeApi API]](../../apis/tags/type_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_number_type_matches_numbers_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_number_type_matches_numbers_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_number_type_matches_numbers_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_number_type_matches_numbers_request_body/post.md index cb0f8c1631f..36d2d716b3f 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_number_type_matches_numbers_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_number_type_matches_numbers_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_number_type_matches_numbers_request_body** +unit_test_api.paths.request_body_post_number_type_matches_numbers_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_number_type_matches_numbers_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_number_type_matches_numbers_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_number_type_matches_numbers_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_number_type_matches_numbers_request_body | [TypeApi](../../apis/tags/type_api.md) | This api is only for tag=type | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostNumberTypeMatchesNumbersRequestBody | This api is only for path=/requestBody/postNumberTypeMatchesNumbersRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NumberTypeMatchesNumbers](../../../components/schema/number_type_matches_numbers.md) | decimal.Decimal, int, float | decimal.Decimal | +[NumberTypeMatchesNumbers](../../components/schema/number_type_matches_numbers.md) | decimal.Decimal, int, float | decimal.Decimal | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_number_type_matches_numbers_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to TypeApi API]](../../apis/tags/type_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_object_properties_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_object_properties_validation_request_body/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_object_properties_validation_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_object_properties_validation_request_body/post.md index 4e694b3db1b..6f14d162294 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_object_properties_validation_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_object_properties_validation_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_object_properties_validation_request_body** +unit_test_api.paths.request_body_post_object_properties_validation_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_object_properties_validation_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_object_properties_validation_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_object_properties_validation_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_object_properties_validation_request_body | [PropertiesApi](../../apis/tags/properties_api.md) | This api is only for tag=properties | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostObjectPropertiesValidationRequestBody | This api is only for path=/requestBody/postObjectPropertiesValidationRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ObjectPropertiesValidation](../../../components/schema/object_properties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[ObjectPropertiesValidation](../../components/schema/object_properties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_object_properties_validation_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to PropertiesApi API]](../../apis/tags/properties_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_object_type_matches_objects_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_object_type_matches_objects_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_object_type_matches_objects_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_object_type_matches_objects_request_body/post.md index 226064cb221..0972255c574 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_object_type_matches_objects_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_object_type_matches_objects_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_object_type_matches_objects_request_body** +unit_test_api.paths.request_body_post_object_type_matches_objects_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_object_type_matches_objects_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_object_type_matches_objects_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_object_type_matches_objects_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_object_type_matches_objects_request_body | [TypeApi](../../apis/tags/type_api.md) | This api is only for tag=type | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostObjectTypeMatchesObjectsRequestBody | This api is only for path=/requestBody/postObjectTypeMatchesObjectsRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ObjectTypeMatchesObjects](../../../components/schema/object_type_matches_objects.md) | dict, frozendict.frozendict | frozendict.frozendict | +[ObjectTypeMatchesObjects](../../components/schema/object_type_matches_objects.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_object_type_matches_objects_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to TypeApi API]](../../apis/tags/type_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_oneof_complex_types_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_oneof_complex_types_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_oneof_complex_types_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_oneof_complex_types_request_body/post.md index 5f4b9d0725c..9a6aef783c1 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_oneof_complex_types_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_oneof_complex_types_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_oneof_complex_types_request_body** +unit_test_api.paths.request_body_post_oneof_complex_types_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_oneof_complex_types_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_oneof_complex_types_request_body | [OneOfApi](../../apis/tags/one_of_api.md) | This api is only for tag=oneOf | +| post_oneof_complex_types_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_oneof_complex_types_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostOneofComplexTypesRequestBody | This api is only for path=/requestBody/postOneofComplexTypesRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[OneofComplexTypes](../../../components/schema/oneof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[OneofComplexTypes](../../components/schema/oneof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_oneof_complex_types_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to OneOfApi API]](../../apis/tags/one_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_oneof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_oneof_request_body/post.md similarity index 70% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_oneof_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_oneof_request_body/post.md index 624508de6f9..6755642c719 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_oneof_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_oneof_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_oneof_request_body** +unit_test_api.paths.request_body_post_oneof_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_oneof_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_oneof_request_body | [OneOfApi](../../apis/tags/one_of_api.md) | This api is only for tag=oneOf | +| post_oneof_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_oneof_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostOneofRequestBody | This api is only for path=/requestBody/postOneofRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Oneof](../../../components/schema/oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[Oneof](../../components/schema/oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_oneof_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to OneOfApi API]](../../apis/tags/one_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_oneof_with_base_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_oneof_with_base_schema_request_body/post.md similarity index 72% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_oneof_with_base_schema_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_oneof_with_base_schema_request_body/post.md index 348a1c24b8b..967adb1d065 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_oneof_with_base_schema_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_oneof_with_base_schema_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_oneof_with_base_schema_request_body** +unit_test_api.paths.request_body_post_oneof_with_base_schema_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_oneof_with_base_schema_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_oneof_with_base_schema_request_body | [OneOfApi](../../apis/tags/one_of_api.md) | This api is only for tag=oneOf | +| post_oneof_with_base_schema_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_oneof_with_base_schema_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostOneofWithBaseSchemaRequestBody | This api is only for path=/requestBody/postOneofWithBaseSchemaRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[OneofWithBaseSchema](../../../components/schema/oneof_with_base_schema.md) | str | str | +[OneofWithBaseSchema](../../components/schema/oneof_with_base_schema.md) | str | str | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_oneof_with_base_schema_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to OneOfApi API]](../../apis/tags/one_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_oneof_with_empty_schema_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_oneof_with_empty_schema_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_oneof_with_empty_schema_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_oneof_with_empty_schema_request_body/post.md index 0fbd1d7baa1..e80bfa4dc33 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_oneof_with_empty_schema_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_oneof_with_empty_schema_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_oneof_with_empty_schema_request_body** +unit_test_api.paths.request_body_post_oneof_with_empty_schema_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_oneof_with_empty_schema_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_oneof_with_empty_schema_request_body | [OneOfApi](../../apis/tags/one_of_api.md) | This api is only for tag=oneOf | +| post_oneof_with_empty_schema_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_oneof_with_empty_schema_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostOneofWithEmptySchemaRequestBody | This api is only for path=/requestBody/postOneofWithEmptySchemaRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[OneofWithEmptySchema](../../../components/schema/oneof_with_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[OneofWithEmptySchema](../../components/schema/oneof_with_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_oneof_with_empty_schema_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to OneOfApi API]](../../apis/tags/one_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_oneof_with_required_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_oneof_with_required_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_oneof_with_required_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_oneof_with_required_request_body/post.md index 869660089dd..9ebdc8bef5d 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_oneof_with_required_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_oneof_with_required_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_oneof_with_required_request_body** +unit_test_api.paths.request_body_post_oneof_with_required_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_oneof_with_required_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_oneof_with_required_request_body | [OneOfApi](../../apis/tags/one_of_api.md) | This api is only for tag=oneOf | +| post_oneof_with_required_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_oneof_with_required_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostOneofWithRequiredRequestBody | This api is only for path=/requestBody/postOneofWithRequiredRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[OneofWithRequired](../../../components/schema/oneof_with_required.md) | dict, frozendict.frozendict | frozendict.frozendict | +[OneofWithRequired](../../components/schema/oneof_with_required.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_oneof_with_required_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to OneOfApi API]](../../apis/tags/one_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_pattern_is_not_anchored_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_pattern_is_not_anchored_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_pattern_is_not_anchored_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_pattern_is_not_anchored_request_body/post.md index 03a9e7e7690..5166ab70e5d 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_pattern_is_not_anchored_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_pattern_is_not_anchored_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_pattern_is_not_anchored_request_body** +unit_test_api.paths.request_body_post_pattern_is_not_anchored_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_pattern_is_not_anchored_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_pattern_is_not_anchored_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_pattern_is_not_anchored_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_pattern_is_not_anchored_request_body | [PatternApi](../../apis/tags/pattern_api.md) | This api is only for tag=pattern | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostPatternIsNotAnchoredRequestBody | This api is only for path=/requestBody/postPatternIsNotAnchoredRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[PatternIsNotAnchored](../../../components/schema/pattern_is_not_anchored.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[PatternIsNotAnchored](../../components/schema/pattern_is_not_anchored.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_pattern_is_not_anchored_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to PatternApi API]](../../apis/tags/pattern_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_pattern_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_pattern_validation_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_pattern_validation_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_pattern_validation_request_body/post.md index 2ab0188b430..200d193dd33 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_pattern_validation_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_pattern_validation_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_pattern_validation_request_body** +unit_test_api.paths.request_body_post_pattern_validation_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_pattern_validation_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_pattern_validation_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_pattern_validation_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_pattern_validation_request_body | [PatternApi](../../apis/tags/pattern_api.md) | This api is only for tag=pattern | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostPatternValidationRequestBody | This api is only for path=/requestBody/postPatternValidationRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[PatternValidation](../../../components/schema/pattern_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[PatternValidation](../../components/schema/pattern_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_pattern_validation_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to PatternApi API]](../../apis/tags/pattern_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_properties_with_escaped_characters_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_properties_with_escaped_characters_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_properties_with_escaped_characters_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_properties_with_escaped_characters_request_body/post.md index 84efe2663a4..e2b084b6e52 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_properties_with_escaped_characters_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_properties_with_escaped_characters_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_properties_with_escaped_characters_request_body** +unit_test_api.paths.request_body_post_properties_with_escaped_characters_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_properties_with_escaped_characters_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_properties_with_escaped_characters_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_properties_with_escaped_characters_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_properties_with_escaped_characters_request_body | [PropertiesApi](../../apis/tags/properties_api.md) | This api is only for tag=properties | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostPropertiesWithEscapedCharactersRequestBody | This api is only for path=/requestBody/postPropertiesWithEscapedCharactersRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[PropertiesWithEscapedCharacters](../../../components/schema/properties_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[PropertiesWithEscapedCharacters](../../components/schema/properties_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_properties_with_escaped_characters_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to PropertiesApi API]](../../apis/tags/properties_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_property_named_ref_that_is_not_a_reference_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_property_named_ref_that_is_not_a_reference_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post.md index 42472b80b90..efd01108017 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_property_named_ref_that_is_not_a_reference_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_property_named_ref_that_is_not_a_reference_request_body** +unit_test_api.paths.request_body_post_property_named_ref_that_is_not_a_reference_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_property_named_ref_that_is_not_a_reference_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_property_named_ref_that_is_not_a_reference_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_property_named_ref_that_is_not_a_reference_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_property_named_ref_that_is_not_a_reference_request_body | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostPropertyNamedRefThatIsNotAReferenceRequestBody | This api is only for path=/requestBody/postPropertyNamedRefThatIsNotAReferenceRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[PropertyNamedRefThatIsNotAReference](../../../components/schema/property_named_ref_that_is_not_a_reference.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[PropertyNamedRefThatIsNotAReference](../../components/schema/property_named_ref_that_is_not_a_reference.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_property_named_ref_that_is_not_a_reference_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_additionalproperties_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_additionalproperties_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_additionalproperties_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_additionalproperties_request_body/post.md index bd47b2c4b69..85c64883098 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_additionalproperties_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_additionalproperties_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_ref_in_additionalproperties_request_body** +unit_test_api.paths.request_body_post_ref_in_additionalproperties_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ref_in_additionalproperties_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_ref_in_additionalproperties_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ref_in_additionalproperties_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ref_in_additionalproperties_request_body | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostRefInAdditionalpropertiesRequestBody | This api is only for path=/requestBody/postRefInAdditionalpropertiesRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RefInAdditionalproperties](../../../components/schema/ref_in_additionalproperties.md) | dict, frozendict.frozendict | frozendict.frozendict | +[RefInAdditionalproperties](../../components/schema/ref_in_additionalproperties.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Return Types @@ -97,4 +106,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_ref_in_additionalproperties_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_uri_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_allof_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_uri_format_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_allof_request_body/post.md index 315714f169a..cf55f0c363e 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_uri_format_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_allof_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_uri_format_request_body** +unit_test_api.paths.request_body_post_ref_in_allof_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ref_in_allof_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_ref_in_allof_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ref_in_allof_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ref_in_allof_request_body | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostRefInAllofRequestBody | This api is only for path=/requestBody/postRefInAllofRequestBody | ## Table of Contents - [General Info](#general-info) @@ -11,7 +20,7 @@ ## General Info | Field | Value | | ----- | ----- | -| Path | "/requestBody/postUriFormatRequestBody" | +| Path | "/requestBody/postRefInAllofRequestBody" | | HTTP Method | post | ## Arguments @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[UriFormat](../../../components/schema/uri_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RefInAllof](../../components/schema/ref_in_allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -85,14 +94,19 @@ with unit_test_api.ApiClient(used_configuration) as api_client: api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) # example passing only required values which don't have defaults set - body = uri_format.UriFormat(None) + body = ref_in_allof.RefInAllof(None) try: - api_response = api_instance.post_uri_format_request_body( + api_response = api_instance.post_ref_in_allof_request_body( body=body, ) pprint(api_response) except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_uri_format_request_body: %s\n" % e) + print("Exception when calling OperationRequestBodyApi->post_ref_in_allof_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_anyof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_anyof_request_body/post.md similarity index 70% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_anyof_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_anyof_request_body/post.md index b7a71339050..2e9ea6e6fb8 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_anyof_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_anyof_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_ref_in_anyof_request_body** +unit_test_api.paths.request_body_post_ref_in_anyof_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ref_in_anyof_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_ref_in_anyof_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ref_in_anyof_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ref_in_anyof_request_body | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostRefInAnyofRequestBody | This api is only for path=/requestBody/postRefInAnyofRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RefInAnyof](../../../components/schema/ref_in_anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RefInAnyof](../../components/schema/ref_in_anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_ref_in_anyof_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_items_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_items_request_body/post.md similarity index 73% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_items_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_items_request_body/post.md index 1934d510449..bc75bc2675c 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_items_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_items_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_ref_in_items_request_body** +unit_test_api.paths.request_body_post_ref_in_items_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ref_in_items_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_ref_in_items_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ref_in_items_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ref_in_items_request_body | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostRefInItemsRequestBody | This api is only for path=/requestBody/postRefInItemsRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RefInItems](../../../components/schema/ref_in_items.md) | list, tuple | tuple | +[RefInItems](../../components/schema/ref_in_items.md) | list, tuple | tuple | ## Return Types @@ -97,4 +106,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_ref_in_items_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_nested_allof_to_check_validation_semantics_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_not_request_body/post.md similarity index 72% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_nested_allof_to_check_validation_semantics_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_not_request_body/post.md index 45955479d7a..f35b696eb28 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_nested_allof_to_check_validation_semantics_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_not_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_nested_allof_to_check_validation_semantics_request_body** +unit_test_api.paths.request_body_post_ref_in_not_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ref_in_not_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_ref_in_not_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ref_in_not_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ref_in_not_request_body | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostRefInNotRequestBody | This api is only for path=/requestBody/postRefInNotRequestBody | ## Table of Contents - [General Info](#general-info) @@ -11,7 +20,7 @@ ## General Info | Field | Value | | ----- | ----- | -| Path | "/requestBody/postNestedAllofToCheckValidationSemanticsRequestBody" | +| Path | "/requestBody/postRefInNotRequestBody" | | HTTP Method | post | ## Arguments @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NestedAllofToCheckValidationSemantics](../../../components/schema/nested_allof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RefInNot](../../components/schema/ref_in_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -85,14 +94,19 @@ with unit_test_api.ApiClient(used_configuration) as api_client: api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) # example passing only required values which don't have defaults set - body = nested_allof_to_check_validation_semantics.NestedAllofToCheckValidationSemantics(None) + body = ref_in_not.RefInNot(None) try: - api_response = api_instance.post_nested_allof_to_check_validation_semantics_request_body( + api_response = api_instance.post_ref_in_not_request_body( body=body, ) pprint(api_response) except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_nested_allof_to_check_validation_semantics_request_body: %s\n" % e) + print("Exception when calling OperationRequestBodyApi->post_ref_in_not_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_oneof_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_oneof_request_body/post.md similarity index 70% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_oneof_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_oneof_request_body/post.md index 7a8d567ff84..9b8e8ed9012 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_oneof_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_oneof_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_ref_in_oneof_request_body** +unit_test_api.paths.request_body_post_ref_in_oneof_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ref_in_oneof_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_ref_in_oneof_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ref_in_oneof_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ref_in_oneof_request_body | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostRefInOneofRequestBody | This api is only for path=/requestBody/postRefInOneofRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RefInOneof](../../../components/schema/ref_in_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RefInOneof](../../components/schema/ref_in_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_ref_in_oneof_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_property_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_property_request_body/post.md similarity index 70% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_property_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_property_request_body/post.md index 3cef64d4134..d503b1532e7 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_ref_in_property_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_ref_in_property_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_ref_in_property_request_body** +unit_test_api.paths.request_body_post_ref_in_property_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ref_in_property_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_ref_in_property_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ref_in_property_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ref_in_property_request_body | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostRefInPropertyRequestBody | This api is only for path=/requestBody/postRefInPropertyRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RefInProperty](../../../components/schema/ref_in_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RefInProperty](../../components/schema/ref_in_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_ref_in_property_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_required_default_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_required_default_validation_request_body/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_required_default_validation_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_required_default_validation_request_body/post.md index 5f8708b33a8..956331c783e 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_required_default_validation_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_required_default_validation_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_required_default_validation_request_body** +unit_test_api.paths.request_body_post_required_default_validation_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_required_default_validation_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_required_default_validation_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_required_default_validation_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_required_default_validation_request_body | [RequiredApi](../../apis/tags/required_api.md) | This api is only for tag=required | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostRequiredDefaultValidationRequestBody | This api is only for path=/requestBody/postRequiredDefaultValidationRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RequiredDefaultValidation](../../../components/schema/required_default_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RequiredDefaultValidation](../../components/schema/required_default_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_required_default_validation_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RequiredApi API]](../../apis/tags/required_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_simple_types_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_required_validation_request_body/post.md similarity index 70% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_simple_types_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_required_validation_request_body/post.md index 3a02dfd6e97..00adaef9793 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_allof_simple_types_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_required_validation_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_allof_simple_types_request_body** +unit_test_api.paths.request_body_post_required_validation_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_required_validation_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_required_validation_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_required_validation_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_required_validation_request_body | [RequiredApi](../../apis/tags/required_api.md) | This api is only for tag=required | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostRequiredValidationRequestBody | This api is only for path=/requestBody/postRequiredValidationRequestBody | ## Table of Contents - [General Info](#general-info) @@ -11,7 +20,7 @@ ## General Info | Field | Value | | ----- | ----- | -| Path | "/requestBody/postAllofSimpleTypesRequestBody" | +| Path | "/requestBody/postRequiredValidationRequestBody" | | HTTP Method | post | ## Arguments @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AllofSimpleTypes](../../../components/schema/allof_simple_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RequiredValidation](../../components/schema/required_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -85,14 +94,19 @@ with unit_test_api.ApiClient(used_configuration) as api_client: api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) # example passing only required values which don't have defaults set - body = allof_simple_types.AllofSimpleTypes(None) + body = required_validation.RequiredValidation(None) try: - api_response = api_instance.post_allof_simple_types_request_body( + api_response = api_instance.post_required_validation_request_body( body=body, ) pprint(api_response) except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_allof_simple_types_request_body: %s\n" % e) + print("Exception when calling OperationRequestBodyApi->post_required_validation_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RequiredApi API]](../../apis/tags/required_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_required_with_empty_array_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_required_with_empty_array_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_required_with_empty_array_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_required_with_empty_array_request_body/post.md index 482abdb38ab..eb221c60e23 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_required_with_empty_array_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_required_with_empty_array_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_required_with_empty_array_request_body** +unit_test_api.paths.request_body_post_required_with_empty_array_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_required_with_empty_array_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_required_with_empty_array_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_required_with_empty_array_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_required_with_empty_array_request_body | [RequiredApi](../../apis/tags/required_api.md) | This api is only for tag=required | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostRequiredWithEmptyArrayRequestBody | This api is only for path=/requestBody/postRequiredWithEmptyArrayRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RequiredWithEmptyArray](../../../components/schema/required_with_empty_array.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RequiredWithEmptyArray](../../components/schema/required_with_empty_array.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_required_with_empty_array_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RequiredApi API]](../../apis/tags/required_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_required_with_escaped_characters_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_required_with_escaped_characters_request_body/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_required_with_escaped_characters_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_required_with_escaped_characters_request_body/post.md index dc0fc94996b..6f18d086f26 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_required_with_escaped_characters_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_required_with_escaped_characters_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_required_with_escaped_characters_request_body** +unit_test_api.paths.request_body_post_required_with_escaped_characters_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_required_with_escaped_characters_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_required_with_escaped_characters_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_required_with_escaped_characters_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_required_with_escaped_characters_request_body | [RequiredApi](../../apis/tags/required_api.md) | This api is only for tag=required | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostRequiredWithEscapedCharactersRequestBody | This api is only for path=/requestBody/postRequiredWithEscapedCharactersRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RequiredWithEscapedCharacters](../../../components/schema/required_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RequiredWithEscapedCharacters](../../components/schema/required_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_required_with_escaped_characters_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RequiredApi API]](../../apis/tags/required_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_simple_enum_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_simple_enum_validation_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_simple_enum_validation_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_simple_enum_validation_request_body/post.md index 27c61d80c8e..26c2345e8d3 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_simple_enum_validation_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_simple_enum_validation_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_simple_enum_validation_request_body** +unit_test_api.paths.request_body_post_simple_enum_validation_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_simple_enum_validation_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_simple_enum_validation_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_simple_enum_validation_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_simple_enum_validation_request_body | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostSimpleEnumValidationRequestBody | This api is only for path=/requestBody/postSimpleEnumValidationRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[SimpleEnumValidation](../../../components/schema/simple_enum_validation.md) | decimal.Decimal, int, float | decimal.Decimal | +[SimpleEnumValidation](../../components/schema/simple_enum_validation.md) | decimal.Decimal, int, float | decimal.Decimal | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_simple_enum_validation_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_string_type_matches_strings_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_string_type_matches_strings_request_body/post.md similarity index 71% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_string_type_matches_strings_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_string_type_matches_strings_request_body/post.md index cadfdf0007c..a99a0560cae 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_string_type_matches_strings_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_string_type_matches_strings_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_string_type_matches_strings_request_body** +unit_test_api.paths.request_body_post_string_type_matches_strings_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_string_type_matches_strings_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_string_type_matches_strings_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_string_type_matches_strings_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_string_type_matches_strings_request_body | [TypeApi](../../apis/tags/type_api.md) | This api is only for tag=type | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostStringTypeMatchesStringsRequestBody | This api is only for path=/requestBody/postStringTypeMatchesStringsRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[StringTypeMatchesStrings](../../../components/schema/string_type_matches_strings.md) | str | str | +[StringTypeMatchesStrings](../../components/schema/string_type_matches_strings.md) | str | str | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_string_type_matches_strings_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to TypeApi API]](../../apis/tags/type_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post.md index 36f57177fe9..b767cf1146b 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body** +unit_test_api.paths.request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body | [DefaultApi](../../apis/tags/default_api.md) | This api is only for tag=default | +| post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostTheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingRequestBody | This api is only for path=/requestBody/postTheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing](../../../components/schema/the_default_keyword_does_not_do_anything_if_the_property_is_missing.md) | dict, frozendict.frozendict | frozendict.frozendict | +[TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing](../../components/schema/the_default_keyword_does_not_do_anything_if_the_property_is_missing.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Return Types @@ -97,4 +106,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to DefaultApi API]](../../apis/tags/default_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_uniqueitems_false_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_uniqueitems_false_validation_request_body/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_uniqueitems_false_validation_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_uniqueitems_false_validation_request_body/post.md index 0a9352b6291..c09c9ee533b 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_uniqueitems_false_validation_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_uniqueitems_false_validation_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_uniqueitems_false_validation_request_body** +unit_test_api.paths.request_body_post_uniqueitems_false_validation_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_uniqueitems_false_validation_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_uniqueitems_false_validation_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_uniqueitems_false_validation_request_body | [UniqueItemsApi](../../apis/tags/unique_items_api.md) | This api is only for tag=uniqueItems | +| post_uniqueitems_false_validation_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostUniqueitemsFalseValidationRequestBody | This api is only for path=/requestBody/postUniqueitemsFalseValidationRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[UniqueitemsFalseValidation](../../../components/schema/uniqueitems_false_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[UniqueitemsFalseValidation](../../components/schema/uniqueitems_false_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_uniqueitems_false_validation_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to UniqueItemsApi API]](../../apis/tags/unique_items_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_uniqueitems_validation_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_uniqueitems_validation_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_uniqueitems_validation_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_uniqueitems_validation_request_body/post.md index a2c977ea13f..3a56f8cb938 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_uniqueitems_validation_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_uniqueitems_validation_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_uniqueitems_validation_request_body** +unit_test_api.paths.request_body_post_uniqueitems_validation_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_uniqueitems_validation_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_uniqueitems_validation_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_uniqueitems_validation_request_body | [UniqueItemsApi](../../apis/tags/unique_items_api.md) | This api is only for tag=uniqueItems | +| post_uniqueitems_validation_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostUniqueitemsValidationRequestBody | This api is only for path=/requestBody/postUniqueitemsValidationRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[UniqueitemsValidation](../../../components/schema/uniqueitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[UniqueitemsValidation](../../components/schema/uniqueitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_uniqueitems_validation_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to UniqueItemsApi API]](../../apis/tags/unique_items_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_by_number_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_uri_format_request_body/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_by_number_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_uri_format_request_body/post.md index cde67d41dc1..c855d1f26f6 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_by_number_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_uri_format_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_by_number_request_body** +unit_test_api.paths.request_body_post_uri_format_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_uri_format_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_uri_format_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_uri_format_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_uri_format_request_body | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostUriFormatRequestBody | This api is only for path=/requestBody/postUriFormatRequestBody | ## Table of Contents - [General Info](#general-info) @@ -11,7 +20,7 @@ ## General Info | Field | Value | | ----- | ----- | -| Path | "/requestBody/postByNumberRequestBody" | +| Path | "/requestBody/postUriFormatRequestBody" | | HTTP Method | post | ## Arguments @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ByNumber](../../../components/schema/by_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[UriFormat](../../components/schema/uri_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -85,14 +94,19 @@ with unit_test_api.ApiClient(used_configuration) as api_client: api_instance = operation_request_body_api.OperationRequestBodyApi(api_client) # example passing only required values which don't have defaults set - body = by_number.ByNumber(None) + body = uri_format.UriFormat(None) try: - api_response = api_instance.post_by_number_request_body( + api_response = api_instance.post_uri_format_request_body( body=body, ) pprint(api_response) except unit_test_api.ApiException as e: - print("Exception when calling OperationRequestBodyApi->post_by_number_request_body: %s\n" % e) + print("Exception when calling OperationRequestBodyApi->post_uri_format_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_uri_reference_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_uri_reference_format_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_uri_reference_format_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_uri_reference_format_request_body/post.md index 6aa3eebbacb..476323a0822 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_uri_reference_format_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_uri_reference_format_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_uri_reference_format_request_body** +unit_test_api.paths.request_body_post_uri_reference_format_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_uri_reference_format_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_uri_reference_format_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_uri_reference_format_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_uri_reference_format_request_body | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostUriReferenceFormatRequestBody | This api is only for path=/requestBody/postUriReferenceFormatRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[UriReferenceFormat](../../../components/schema/uri_reference_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[UriReferenceFormat](../../components/schema/uri_reference_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_uri_reference_format_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_uri_template_format_request_body.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_uri_template_format_request_body/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_uri_template_format_request_body.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_uri_template_format_request_body/post.md index e3f5944b509..f3371266c38 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/operation_request_body_api/post_uri_template_format_request_body.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/request_body_post_uri_template_format_request_body/post.md @@ -1,5 +1,14 @@ - -# **post_uri_template_format_request_body** +unit_test_api.paths.request_body_post_uri_template_format_request_body.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_uri_template_format_request_body | [OperationRequestBodyApi](../../apis/tags/operation_request_body_api.md) | This api is only for tag=operation.requestBody | +| post_uri_template_format_request_body | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_uri_template_format_request_body | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_uri_template_format_request_body | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post | ApiForPost | This api is only for this endpoint | +| post | RequestBodyPostUriTemplateFormatRequestBody | This api is only for path=/requestBody/postUriTemplateFormatRequestBody | ## Table of Contents - [General Info](#general-info) @@ -37,7 +46,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[UriTemplateFormat](../../../components/schema/uri_template_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[UriTemplateFormat](../../components/schema/uri_template_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -95,4 +104,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OperationRequestBodyApi->post_uri_template_format_request_body: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../operation_request_body_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OperationRequestBodyApi API]](../../apis/tags/operation_request_body_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post.md similarity index 63% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post.md index 0ca380978d5..ead30777d51 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types** +unit_test_api.paths.response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types | [AdditionalPropertiesApi](../../apis/tags/additional_properties_api.md) | This api is only for tag=additionalProperties | +| post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAdditionalpropertiesAllowsASchemaWhichShouldValidateResponseBodyForContentTypes | This api is only for path=/responseBody/postAdditionalpropertiesAllowsASchemaWhichShouldValidateResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAllowsASchemaWhichShouldValidate](../../../components/schema/additionalproperties_allows_a_schema_which_should_validate.md) | dict, frozendict.frozendict | frozendict.frozendict | +[AdditionalpropertiesAllowsASchemaWhichShouldValidate](../../components/schema/additionalproperties_allows_a_schema_which_should_validate.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AdditionalPropertiesApi API]](../../apis/tags/additional_properties_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post.md similarity index 62% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post.md index 51889d1c497..88a0c33d874 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_are_allowed_by_default_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_additionalproperties_are_allowed_by_default_response_body_for_content_types** +unit_test_api.paths.response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_additionalproperties_are_allowed_by_default_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_additionalproperties_are_allowed_by_default_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_additionalproperties_are_allowed_by_default_response_body_for_content_types | [AdditionalPropertiesApi](../../apis/tags/additional_properties_api.md) | This api is only for tag=additionalProperties | +| post_additionalproperties_are_allowed_by_default_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAdditionalpropertiesAreAllowedByDefaultResponseBodyForContentTypes | This api is only for path=/responseBody/postAdditionalpropertiesAreAllowedByDefaultResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AdditionalpropertiesAreAllowedByDefault](../../../components/schema/additionalproperties_are_allowed_by_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AdditionalpropertiesAreAllowedByDefault](../../components/schema/additionalproperties_are_allowed_by_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_additionalproperties_are_allowed_by_default_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AdditionalPropertiesApi API]](../../apis/tags/additional_properties_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post.md index b580f7eb2ab..dd6432d1c27 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_can_exist_by_itself_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_additionalproperties_can_exist_by_itself_response_body_for_content_types** +unit_test_api.paths.response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_additionalproperties_can_exist_by_itself_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_additionalproperties_can_exist_by_itself_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_additionalproperties_can_exist_by_itself_response_body_for_content_types | [AdditionalPropertiesApi](../../apis/tags/additional_properties_api.md) | This api is only for tag=additionalProperties | +| post_additionalproperties_can_exist_by_itself_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAdditionalpropertiesCanExistByItselfResponseBodyForContentTypes | This api is only for path=/responseBody/postAdditionalpropertiesCanExistByItselfResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AdditionalpropertiesCanExistByItself](../../../components/schema/additionalproperties_can_exist_by_itself.md) | dict, frozendict.frozendict | frozendict.frozendict | +[AdditionalpropertiesCanExistByItself](../../components/schema/additionalproperties_can_exist_by_itself.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_additionalproperties_can_exist_by_itself_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AdditionalPropertiesApi API]](../../apis/tags/additional_properties_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post.md similarity index 62% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post.md index 0a733b0686d..a029c51a095 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types** +unit_test_api.paths.response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types | [AdditionalPropertiesApi](../../apis/tags/additional_properties_api.md) | This api is only for tag=additionalProperties | +| post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAdditionalpropertiesShouldNotLookInApplicatorsResponseBodyForContentTypes | This api is only for path=/responseBody/postAdditionalpropertiesShouldNotLookInApplicatorsResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AdditionalpropertiesShouldNotLookInApplicators](../../../components/schema/additionalproperties_should_not_look_in_applicators.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AdditionalpropertiesShouldNotLookInApplicators](../../components/schema/additionalproperties_should_not_look_in_applicators.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AdditionalPropertiesApi API]](../../apis/tags/additional_properties_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post.md index 19fc2d4dfc5..d6c8de85370 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_combined_with_anyof_oneof_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_allof_combined_with_anyof_oneof_response_body_for_content_types** +unit_test_api.paths.response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_combined_with_anyof_oneof_response_body_for_content_types | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_combined_with_anyof_oneof_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_combined_with_anyof_oneof_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_allof_combined_with_anyof_oneof_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAllofCombinedWithAnyofOneofResponseBodyForContentTypes | This api is only for path=/responseBody/postAllofCombinedWithAnyofOneofResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AllofCombinedWithAnyofOneof](../../../components/schema/allof_combined_with_anyof_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AllofCombinedWithAnyofOneof](../../components/schema/allof_combined_with_anyof_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling AllOfApi->post_allof_combined_with_anyof_oneof_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_response_body_for_content_types/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_response_body_for_content_types/post.md index c25c33a500d..dd148e48816 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_allof_response_body_for_content_types** +unit_test_api.paths.response_body_post_allof_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_response_body_for_content_types | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_allof_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAllofResponseBodyForContentTypes | This api is only for path=/responseBody/postAllofResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Allof](../../../components/schema/allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[Allof](../../components/schema/allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling AllOfApi->post_allof_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_simple_types_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_simple_types_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_simple_types_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_simple_types_response_body_for_content_types/post.md index 617f97dbed7..ab27c118e56 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_simple_types_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_simple_types_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_allof_simple_types_response_body_for_content_types** +unit_test_api.paths.response_body_post_allof_simple_types_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_simple_types_response_body_for_content_types | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_simple_types_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_simple_types_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_allof_simple_types_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAllofSimpleTypesResponseBodyForContentTypes | This api is only for path=/responseBody/postAllofSimpleTypesResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AllofSimpleTypes](../../../components/schema/allof_simple_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AllofSimpleTypes](../../components/schema/allof_simple_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling AllOfApi->post_allof_simple_types_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_base_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_base_schema_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post.md index f6bafeac7a1..53bce21ad43 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_base_schema_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_allof_with_base_schema_response_body_for_content_types** +unit_test_api.paths.response_body_post_allof_with_base_schema_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_with_base_schema_response_body_for_content_types | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_with_base_schema_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_with_base_schema_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_allof_with_base_schema_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAllofWithBaseSchemaResponseBodyForContentTypes | This api is only for path=/responseBody/postAllofWithBaseSchemaResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AllofWithBaseSchema](../../../components/schema/allof_with_base_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AllofWithBaseSchema](../../components/schema/allof_with_base_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling AllOfApi->post_allof_with_base_schema_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_one_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_one_empty_schema_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post.md index da9cd95f0c6..02170dccdc9 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_one_empty_schema_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_allof_with_one_empty_schema_response_body_for_content_types** +unit_test_api.paths.response_body_post_allof_with_one_empty_schema_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_with_one_empty_schema_response_body_for_content_types | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_with_one_empty_schema_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_with_one_empty_schema_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_allof_with_one_empty_schema_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAllofWithOneEmptySchemaResponseBodyForContentTypes | This api is only for path=/responseBody/postAllofWithOneEmptySchemaResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AllofWithOneEmptySchema](../../../components/schema/allof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AllofWithOneEmptySchema](../../components/schema/allof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling AllOfApi->post_allof_with_one_empty_schema_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post.md index 26423ec1e54..bf05b52c4fc 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_the_first_empty_schema_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_allof_with_the_first_empty_schema_response_body_for_content_types** +unit_test_api.paths.response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_with_the_first_empty_schema_response_body_for_content_types | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_with_the_first_empty_schema_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_with_the_first_empty_schema_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_allof_with_the_first_empty_schema_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAllofWithTheFirstEmptySchemaResponseBodyForContentTypes | This api is only for path=/responseBody/postAllofWithTheFirstEmptySchemaResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AllofWithTheFirstEmptySchema](../../../components/schema/allof_with_the_first_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AllofWithTheFirstEmptySchema](../../components/schema/allof_with_the_first_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling AllOfApi->post_allof_with_the_first_empty_schema_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post.md index 46f99e1b70c..6deda618e6b 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_the_last_empty_schema_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_allof_with_the_last_empty_schema_response_body_for_content_types** +unit_test_api.paths.response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_with_the_last_empty_schema_response_body_for_content_types | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_with_the_last_empty_schema_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_with_the_last_empty_schema_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_allof_with_the_last_empty_schema_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAllofWithTheLastEmptySchemaResponseBodyForContentTypes | This api is only for path=/responseBody/postAllofWithTheLastEmptySchemaResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AllofWithTheLastEmptySchema](../../../components/schema/allof_with_the_last_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AllofWithTheLastEmptySchema](../../components/schema/allof_with_the_last_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling AllOfApi->post_allof_with_the_last_empty_schema_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post.md index 10e1008f540..3128db1cc81 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_allof_with_two_empty_schemas_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_allof_with_two_empty_schemas_response_body_for_content_types** +unit_test_api.paths.response_body_post_allof_with_two_empty_schemas_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_allof_with_two_empty_schemas_response_body_for_content_types | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_allof_with_two_empty_schemas_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_allof_with_two_empty_schemas_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_allof_with_two_empty_schemas_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAllofWithTwoEmptySchemasResponseBodyForContentTypes | This api is only for path=/responseBody/postAllofWithTwoEmptySchemasResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AllofWithTwoEmptySchemas](../../../components/schema/allof_with_two_empty_schemas.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AllofWithTwoEmptySchemas](../../components/schema/allof_with_two_empty_schemas.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling AllOfApi->post_allof_with_two_empty_schemas_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_complex_types_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_complex_types_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post.md index 20b76269c38..bdb4c013d92 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_complex_types_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_anyof_complex_types_response_body_for_content_types** +unit_test_api.paths.response_body_post_anyof_complex_types_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_anyof_complex_types_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_anyof_complex_types_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_anyof_complex_types_response_body_for_content_types | [AnyOfApi](../../apis/tags/any_of_api.md) | This api is only for tag=anyOf | +| post_anyof_complex_types_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAnyofComplexTypesResponseBodyForContentTypes | This api is only for path=/responseBody/postAnyofComplexTypesResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AnyofComplexTypes](../../../components/schema/anyof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AnyofComplexTypes](../../components/schema/anyof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_anyof_complex_types_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AnyOfApi API]](../../apis/tags/any_of_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_anyof_response_body_for_content_types/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_anyof_response_body_for_content_types/post.md index a0e92c435e3..65347e563d6 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_anyof_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_anyof_response_body_for_content_types** +unit_test_api.paths.response_body_post_anyof_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_anyof_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_anyof_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_anyof_response_body_for_content_types | [AnyOfApi](../../apis/tags/any_of_api.md) | This api is only for tag=anyOf | +| post_anyof_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAnyofResponseBodyForContentTypes | This api is only for path=/responseBody/postAnyofResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Anyof](../../../components/schema/anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[Anyof](../../components/schema/anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_anyof_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AnyOfApi API]](../../apis/tags/any_of_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_with_base_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_with_base_schema_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post.md index c0330d8582c..f83f7b0cd7e 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_with_base_schema_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_anyof_with_base_schema_response_body_for_content_types** +unit_test_api.paths.response_body_post_anyof_with_base_schema_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_anyof_with_base_schema_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_anyof_with_base_schema_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_anyof_with_base_schema_response_body_for_content_types | [AnyOfApi](../../apis/tags/any_of_api.md) | This api is only for tag=anyOf | +| post_anyof_with_base_schema_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAnyofWithBaseSchemaResponseBodyForContentTypes | This api is only for path=/responseBody/postAnyofWithBaseSchemaResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AnyofWithBaseSchema](../../../components/schema/anyof_with_base_schema.md) | str | str | +[AnyofWithBaseSchema](../../components/schema/anyof_with_base_schema.md) | str | str | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_anyof_with_base_schema_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AnyOfApi API]](../../apis/tags/any_of_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post.md index 862390e7dd3..59de3997f1e 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_anyof_with_one_empty_schema_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_anyof_with_one_empty_schema_response_body_for_content_types** +unit_test_api.paths.response_body_post_anyof_with_one_empty_schema_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_anyof_with_one_empty_schema_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_anyof_with_one_empty_schema_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_anyof_with_one_empty_schema_response_body_for_content_types | [AnyOfApi](../../apis/tags/any_of_api.md) | This api is only for tag=anyOf | +| post_anyof_with_one_empty_schema_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostAnyofWithOneEmptySchemaResponseBodyForContentTypes | This api is only for path=/responseBody/postAnyofWithOneEmptySchemaResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[AnyofWithOneEmptySchema](../../../components/schema/anyof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[AnyofWithOneEmptySchema](../../components/schema/anyof_with_one_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_anyof_with_one_empty_schema_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AnyOfApi API]](../../apis/tags/any_of_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_array_type_matches_arrays_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_array_type_matches_arrays_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post.md index d5a60a894d0..c7c0b1dfa59 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_array_type_matches_arrays_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_array_type_matches_arrays_response_body_for_content_types** +unit_test_api.paths.response_body_post_array_type_matches_arrays_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_array_type_matches_arrays_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_array_type_matches_arrays_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_array_type_matches_arrays_response_body_for_content_types | [TypeApi](../../apis/tags/type_api.md) | This api is only for tag=type | +| post_array_type_matches_arrays_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostArrayTypeMatchesArraysResponseBodyForContentTypes | This api is only for path=/responseBody/postArrayTypeMatchesArraysResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ArrayTypeMatchesArrays](../../../components/schema/array_type_matches_arrays.md) | list, tuple | tuple | +[ArrayTypeMatchesArrays](../../components/schema/array_type_matches_arrays.md) | list, tuple | tuple | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_array_type_matches_arrays_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to TypeApi API]](../../apis/tags/type_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_boolean_type_matches_booleans_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_boolean_type_matches_booleans_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post.md index 5cfd08ee750..144f9278eea 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_boolean_type_matches_booleans_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_boolean_type_matches_booleans_response_body_for_content_types** +unit_test_api.paths.response_body_post_boolean_type_matches_booleans_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_boolean_type_matches_booleans_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_boolean_type_matches_booleans_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_boolean_type_matches_booleans_response_body_for_content_types | [TypeApi](../../apis/tags/type_api.md) | This api is only for tag=type | +| post_boolean_type_matches_booleans_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostBooleanTypeMatchesBooleansResponseBodyForContentTypes | This api is only for path=/responseBody/postBooleanTypeMatchesBooleansResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[BooleanTypeMatchesBooleans](../../../components/schema/boolean_type_matches_booleans.md) | bool | BoolClass | +[BooleanTypeMatchesBooleans](../../components/schema/boolean_type_matches_booleans.md) | bool | BoolClass | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_boolean_type_matches_booleans_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to TypeApi API]](../../apis/tags/type_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_int_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_by_int_response_body_for_content_types/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_int_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_by_int_response_body_for_content_types/post.md index 687cbe24206..911e70f70a0 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_int_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_by_int_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_by_int_response_body_for_content_types** +unit_test_api.paths.response_body_post_by_int_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_by_int_response_body_for_content_types | [MultipleOfApi](../../apis/tags/multiple_of_api.md) | This api is only for tag=multipleOf | +| post_by_int_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_by_int_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_by_int_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostByIntResponseBodyForContentTypes | This api is only for path=/responseBody/postByIntResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ByInt](../../../components/schema/by_int.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[ByInt](../../components/schema/by_int.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling MultipleOfApi->post_by_int_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../multiple_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to MultipleOfApi API]](../../apis/tags/multiple_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_number_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_by_number_response_body_for_content_types/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_number_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_by_number_response_body_for_content_types/post.md index b794b3f1d56..d9ce9671ace 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_number_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_by_number_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_by_number_response_body_for_content_types** +unit_test_api.paths.response_body_post_by_number_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_by_number_response_body_for_content_types | [MultipleOfApi](../../apis/tags/multiple_of_api.md) | This api is only for tag=multipleOf | +| post_by_number_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_by_number_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_by_number_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostByNumberResponseBodyForContentTypes | This api is only for path=/responseBody/postByNumberResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ByNumber](../../../components/schema/by_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[ByNumber](../../components/schema/by_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling MultipleOfApi->post_by_number_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../multiple_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to MultipleOfApi API]](../../apis/tags/multiple_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_small_number_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_by_small_number_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_small_number_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_by_small_number_response_body_for_content_types/post.md index c801849d36e..1ed6ac259ce 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_by_small_number_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_by_small_number_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_by_small_number_response_body_for_content_types** +unit_test_api.paths.response_body_post_by_small_number_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_by_small_number_response_body_for_content_types | [MultipleOfApi](../../apis/tags/multiple_of_api.md) | This api is only for tag=multipleOf | +| post_by_small_number_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_by_small_number_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_by_small_number_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostBySmallNumberResponseBodyForContentTypes | This api is only for path=/responseBody/postBySmallNumberResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[BySmallNumber](../../../components/schema/by_small_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[BySmallNumber](../../components/schema/by_small_number.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling MultipleOfApi->post_by_small_number_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../multiple_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to MultipleOfApi API]](../../apis/tags/multiple_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_date_time_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_date_time_format_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_date_time_format_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_date_time_format_response_body_for_content_types/post.md index 677b0b5d97b..93cc18dcc66 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_date_time_format_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_date_time_format_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_date_time_format_response_body_for_content_types** +unit_test_api.paths.response_body_post_date_time_format_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_date_time_format_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_date_time_format_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_date_time_format_response_body_for_content_types | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post_date_time_format_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostDateTimeFormatResponseBodyForContentTypes | This api is only for path=/responseBody/postDateTimeFormatResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[DateTimeFormat](../../../components/schema/date_time_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[DateTimeFormat](../../components/schema/date_time_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_date_time_format_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_email_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_email_format_response_body_for_content_types/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_email_format_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_email_format_response_body_for_content_types/post.md index b285a74ccb3..f4c783e2e98 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_email_format_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_email_format_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_email_format_response_body_for_content_types** +unit_test_api.paths.response_body_post_email_format_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_email_format_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_email_format_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_email_format_response_body_for_content_types | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post_email_format_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostEmailFormatResponseBodyForContentTypes | This api is only for path=/responseBody/postEmailFormatResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[EmailFormat](../../../components/schema/email_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[EmailFormat](../../components/schema/email_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_email_format_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post.md index e80d0935b5f..c541f7c6e0a 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with0_does_not_match_false_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_enum_with0_does_not_match_false_response_body_for_content_types** +unit_test_api.paths.response_body_post_enum_with0_does_not_match_false_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_enum_with0_does_not_match_false_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_enum_with0_does_not_match_false_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_enum_with0_does_not_match_false_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_enum_with0_does_not_match_false_response_body_for_content_types | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostEnumWith0DoesNotMatchFalseResponseBodyForContentTypes | This api is only for path=/responseBody/postEnumWith0DoesNotMatchFalseResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[EnumWith0DoesNotMatchFalse](../../../components/schema/enum_with0_does_not_match_false.md) | decimal.Decimal, int, float | decimal.Decimal | +[EnumWith0DoesNotMatchFalse](../../components/schema/enum_with0_does_not_match_false.md) | decimal.Decimal, int, float | decimal.Decimal | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_enum_with0_does_not_match_false_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post.md index 9546a2603ad..0a9954e1429 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with1_does_not_match_true_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_enum_with1_does_not_match_true_response_body_for_content_types** +unit_test_api.paths.response_body_post_enum_with1_does_not_match_true_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_enum_with1_does_not_match_true_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_enum_with1_does_not_match_true_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_enum_with1_does_not_match_true_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_enum_with1_does_not_match_true_response_body_for_content_types | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostEnumWith1DoesNotMatchTrueResponseBodyForContentTypes | This api is only for path=/responseBody/postEnumWith1DoesNotMatchTrueResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[EnumWith1DoesNotMatchTrue](../../../components/schema/enum_with1_does_not_match_true.md) | decimal.Decimal, int, float | decimal.Decimal | +[EnumWith1DoesNotMatchTrue](../../components/schema/enum_with1_does_not_match_true.md) | decimal.Decimal, int, float | decimal.Decimal | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_enum_with1_does_not_match_true_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_escaped_characters_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_escaped_characters_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post.md index 60a9363ed0e..97bf7dd5de4 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_escaped_characters_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_enum_with_escaped_characters_response_body_for_content_types** +unit_test_api.paths.response_body_post_enum_with_escaped_characters_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_enum_with_escaped_characters_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_enum_with_escaped_characters_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_enum_with_escaped_characters_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_enum_with_escaped_characters_response_body_for_content_types | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostEnumWithEscapedCharactersResponseBodyForContentTypes | This api is only for path=/responseBody/postEnumWithEscapedCharactersResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[EnumWithEscapedCharacters](../../../components/schema/enum_with_escaped_characters.md) | str | str | +[EnumWithEscapedCharacters](../../components/schema/enum_with_escaped_characters.md) | str | str | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_enum_with_escaped_characters_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post.md index bd8f54eb4c6..1ccf7c9fc79 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_false_does_not_match0_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_enum_with_false_does_not_match0_response_body_for_content_types** +unit_test_api.paths.response_body_post_enum_with_false_does_not_match0_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_enum_with_false_does_not_match0_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_enum_with_false_does_not_match0_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_enum_with_false_does_not_match0_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_enum_with_false_does_not_match0_response_body_for_content_types | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostEnumWithFalseDoesNotMatch0ResponseBodyForContentTypes | This api is only for path=/responseBody/postEnumWithFalseDoesNotMatch0ResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[EnumWithFalseDoesNotMatch0](../../../components/schema/enum_with_false_does_not_match0.md) | bool | BoolClass | +[EnumWithFalseDoesNotMatch0](../../components/schema/enum_with_false_does_not_match0.md) | bool | BoolClass | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_enum_with_false_does_not_match0_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post.md index 6ce856d4caf..ebf91f8d446 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enum_with_true_does_not_match1_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_enum_with_true_does_not_match1_response_body_for_content_types** +unit_test_api.paths.response_body_post_enum_with_true_does_not_match1_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_enum_with_true_does_not_match1_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_enum_with_true_does_not_match1_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_enum_with_true_does_not_match1_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_enum_with_true_does_not_match1_response_body_for_content_types | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostEnumWithTrueDoesNotMatch1ResponseBodyForContentTypes | This api is only for path=/responseBody/postEnumWithTrueDoesNotMatch1ResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[EnumWithTrueDoesNotMatch1](../../../components/schema/enum_with_true_does_not_match1.md) | bool | BoolClass | +[EnumWithTrueDoesNotMatch1](../../components/schema/enum_with_true_does_not_match1.md) | bool | BoolClass | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_enum_with_true_does_not_match1_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enums_in_properties_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enums_in_properties_response_body_for_content_types/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enums_in_properties_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enums_in_properties_response_body_for_content_types/post.md index a3d5754ad78..ceb7feb0fd3 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_enums_in_properties_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_enums_in_properties_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_enums_in_properties_response_body_for_content_types** +unit_test_api.paths.response_body_post_enums_in_properties_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_enums_in_properties_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_enums_in_properties_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_enums_in_properties_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_enums_in_properties_response_body_for_content_types | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostEnumsInPropertiesResponseBodyForContentTypes | This api is only for path=/responseBody/postEnumsInPropertiesResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[EnumsInProperties](../../../components/schema/enums_in_properties.md) | dict, frozendict.frozendict | frozendict.frozendict | +[EnumsInProperties](../../components/schema/enums_in_properties.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_enums_in_properties_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_forbidden_property_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_forbidden_property_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_forbidden_property_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_forbidden_property_response_body_for_content_types/post.md index 809d494a59e..5478c27dd18 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_forbidden_property_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_forbidden_property_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_forbidden_property_response_body_for_content_types** +unit_test_api.paths.response_body_post_forbidden_property_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_forbidden_property_response_body_for_content_types | [_NotApi](../../apis/tags/_not_api.md) | This api is only for tag=not | +| post_forbidden_property_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_forbidden_property_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_forbidden_property_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostForbiddenPropertyResponseBodyForContentTypes | This api is only for path=/responseBody/postForbiddenPropertyResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ForbiddenProperty](../../../components/schema/forbidden_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[ForbiddenProperty](../../components/schema/forbidden_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling _NotApi->post_forbidden_property_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../_not_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to _NotApi API]](../../apis/tags/_not_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_hostname_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_hostname_format_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_hostname_format_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_hostname_format_response_body_for_content_types/post.md index e77def936ec..92d57a05030 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_hostname_format_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_hostname_format_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_hostname_format_response_body_for_content_types** +unit_test_api.paths.response_body_post_hostname_format_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_hostname_format_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_hostname_format_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_hostname_format_response_body_for_content_types | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post_hostname_format_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostHostnameFormatResponseBodyForContentTypes | This api is only for path=/responseBody/postHostnameFormatResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[HostnameFormat](../../../components/schema/hostname_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[HostnameFormat](../../components/schema/hostname_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_hostname_format_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_integer_type_matches_integers_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_integer_type_matches_integers_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post.md index efe5af4c4ea..f83273146f7 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_integer_type_matches_integers_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_integer_type_matches_integers_response_body_for_content_types** +unit_test_api.paths.response_body_post_integer_type_matches_integers_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_integer_type_matches_integers_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_integer_type_matches_integers_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_integer_type_matches_integers_response_body_for_content_types | [TypeApi](../../apis/tags/type_api.md) | This api is only for tag=type | +| post_integer_type_matches_integers_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostIntegerTypeMatchesIntegersResponseBodyForContentTypes | This api is only for path=/responseBody/postIntegerTypeMatchesIntegersResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[IntegerTypeMatchesIntegers](../../../components/schema/integer_type_matches_integers.md) | decimal.Decimal, int | decimal.Decimal | +[IntegerTypeMatchesIntegers](../../components/schema/integer_type_matches_integers.md) | decimal.Decimal, int | decimal.Decimal | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_integer_type_matches_integers_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to TypeApi API]](../../apis/tags/type_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post.md index 6fc1571a943..89c9192692c 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/multiple_of_api/post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types** +unit_test_api.paths.response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types | [MultipleOfApi](../../apis/tags/multiple_of_api.md) | This api is only for tag=multipleOf | +| post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostInvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfResponseBodyForContentTypes | This api is only for path=/responseBody/postInvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf](../../../components/schema/invalid_instance_should_not_raise_error_when_float_division_inf.md) | decimal.Decimal, int | decimal.Decimal | +[InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf](../../components/schema/invalid_instance_should_not_raise_error_when_float_division_inf.md) | decimal.Decimal, int | decimal.Decimal | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling MultipleOfApi->post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../multiple_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to MultipleOfApi API]](../../apis/tags/multiple_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api/post_invalid_string_value_for_default_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api/post_invalid_string_value_for_default_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post.md index 1b4a2113ff4..604ba06c005 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api/post_invalid_string_value_for_default_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_invalid_string_value_for_default_response_body_for_content_types** +unit_test_api.paths.response_body_post_invalid_string_value_for_default_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_invalid_string_value_for_default_response_body_for_content_types | [DefaultApi](../../apis/tags/default_api.md) | This api is only for tag=default | +| post_invalid_string_value_for_default_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_invalid_string_value_for_default_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_invalid_string_value_for_default_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostInvalidStringValueForDefaultResponseBodyForContentTypes | This api is only for path=/responseBody/postInvalidStringValueForDefaultResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[InvalidStringValueForDefault](../../../components/schema/invalid_string_value_for_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[InvalidStringValueForDefault](../../components/schema/invalid_string_value_for_default.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling DefaultApi->post_invalid_string_value_for_default_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../default_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to DefaultApi API]](../../apis/tags/default_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ipv4_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ipv4_format_response_body_for_content_types/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ipv4_format_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ipv4_format_response_body_for_content_types/post.md index f85cd9e1e5c..d2bdcceb039 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ipv4_format_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ipv4_format_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_ipv4_format_response_body_for_content_types** +unit_test_api.paths.response_body_post_ipv4_format_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ipv4_format_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ipv4_format_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ipv4_format_response_body_for_content_types | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post_ipv4_format_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostIpv4FormatResponseBodyForContentTypes | This api is only for path=/responseBody/postIpv4FormatResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Ipv4Format](../../../components/schema/ipv4_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[Ipv4Format](../../components/schema/ipv4_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_ipv4_format_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ipv6_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ipv6_format_response_body_for_content_types/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ipv6_format_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ipv6_format_response_body_for_content_types/post.md index 90531506d8c..6fceb235a0b 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ipv6_format_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ipv6_format_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_ipv6_format_response_body_for_content_types** +unit_test_api.paths.response_body_post_ipv6_format_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ipv6_format_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ipv6_format_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ipv6_format_response_body_for_content_types | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post_ipv6_format_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostIpv6FormatResponseBodyForContentTypes | This api is only for path=/responseBody/postIpv6FormatResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Ipv6Format](../../../components/schema/ipv6_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[Ipv6Format](../../components/schema/ipv6_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_ipv6_format_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_json_pointer_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_json_pointer_format_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_json_pointer_format_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_json_pointer_format_response_body_for_content_types/post.md index 8515df35070..c3dcb2023f5 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_json_pointer_format_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_json_pointer_format_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_json_pointer_format_response_body_for_content_types** +unit_test_api.paths.response_body_post_json_pointer_format_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_json_pointer_format_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_json_pointer_format_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_json_pointer_format_response_body_for_content_types | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post_json_pointer_format_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostJsonPointerFormatResponseBodyForContentTypes | This api is only for path=/responseBody/postJsonPointerFormatResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[JsonPointerFormat](../../../components/schema/json_pointer_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[JsonPointerFormat](../../components/schema/json_pointer_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_json_pointer_format_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maximum_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maximum_validation_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maximum_validation_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maximum_validation_response_body_for_content_types/post.md index 804b9b753e3..cfd636fe5f5 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maximum_validation_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maximum_validation_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_maximum_validation_response_body_for_content_types** +unit_test_api.paths.response_body_post_maximum_validation_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_maximum_validation_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_maximum_validation_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_maximum_validation_response_body_for_content_types | [MaximumApi](../../apis/tags/maximum_api.md) | This api is only for tag=maximum | +| post_maximum_validation_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostMaximumValidationResponseBodyForContentTypes | This api is only for path=/responseBody/postMaximumValidationResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MaximumValidation](../../../components/schema/maximum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MaximumValidation](../../components/schema/maximum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_maximum_validation_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to MaximumApi API]](../../apis/tags/maximum_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post.md similarity index 63% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post.md index 5d3a38297b3..a2c2b8c5eff 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maximum_validation_with_unsigned_integer_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_maximum_validation_with_unsigned_integer_response_body_for_content_types** +unit_test_api.paths.response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_maximum_validation_with_unsigned_integer_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_maximum_validation_with_unsigned_integer_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_maximum_validation_with_unsigned_integer_response_body_for_content_types | [MaximumApi](../../apis/tags/maximum_api.md) | This api is only for tag=maximum | +| post_maximum_validation_with_unsigned_integer_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostMaximumValidationWithUnsignedIntegerResponseBodyForContentTypes | This api is only for path=/responseBody/postMaximumValidationWithUnsignedIntegerResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MaximumValidationWithUnsignedInteger](../../../components/schema/maximum_validation_with_unsigned_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MaximumValidationWithUnsignedInteger](../../components/schema/maximum_validation_with_unsigned_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_maximum_validation_with_unsigned_integer_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to MaximumApi API]](../../apis/tags/maximum_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_items_api/post_maxitems_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maxitems_validation_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_items_api/post_maxitems_validation_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maxitems_validation_response_body_for_content_types/post.md index 28ba9ecdc17..a5528964949 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/max_items_api/post_maxitems_validation_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maxitems_validation_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_maxitems_validation_response_body_for_content_types** +unit_test_api.paths.response_body_post_maxitems_validation_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_maxitems_validation_response_body_for_content_types | [MaxItemsApi](../../apis/tags/max_items_api.md) | This api is only for tag=maxItems | +| post_maxitems_validation_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_maxitems_validation_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_maxitems_validation_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostMaxitemsValidationResponseBodyForContentTypes | This api is only for path=/responseBody/postMaxitemsValidationResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MaxitemsValidation](../../../components/schema/maxitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MaxitemsValidation](../../components/schema/maxitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling MaxItemsApi->post_maxitems_validation_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../max_items_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to MaxItemsApi API]](../../apis/tags/max_items_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxlength_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maxlength_validation_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxlength_validation_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maxlength_validation_response_body_for_content_types/post.md index aa81d016224..ccf5d208c05 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxlength_validation_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maxlength_validation_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_maxlength_validation_response_body_for_content_types** +unit_test_api.paths.response_body_post_maxlength_validation_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_maxlength_validation_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_maxlength_validation_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_maxlength_validation_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_maxlength_validation_response_body_for_content_types | [MaxLengthApi](../../apis/tags/max_length_api.md) | This api is only for tag=maxLength | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostMaxlengthValidationResponseBodyForContentTypes | This api is only for path=/responseBody/postMaxlengthValidationResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MaxlengthValidation](../../../components/schema/maxlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MaxlengthValidation](../../components/schema/maxlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_maxlength_validation_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to MaxLengthApi API]](../../apis/tags/max_length_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post.md similarity index 63% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post.md index 161b9a9ec4f..0eef637e2ff 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_maxproperties0_means_the_object_is_empty_response_body_for_content_types** +unit_test_api.paths.response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_maxproperties0_means_the_object_is_empty_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_maxproperties0_means_the_object_is_empty_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_maxproperties0_means_the_object_is_empty_response_body_for_content_types | [MaxPropertiesApi](../../apis/tags/max_properties_api.md) | This api is only for tag=maxProperties | +| post_maxproperties0_means_the_object_is_empty_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostMaxproperties0MeansTheObjectIsEmptyResponseBodyForContentTypes | This api is only for path=/responseBody/postMaxproperties0MeansTheObjectIsEmptyResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Maxproperties0MeansTheObjectIsEmpty](../../../components/schema/maxproperties0_means_the_object_is_empty.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[Maxproperties0MeansTheObjectIsEmpty](../../components/schema/maxproperties0_means_the_object_is_empty.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_maxproperties0_means_the_object_is_empty_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to MaxPropertiesApi API]](../../apis/tags/max_properties_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxproperties_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxproperties_validation_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post.md index ee356ac7e5a..1b5451e9b61 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_maxproperties_validation_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_maxproperties_validation_response_body_for_content_types** +unit_test_api.paths.response_body_post_maxproperties_validation_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_maxproperties_validation_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_maxproperties_validation_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_maxproperties_validation_response_body_for_content_types | [MaxPropertiesApi](../../apis/tags/max_properties_api.md) | This api is only for tag=maxProperties | +| post_maxproperties_validation_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostMaxpropertiesValidationResponseBodyForContentTypes | This api is only for path=/responseBody/postMaxpropertiesValidationResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MaxpropertiesValidation](../../../components/schema/maxproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MaxpropertiesValidation](../../components/schema/maxproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_maxproperties_validation_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to MaxPropertiesApi API]](../../apis/tags/max_properties_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minimum_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_minimum_validation_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minimum_validation_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_minimum_validation_response_body_for_content_types/post.md index 04eb351fca9..28044cb81bd 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minimum_validation_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_minimum_validation_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_minimum_validation_response_body_for_content_types** +unit_test_api.paths.response_body_post_minimum_validation_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_minimum_validation_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_minimum_validation_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_minimum_validation_response_body_for_content_types | [MinimumApi](../../apis/tags/minimum_api.md) | This api is only for tag=minimum | +| post_minimum_validation_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostMinimumValidationResponseBodyForContentTypes | This api is only for path=/responseBody/postMinimumValidationResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MinimumValidation](../../../components/schema/minimum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MinimumValidation](../../components/schema/minimum_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_minimum_validation_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to MinimumApi API]](../../apis/tags/minimum_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post.md similarity index 63% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post.md index 8d29af8c943..e7858c626db 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minimum_validation_with_signed_integer_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_minimum_validation_with_signed_integer_response_body_for_content_types** +unit_test_api.paths.response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_minimum_validation_with_signed_integer_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_minimum_validation_with_signed_integer_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_minimum_validation_with_signed_integer_response_body_for_content_types | [MinimumApi](../../apis/tags/minimum_api.md) | This api is only for tag=minimum | +| post_minimum_validation_with_signed_integer_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostMinimumValidationWithSignedIntegerResponseBodyForContentTypes | This api is only for path=/responseBody/postMinimumValidationWithSignedIntegerResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MinimumValidationWithSignedInteger](../../../components/schema/minimum_validation_with_signed_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MinimumValidationWithSignedInteger](../../components/schema/minimum_validation_with_signed_integer.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_minimum_validation_with_signed_integer_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to MinimumApi API]](../../apis/tags/minimum_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_items_api/post_minitems_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_minitems_validation_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_items_api/post_minitems_validation_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_minitems_validation_response_body_for_content_types/post.md index 1ae8a6c252a..d09e4921a51 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/min_items_api/post_minitems_validation_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_minitems_validation_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_minitems_validation_response_body_for_content_types** +unit_test_api.paths.response_body_post_minitems_validation_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_minitems_validation_response_body_for_content_types | [MinItemsApi](../../apis/tags/min_items_api.md) | This api is only for tag=minItems | +| post_minitems_validation_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_minitems_validation_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_minitems_validation_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostMinitemsValidationResponseBodyForContentTypes | This api is only for path=/responseBody/postMinitemsValidationResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MinitemsValidation](../../../components/schema/minitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MinitemsValidation](../../components/schema/minitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling MinItemsApi->post_minitems_validation_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../min_items_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to MinItemsApi API]](../../apis/tags/min_items_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minlength_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_minlength_validation_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minlength_validation_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_minlength_validation_response_body_for_content_types/post.md index 0864a171e72..a62982be109 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minlength_validation_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_minlength_validation_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_minlength_validation_response_body_for_content_types** +unit_test_api.paths.response_body_post_minlength_validation_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_minlength_validation_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_minlength_validation_response_body_for_content_types | [MinLengthApi](../../apis/tags/min_length_api.md) | This api is only for tag=minLength | +| post_minlength_validation_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_minlength_validation_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostMinlengthValidationResponseBodyForContentTypes | This api is only for path=/responseBody/postMinlengthValidationResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MinlengthValidation](../../../components/schema/minlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MinlengthValidation](../../components/schema/minlength_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_minlength_validation_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to MinLengthApi API]](../../apis/tags/min_length_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minproperties_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_minproperties_validation_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minproperties_validation_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_minproperties_validation_response_body_for_content_types/post.md index 038ed03e4fe..9cf5fcbd939 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_minproperties_validation_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_minproperties_validation_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_minproperties_validation_response_body_for_content_types** +unit_test_api.paths.response_body_post_minproperties_validation_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_minproperties_validation_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_minproperties_validation_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_minproperties_validation_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_minproperties_validation_response_body_for_content_types | [MinPropertiesApi](../../apis/tags/min_properties_api.md) | This api is only for tag=minProperties | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostMinpropertiesValidationResponseBodyForContentTypes | This api is only for path=/responseBody/postMinpropertiesValidationResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[MinpropertiesValidation](../../../components/schema/minproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[MinpropertiesValidation](../../components/schema/minproperties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_minproperties_validation_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to MinPropertiesApi API]](../../apis/tags/min_properties_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post.md similarity index 63% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post.md index 5ccadbf278b..9fc50a6bda4 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/all_of_api/post_nested_allof_to_check_validation_semantics_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_nested_allof_to_check_validation_semantics_response_body_for_content_types** +unit_test_api.paths.response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_nested_allof_to_check_validation_semantics_response_body_for_content_types | [AllOfApi](../../apis/tags/all_of_api.md) | This api is only for tag=allOf | +| post_nested_allof_to_check_validation_semantics_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_nested_allof_to_check_validation_semantics_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_nested_allof_to_check_validation_semantics_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostNestedAllofToCheckValidationSemanticsResponseBodyForContentTypes | This api is only for path=/responseBody/postNestedAllofToCheckValidationSemanticsResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NestedAllofToCheckValidationSemantics](../../../components/schema/nested_allof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[NestedAllofToCheckValidationSemantics](../../components/schema/nested_allof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling AllOfApi->post_nested_allof_to_check_validation_semantics_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../all_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to AllOfApi API]](../../apis/tags/all_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post.md similarity index 63% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post.md index 2a7a82df3e5..8a3a3481308 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_nested_anyof_to_check_validation_semantics_response_body_for_content_types** +unit_test_api.paths.response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_nested_anyof_to_check_validation_semantics_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_nested_anyof_to_check_validation_semantics_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_nested_anyof_to_check_validation_semantics_response_body_for_content_types | [AnyOfApi](../../apis/tags/any_of_api.md) | This api is only for tag=anyOf | +| post_nested_anyof_to_check_validation_semantics_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostNestedAnyofToCheckValidationSemanticsResponseBodyForContentTypes | This api is only for path=/responseBody/postNestedAnyofToCheckValidationSemanticsResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NestedAnyofToCheckValidationSemantics](../../../components/schema/nested_anyof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[NestedAnyofToCheckValidationSemantics](../../components/schema/nested_anyof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_nested_anyof_to_check_validation_semantics_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to AnyOfApi API]](../../apis/tags/any_of_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_items_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_nested_items_response_body_for_content_types/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_items_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_nested_items_response_body_for_content_types/post.md index ed3b2d255c6..b9aec826871 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nested_items_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_nested_items_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_nested_items_response_body_for_content_types** +unit_test_api.paths.response_body_post_nested_items_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_nested_items_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_nested_items_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_nested_items_response_body_for_content_types | [ItemsApi](../../apis/tags/items_api.md) | This api is only for tag=items | +| post_nested_items_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostNestedItemsResponseBodyForContentTypes | This api is only for path=/responseBody/postNestedItemsResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NestedItems](../../../components/schema/nested_items.md) | list, tuple | tuple | +[NestedItems](../../components/schema/nested_items.md) | list, tuple | tuple | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_nested_items_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ItemsApi API]](../../apis/tags/items_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post.md similarity index 63% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post.md index 1c8581a8629..db1164c8e30 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_nested_oneof_to_check_validation_semantics_response_body_for_content_types** +unit_test_api.paths.response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_nested_oneof_to_check_validation_semantics_response_body_for_content_types | [OneOfApi](../../apis/tags/one_of_api.md) | This api is only for tag=oneOf | +| post_nested_oneof_to_check_validation_semantics_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_nested_oneof_to_check_validation_semantics_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_nested_oneof_to_check_validation_semantics_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostNestedOneofToCheckValidationSemanticsResponseBodyForContentTypes | This api is only for path=/responseBody/postNestedOneofToCheckValidationSemanticsResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NestedOneofToCheckValidationSemantics](../../../components/schema/nested_oneof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[NestedOneofToCheckValidationSemantics](../../components/schema/nested_oneof_to_check_validation_semantics.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OneOfApi->post_nested_oneof_to_check_validation_semantics_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../one_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OneOfApi API]](../../apis/tags/one_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_not_more_complex_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_not_more_complex_schema_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post.md index 0d2aa927435..f54ed3a09c3 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_not_more_complex_schema_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_not_more_complex_schema_response_body_for_content_types** +unit_test_api.paths.response_body_post_not_more_complex_schema_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_not_more_complex_schema_response_body_for_content_types | [_NotApi](../../apis/tags/_not_api.md) | This api is only for tag=not | +| post_not_more_complex_schema_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_not_more_complex_schema_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_not_more_complex_schema_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostNotMoreComplexSchemaResponseBodyForContentTypes | This api is only for path=/responseBody/postNotMoreComplexSchemaResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NotMoreComplexSchema](../../../components/schema/not_more_complex_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[NotMoreComplexSchema](../../components/schema/not_more_complex_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling _NotApi->post_not_more_complex_schema_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../_not_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to _NotApi API]](../../apis/tags/_not_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_not_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_not_response_body_for_content_types/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_not_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_not_response_body_for_content_types/post.md index 1da272d273b..ba1d942ce54 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/_not_api/post_not_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_not_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_not_response_body_for_content_types** +unit_test_api.paths.response_body_post_not_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_not_response_body_for_content_types | [_NotApi](../../apis/tags/_not_api.md) | This api is only for tag=not | +| post_not_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_not_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_not_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostNotResponseBodyForContentTypes | This api is only for path=/responseBody/postNotResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[_Not](../../../components/schema/_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[_Not](../../components/schema/_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling _NotApi->post_not_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../_not_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to _NotApi API]](../../apis/tags/_not_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nul_characters_in_strings_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nul_characters_in_strings_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post.md index 8dbc0112e3d..f5f1c426d2c 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_nul_characters_in_strings_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_nul_characters_in_strings_response_body_for_content_types** +unit_test_api.paths.response_body_post_nul_characters_in_strings_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_nul_characters_in_strings_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_nul_characters_in_strings_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_nul_characters_in_strings_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_nul_characters_in_strings_response_body_for_content_types | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostNulCharactersInStringsResponseBodyForContentTypes | This api is only for path=/responseBody/postNulCharactersInStringsResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NulCharactersInStrings](../../../components/schema/nul_characters_in_strings.md) | str | str | +[NulCharactersInStrings](../../components/schema/nul_characters_in_strings.md) | str | str | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_nul_characters_in_strings_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post.md index 862c5cec785..63dd1283503 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_null_type_matches_only_the_null_object_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_null_type_matches_only_the_null_object_response_body_for_content_types** +unit_test_api.paths.response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_null_type_matches_only_the_null_object_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_null_type_matches_only_the_null_object_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_null_type_matches_only_the_null_object_response_body_for_content_types | [TypeApi](../../apis/tags/type_api.md) | This api is only for tag=type | +| post_null_type_matches_only_the_null_object_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostNullTypeMatchesOnlyTheNullObjectResponseBodyForContentTypes | This api is only for path=/responseBody/postNullTypeMatchesOnlyTheNullObjectResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NullTypeMatchesOnlyTheNullObject](../../../components/schema/null_type_matches_only_the_null_object.md) | None | NoneClass | +[NullTypeMatchesOnlyTheNullObject](../../components/schema/null_type_matches_only_the_null_object.md) | None | NoneClass | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_null_type_matches_only_the_null_object_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to TypeApi API]](../../apis/tags/type_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_number_type_matches_numbers_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_number_type_matches_numbers_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post.md index 87fdbe4e55b..4a8035c53ca 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_number_type_matches_numbers_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_number_type_matches_numbers_response_body_for_content_types** +unit_test_api.paths.response_body_post_number_type_matches_numbers_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_number_type_matches_numbers_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_number_type_matches_numbers_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_number_type_matches_numbers_response_body_for_content_types | [TypeApi](../../apis/tags/type_api.md) | This api is only for tag=type | +| post_number_type_matches_numbers_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostNumberTypeMatchesNumbersResponseBodyForContentTypes | This api is only for path=/responseBody/postNumberTypeMatchesNumbersResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[NumberTypeMatchesNumbers](../../../components/schema/number_type_matches_numbers.md) | decimal.Decimal, int, float | decimal.Decimal | +[NumberTypeMatchesNumbers](../../components/schema/number_type_matches_numbers.md) | decimal.Decimal, int, float | decimal.Decimal | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_number_type_matches_numbers_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to TypeApi API]](../../apis/tags/type_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_object_properties_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_object_properties_validation_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_object_properties_validation_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_object_properties_validation_response_body_for_content_types/post.md index e8600bb9c35..9968c320df6 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_object_properties_validation_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_object_properties_validation_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_object_properties_validation_response_body_for_content_types** +unit_test_api.paths.response_body_post_object_properties_validation_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_object_properties_validation_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_object_properties_validation_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_object_properties_validation_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_object_properties_validation_response_body_for_content_types | [PropertiesApi](../../apis/tags/properties_api.md) | This api is only for tag=properties | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostObjectPropertiesValidationResponseBodyForContentTypes | This api is only for path=/responseBody/postObjectPropertiesValidationResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ObjectPropertiesValidation](../../../components/schema/object_properties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[ObjectPropertiesValidation](../../components/schema/object_properties_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_object_properties_validation_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to PropertiesApi API]](../../apis/tags/properties_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_object_type_matches_objects_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_object_type_matches_objects_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post.md index 407cea7a5f7..e71dc7b5e5c 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_object_type_matches_objects_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_object_type_matches_objects_response_body_for_content_types** +unit_test_api.paths.response_body_post_object_type_matches_objects_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_object_type_matches_objects_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_object_type_matches_objects_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_object_type_matches_objects_response_body_for_content_types | [TypeApi](../../apis/tags/type_api.md) | This api is only for tag=type | +| post_object_type_matches_objects_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostObjectTypeMatchesObjectsResponseBodyForContentTypes | This api is only for path=/responseBody/postObjectTypeMatchesObjectsResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[ObjectTypeMatchesObjects](../../../components/schema/object_type_matches_objects.md) | dict, frozendict.frozendict | frozendict.frozendict | +[ObjectTypeMatchesObjects](../../components/schema/object_type_matches_objects.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_object_type_matches_objects_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to TypeApi API]](../../apis/tags/type_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_complex_types_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_complex_types_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post.md index f892ff9713e..cc22c26ac80 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_complex_types_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_oneof_complex_types_response_body_for_content_types** +unit_test_api.paths.response_body_post_oneof_complex_types_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_oneof_complex_types_response_body_for_content_types | [OneOfApi](../../apis/tags/one_of_api.md) | This api is only for tag=oneOf | +| post_oneof_complex_types_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_oneof_complex_types_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_oneof_complex_types_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostOneofComplexTypesResponseBodyForContentTypes | This api is only for path=/responseBody/postOneofComplexTypesResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[OneofComplexTypes](../../../components/schema/oneof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[OneofComplexTypes](../../components/schema/oneof_complex_types.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OneOfApi->post_oneof_complex_types_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../one_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OneOfApi API]](../../apis/tags/one_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_oneof_response_body_for_content_types/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_oneof_response_body_for_content_types/post.md index 962a90b6a32..5a0e4c8ed27 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_oneof_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_oneof_response_body_for_content_types** +unit_test_api.paths.response_body_post_oneof_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_oneof_response_body_for_content_types | [OneOfApi](../../apis/tags/one_of_api.md) | This api is only for tag=oneOf | +| post_oneof_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_oneof_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_oneof_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostOneofResponseBodyForContentTypes | This api is only for path=/responseBody/postOneofResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Oneof](../../../components/schema/oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[Oneof](../../components/schema/oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OneOfApi->post_oneof_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../one_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OneOfApi API]](../../apis/tags/one_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_base_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_base_schema_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post.md index 4dc8d151b69..4c9aa21512a 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_base_schema_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_oneof_with_base_schema_response_body_for_content_types** +unit_test_api.paths.response_body_post_oneof_with_base_schema_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_oneof_with_base_schema_response_body_for_content_types | [OneOfApi](../../apis/tags/one_of_api.md) | This api is only for tag=oneOf | +| post_oneof_with_base_schema_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_oneof_with_base_schema_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_oneof_with_base_schema_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostOneofWithBaseSchemaResponseBodyForContentTypes | This api is only for path=/responseBody/postOneofWithBaseSchemaResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[OneofWithBaseSchema](../../../components/schema/oneof_with_base_schema.md) | str | str | +[OneofWithBaseSchema](../../components/schema/oneof_with_base_schema.md) | str | str | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OneOfApi->post_oneof_with_base_schema_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../one_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OneOfApi API]](../../apis/tags/one_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_empty_schema_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_empty_schema_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post.md index e5d9a5b9684..0366e46e0bb 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_empty_schema_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_oneof_with_empty_schema_response_body_for_content_types** +unit_test_api.paths.response_body_post_oneof_with_empty_schema_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_oneof_with_empty_schema_response_body_for_content_types | [OneOfApi](../../apis/tags/one_of_api.md) | This api is only for tag=oneOf | +| post_oneof_with_empty_schema_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_oneof_with_empty_schema_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_oneof_with_empty_schema_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostOneofWithEmptySchemaResponseBodyForContentTypes | This api is only for path=/responseBody/postOneofWithEmptySchemaResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[OneofWithEmptySchema](../../../components/schema/oneof_with_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[OneofWithEmptySchema](../../components/schema/oneof_with_empty_schema.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OneOfApi->post_oneof_with_empty_schema_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../one_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OneOfApi API]](../../apis/tags/one_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_required_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_oneof_with_required_response_body_for_content_types/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_required_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_oneof_with_required_response_body_for_content_types/post.md index 43cd7583d1b..6465e67acd8 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/one_of_api/post_oneof_with_required_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_oneof_with_required_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_oneof_with_required_response_body_for_content_types** +unit_test_api.paths.response_body_post_oneof_with_required_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_oneof_with_required_response_body_for_content_types | [OneOfApi](../../apis/tags/one_of_api.md) | This api is only for tag=oneOf | +| post_oneof_with_required_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_oneof_with_required_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_oneof_with_required_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostOneofWithRequiredResponseBodyForContentTypes | This api is only for path=/responseBody/postOneofWithRequiredResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[OneofWithRequired](../../../components/schema/oneof_with_required.md) | dict, frozendict.frozendict | frozendict.frozendict | +[OneofWithRequired](../../components/schema/oneof_with_required.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling OneOfApi->post_oneof_with_required_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../one_of_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to OneOfApi API]](../../apis/tags/one_of_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_pattern_is_not_anchored_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_pattern_is_not_anchored_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post.md index bcb67a92cff..124c28eea9b 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_pattern_is_not_anchored_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_pattern_is_not_anchored_response_body_for_content_types** +unit_test_api.paths.response_body_post_pattern_is_not_anchored_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_pattern_is_not_anchored_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_pattern_is_not_anchored_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_pattern_is_not_anchored_response_body_for_content_types | [PatternApi](../../apis/tags/pattern_api.md) | This api is only for tag=pattern | +| post_pattern_is_not_anchored_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostPatternIsNotAnchoredResponseBodyForContentTypes | This api is only for path=/responseBody/postPatternIsNotAnchoredResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[PatternIsNotAnchored](../../../components/schema/pattern_is_not_anchored.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[PatternIsNotAnchored](../../components/schema/pattern_is_not_anchored.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_pattern_is_not_anchored_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to PatternApi API]](../../apis/tags/pattern_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_pattern_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_pattern_validation_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_pattern_validation_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_pattern_validation_response_body_for_content_types/post.md index b1aa677fd6e..02cf3f92172 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_pattern_validation_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_pattern_validation_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_pattern_validation_response_body_for_content_types** +unit_test_api.paths.response_body_post_pattern_validation_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_pattern_validation_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_pattern_validation_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_pattern_validation_response_body_for_content_types | [PatternApi](../../apis/tags/pattern_api.md) | This api is only for tag=pattern | +| post_pattern_validation_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostPatternValidationResponseBodyForContentTypes | This api is only for path=/responseBody/postPatternValidationResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[PatternValidation](../../../components/schema/pattern_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[PatternValidation](../../components/schema/pattern_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_pattern_validation_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to PatternApi API]](../../apis/tags/pattern_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_properties_with_escaped_characters_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_properties_with_escaped_characters_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post.md index 7031e6d529d..adcc874f408 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_properties_with_escaped_characters_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_properties_with_escaped_characters_response_body_for_content_types** +unit_test_api.paths.response_body_post_properties_with_escaped_characters_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_properties_with_escaped_characters_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_properties_with_escaped_characters_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_properties_with_escaped_characters_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_properties_with_escaped_characters_response_body_for_content_types | [PropertiesApi](../../apis/tags/properties_api.md) | This api is only for tag=properties | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostPropertiesWithEscapedCharactersResponseBodyForContentTypes | This api is only for path=/responseBody/postPropertiesWithEscapedCharactersResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[PropertiesWithEscapedCharacters](../../../components/schema/properties_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[PropertiesWithEscapedCharacters](../../components/schema/properties_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_properties_with_escaped_characters_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to PropertiesApi API]](../../apis/tags/properties_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post.md similarity index 63% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post.md index 9b2708aa1b2..5798d76fa85 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_property_named_ref_that_is_not_a_reference_response_body_for_content_types** +unit_test_api.paths.response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_property_named_ref_that_is_not_a_reference_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_property_named_ref_that_is_not_a_reference_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_property_named_ref_that_is_not_a_reference_response_body_for_content_types | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post_property_named_ref_that_is_not_a_reference_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostPropertyNamedRefThatIsNotAReferenceResponseBodyForContentTypes | This api is only for path=/responseBody/postPropertyNamedRefThatIsNotAReferenceResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[PropertyNamedRefThatIsNotAReference](../../../components/schema/property_named_ref_that_is_not_a_reference.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[PropertyNamedRefThatIsNotAReference](../../components/schema/property_named_ref_that_is_not_a_reference.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_property_named_ref_that_is_not_a_reference_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_additionalproperties_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post.md similarity index 67% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_additionalproperties_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post.md index 259b6615deb..0c06a3e0402 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_additionalproperties_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_ref_in_additionalproperties_response_body_for_content_types** +unit_test_api.paths.response_body_post_ref_in_additionalproperties_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ref_in_additionalproperties_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ref_in_additionalproperties_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ref_in_additionalproperties_response_body_for_content_types | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post_ref_in_additionalproperties_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostRefInAdditionalpropertiesResponseBodyForContentTypes | This api is only for path=/responseBody/postRefInAdditionalpropertiesResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RefInAdditionalproperties](../../../components/schema/ref_in_additionalproperties.md) | dict, frozendict.frozendict | frozendict.frozendict | +[RefInAdditionalproperties](../../components/schema/ref_in_additionalproperties.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_ref_in_additionalproperties_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_allof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_allof_response_body_for_content_types/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_allof_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_allof_response_body_for_content_types/post.md index 75f26edf14a..9d37e605e7a 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_allof_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_allof_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_ref_in_allof_response_body_for_content_types** +unit_test_api.paths.response_body_post_ref_in_allof_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ref_in_allof_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ref_in_allof_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ref_in_allof_response_body_for_content_types | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post_ref_in_allof_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostRefInAllofResponseBodyForContentTypes | This api is only for path=/responseBody/postRefInAllofResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RefInAllof](../../../components/schema/ref_in_allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RefInAllof](../../components/schema/ref_in_allof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_ref_in_allof_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_anyof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_anyof_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post.md index fda89b6f7f6..86077dbf9b9 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_anyof_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_ref_in_anyof_response_body_for_content_types** +unit_test_api.paths.response_body_post_ref_in_anyof_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ref_in_anyof_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ref_in_anyof_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ref_in_anyof_response_body_for_content_types | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post_ref_in_anyof_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostRefInAnyofResponseBodyForContentTypes | This api is only for path=/responseBody/postRefInAnyofResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RefInAnyof](../../../components/schema/ref_in_anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RefInAnyof](../../components/schema/ref_in_anyof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_ref_in_anyof_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_items_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_items_response_body_for_content_types/post.md similarity index 69% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_items_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_items_response_body_for_content_types/post.md index 4316dfb8866..4ccd96a92ec 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_items_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_items_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_ref_in_items_response_body_for_content_types** +unit_test_api.paths.response_body_post_ref_in_items_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ref_in_items_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ref_in_items_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ref_in_items_response_body_for_content_types | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post_ref_in_items_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostRefInItemsResponseBodyForContentTypes | This api is only for path=/responseBody/postRefInItemsResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RefInItems](../../../components/schema/ref_in_items.md) | list, tuple | tuple | +[RefInItems](../../components/schema/ref_in_items.md) | list, tuple | tuple | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_ref_in_items_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_not_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_not_response_body_for_content_types/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_not_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_not_response_body_for_content_types/post.md index 9c620d78c99..b96b322fb47 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_not_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_not_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_ref_in_not_response_body_for_content_types** +unit_test_api.paths.response_body_post_ref_in_not_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ref_in_not_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ref_in_not_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ref_in_not_response_body_for_content_types | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post_ref_in_not_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostRefInNotResponseBodyForContentTypes | This api is only for path=/responseBody/postRefInNotResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RefInNot](../../../components/schema/ref_in_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RefInNot](../../components/schema/ref_in_not.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_ref_in_not_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_oneof_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_oneof_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post.md index d15301a3100..813b7cbeb1a 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_oneof_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_ref_in_oneof_response_body_for_content_types** +unit_test_api.paths.response_body_post_ref_in_oneof_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ref_in_oneof_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ref_in_oneof_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ref_in_oneof_response_body_for_content_types | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post_ref_in_oneof_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostRefInOneofResponseBodyForContentTypes | This api is only for path=/responseBody/postRefInOneofResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RefInOneof](../../../components/schema/ref_in_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RefInOneof](../../components/schema/ref_in_oneof.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_ref_in_oneof_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_property_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_property_response_body_for_content_types/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_property_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_property_response_body_for_content_types/post.md index e836da08129..58e63f037d2 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_ref_in_property_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_ref_in_property_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_ref_in_property_response_body_for_content_types** +unit_test_api.paths.response_body_post_ref_in_property_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_ref_in_property_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_ref_in_property_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_ref_in_property_response_body_for_content_types | [RefApi](../../apis/tags/ref_api.md) | This api is only for tag=$ref | +| post_ref_in_property_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostRefInPropertyResponseBodyForContentTypes | This api is only for path=/responseBody/postRefInPropertyResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RefInProperty](../../../components/schema/ref_in_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RefInProperty](../../components/schema/ref_in_property.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_ref_in_property_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to RefApi API]](../../apis/tags/ref_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_default_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_required_default_validation_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_default_validation_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_required_default_validation_response_body_for_content_types/post.md index 15e080b34ff..414a51585ec 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_default_validation_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_required_default_validation_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_required_default_validation_response_body_for_content_types** +unit_test_api.paths.response_body_post_required_default_validation_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_required_default_validation_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_required_default_validation_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_required_default_validation_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_required_default_validation_response_body_for_content_types | [RequiredApi](../../apis/tags/required_api.md) | This api is only for tag=required | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostRequiredDefaultValidationResponseBodyForContentTypes | This api is only for path=/responseBody/postRequiredDefaultValidationResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RequiredDefaultValidation](../../../components/schema/required_default_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RequiredDefaultValidation](../../components/schema/required_default_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_required_default_validation_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to RequiredApi API]](../../apis/tags/required_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_required_validation_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_validation_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_required_validation_response_body_for_content_types/post.md index 57a39870957..2e1f2570120 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_validation_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_required_validation_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_required_validation_response_body_for_content_types** +unit_test_api.paths.response_body_post_required_validation_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_required_validation_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_required_validation_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_required_validation_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_required_validation_response_body_for_content_types | [RequiredApi](../../apis/tags/required_api.md) | This api is only for tag=required | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostRequiredValidationResponseBodyForContentTypes | This api is only for path=/responseBody/postRequiredValidationResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RequiredValidation](../../../components/schema/required_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RequiredValidation](../../components/schema/required_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_required_validation_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to RequiredApi API]](../../apis/tags/required_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_with_empty_array_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_with_empty_array_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post.md index 80740b3777f..48838db4632 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_with_empty_array_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_required_with_empty_array_response_body_for_content_types** +unit_test_api.paths.response_body_post_required_with_empty_array_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_required_with_empty_array_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_required_with_empty_array_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_required_with_empty_array_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_required_with_empty_array_response_body_for_content_types | [RequiredApi](../../apis/tags/required_api.md) | This api is only for tag=required | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostRequiredWithEmptyArrayResponseBodyForContentTypes | This api is only for path=/responseBody/postRequiredWithEmptyArrayResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RequiredWithEmptyArray](../../../components/schema/required_with_empty_array.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RequiredWithEmptyArray](../../components/schema/required_with_empty_array.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_required_with_empty_array_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to RequiredApi API]](../../apis/tags/required_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_with_escaped_characters_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_with_escaped_characters_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post.md index 3c5fd5a87f0..8bc90f36229 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_required_with_escaped_characters_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_required_with_escaped_characters_response_body_for_content_types** +unit_test_api.paths.response_body_post_required_with_escaped_characters_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_required_with_escaped_characters_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_required_with_escaped_characters_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_required_with_escaped_characters_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_required_with_escaped_characters_response_body_for_content_types | [RequiredApi](../../apis/tags/required_api.md) | This api is only for tag=required | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostRequiredWithEscapedCharactersResponseBodyForContentTypes | This api is only for path=/responseBody/postRequiredWithEscapedCharactersResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[RequiredWithEscapedCharacters](../../../components/schema/required_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[RequiredWithEscapedCharacters](../../components/schema/required_with_escaped_characters.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_required_with_escaped_characters_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to RequiredApi API]](../../apis/tags/required_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_simple_enum_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_simple_enum_validation_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post.md index 3219534e57a..9fbd22403a2 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_simple_enum_validation_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_simple_enum_validation_response_body_for_content_types** +unit_test_api.paths.response_body_post_simple_enum_validation_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_simple_enum_validation_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_simple_enum_validation_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_simple_enum_validation_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post_simple_enum_validation_response_body_for_content_types | [EnumApi](../../apis/tags/enum_api.md) | This api is only for tag=enum | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostSimpleEnumValidationResponseBodyForContentTypes | This api is only for path=/responseBody/postSimpleEnumValidationResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[SimpleEnumValidation](../../../components/schema/simple_enum_validation.md) | decimal.Decimal, int, float | decimal.Decimal | +[SimpleEnumValidation](../../components/schema/simple_enum_validation.md) | decimal.Decimal, int, float | decimal.Decimal | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_simple_enum_validation_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to EnumApi API]](../../apis/tags/enum_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_string_type_matches_strings_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post.md similarity index 68% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_string_type_matches_strings_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post.md index 13805b7fdda..159bfaa2450 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_string_type_matches_strings_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_string_type_matches_strings_response_body_for_content_types** +unit_test_api.paths.response_body_post_string_type_matches_strings_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_string_type_matches_strings_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_string_type_matches_strings_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_string_type_matches_strings_response_body_for_content_types | [TypeApi](../../apis/tags/type_api.md) | This api is only for tag=type | +| post_string_type_matches_strings_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostStringTypeMatchesStringsResponseBodyForContentTypes | This api is only for path=/responseBody/postStringTypeMatchesStringsResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[StringTypeMatchesStrings](../../../components/schema/string_type_matches_strings.md) | str | str | +[StringTypeMatchesStrings](../../components/schema/string_type_matches_strings.md) | str | str | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_string_type_matches_strings_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to TypeApi API]](../../apis/tags/type_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post.md index d6fec7b2c9a..e50bd21a2ec 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/default_api/post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types** +unit_test_api.paths.response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types | [DefaultApi](../../apis/tags/default_api.md) | This api is only for tag=default | +| post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostTheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingResponseBodyForContentTypes | This api is only for path=/responseBody/postTheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing](../../../components/schema/the_default_keyword_does_not_do_anything_if_the_property_is_missing.md) | dict, frozendict.frozendict | frozendict.frozendict | +[TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing](../../components/schema/the_default_keyword_does_not_do_anything_if_the_property_is_missing.md) | dict, frozendict.frozendict | frozendict.frozendict | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling DefaultApi->post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../default_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to DefaultApi API]](../../apis/tags/default_api.md) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uniqueitems_false_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uniqueitems_false_validation_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post.md index d6847b9cbf8..a6546a17505 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uniqueitems_false_validation_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_uniqueitems_false_validation_response_body_for_content_types** +unit_test_api.paths.response_body_post_uniqueitems_false_validation_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_uniqueitems_false_validation_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_uniqueitems_false_validation_response_body_for_content_types | [UniqueItemsApi](../../apis/tags/unique_items_api.md) | This api is only for tag=uniqueItems | +| post_uniqueitems_false_validation_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_uniqueitems_false_validation_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostUniqueitemsFalseValidationResponseBodyForContentTypes | This api is only for path=/responseBody/postUniqueitemsFalseValidationResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[UniqueitemsFalseValidation](../../../components/schema/uniqueitems_false_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[UniqueitemsFalseValidation](../../components/schema/uniqueitems_false_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_uniqueitems_false_validation_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to UniqueItemsApi API]](../../apis/tags/unique_items_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uniqueitems_validation_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post.md similarity index 64% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uniqueitems_validation_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post.md index 44bdd17478d..6962b4b981d 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uniqueitems_validation_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_uniqueitems_validation_response_body_for_content_types** +unit_test_api.paths.response_body_post_uniqueitems_validation_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_uniqueitems_validation_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_uniqueitems_validation_response_body_for_content_types | [UniqueItemsApi](../../apis/tags/unique_items_api.md) | This api is only for tag=uniqueItems | +| post_uniqueitems_validation_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_uniqueitems_validation_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostUniqueitemsValidationResponseBodyForContentTypes | This api is only for path=/responseBody/postUniqueitemsValidationResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[UniqueitemsValidation](../../../components/schema/uniqueitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[UniqueitemsValidation](../../components/schema/uniqueitems_validation.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_uniqueitems_validation_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to UniqueItemsApi API]](../../apis/tags/unique_items_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_uri_format_response_body_for_content_types/post.md similarity index 66% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_format_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_uri_format_response_body_for_content_types/post.md index d95d74a6059..261e328fbec 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_format_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_uri_format_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_uri_format_response_body_for_content_types** +unit_test_api.paths.response_body_post_uri_format_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_uri_format_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_uri_format_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_uri_format_response_body_for_content_types | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post_uri_format_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostUriFormatResponseBodyForContentTypes | This api is only for path=/responseBody/postUriFormatResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[UriFormat](../../../components/schema/uri_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[UriFormat](../../components/schema/uri_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_uri_format_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_reference_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_uri_reference_format_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_reference_format_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_uri_reference_format_response_body_for_content_types/post.md index 0ee5df27bcf..15532ecc6ef 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_reference_format_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_uri_reference_format_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_uri_reference_format_response_body_for_content_types** +unit_test_api.paths.response_body_post_uri_reference_format_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_uri_reference_format_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_uri_reference_format_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_uri_reference_format_response_body_for_content_types | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post_uri_reference_format_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostUriReferenceFormatResponseBodyForContentTypes | This api is only for path=/responseBody/postUriReferenceFormatResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[UriReferenceFormat](../../../components/schema/uri_reference_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[UriReferenceFormat](../../components/schema/uri_reference_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_uri_reference_format_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_template_format_response_body_for_content_types.md b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_uri_template_format_response_body_for_content_types/post.md similarity index 65% rename from samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_template_format_response_body_for_content_types.md rename to samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_uri_template_format_response_body_for_content_types/post.md index f4b23ef85c5..95cb944ccf6 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/path_post_api/post_uri_template_format_response_body_for_content_types.md +++ b/samples/openapi3/client/3_0_3_unit_test/python/docs/paths/response_body_post_uri_template_format_response_body_for_content_types/post.md @@ -1,5 +1,14 @@ - -# **post_uri_template_format_response_body_for_content_types** +unit_test_api.paths.response_body_post_uri_template_format_response_body_for_content_types.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_uri_template_format_response_body_for_content_types | [PathPostApi](../../apis/tags/path_post_api.md) | This api is only for tag=path.post | +| post_uri_template_format_response_body_for_content_types | [ContentTypeJsonApi](../../apis/tags/content_type_json_api.md) | This api is only for tag=contentType_json | +| post_uri_template_format_response_body_for_content_types | [FormatApi](../../apis/tags/format_api.md) | This api is only for tag=format | +| post_uri_template_format_response_body_for_content_types | [ResponseContentContentTypeSchemaApi](../../apis/tags/response_content_content_type_schema_api.md) | This api is only for tag=response.content.contentType.schema | +| post | ApiForPost | This api is only for this endpoint | +| post | ResponseBodyPostUriTemplateFormatResponseBodyForContentTypes | This api is only for path=/responseBody/postUriTemplateFormatResponseBodyForContentTypes | ## Table of Contents - [General Info](#general-info) @@ -54,7 +63,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[UriTemplateFormat](../../../components/schema/uri_template_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[UriTemplateFormat](../../components/schema/uri_template_format.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Servers @@ -90,4 +99,9 @@ with unit_test_api.ApiClient(used_configuration) as api_client: print("Exception when calling PathPostApi->post_uri_template_format_response_body_for_content_types: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../path_post_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to PathPostApi API]](../../apis/tags/path_post_api.md) +[[Back to ContentTypeJsonApi API]](../../apis/tags/content_type_json_api.md) +[[Back to FormatApi API]](../../apis/tags/format_api.md) +[[Back to ResponseContentContentTypeSchemaApi API]](../../apis/tags/response_content_content_type_schema_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/.openapi-generator/FILES b/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/.openapi-generator/FILES index 7f1683e3f9c..9f71c11afaf 100644 --- a/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/.openapi-generator/FILES +++ b/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/.openapi-generator/FILES @@ -3,10 +3,10 @@ .travis.yml README.md docs/apis/tags/default_api.md -docs/apis/tags/default_api/post_operators.md docs/components/schema/addition_operator.md docs/components/schema/operator.md docs/components/schema/subtraction_operator.md +docs/paths/operators/post.md docs/servers/server_0.md git_push.sh migration_2_0_0.md diff --git a/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/README.md b/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/README.md index 429fcf80092..a9a69cb447d 100644 --- a/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/README.md +++ b/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/README.md @@ -90,7 +90,7 @@ All URIs are relative to the selected server HTTP request | Method | Description ------------ | ------ | ------------- -/operators **post** | [DefaultApi](docs/apis/tags/default_api.md).[post_operators](docs/apis/tags/default_api/post_operators.md) | +/operators **post** | [DefaultApi](docs/apis/tags/default_api.md).[post_operators](docs/paths/operators/post.md) | ## Component Schemas diff --git a/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/docs/apis/tags/default_api.md b/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/docs/apis/tags/default_api.md index 19e70483db3..a904558e9db 100644 --- a/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/docs/apis/tags/default_api.md +++ b/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/docs/apis/tags/default_api.md @@ -12,6 +12,6 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**post_operators**](default_api/post_operators.md) | +[**post_operators**](../../paths/operators/post.md) | [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/docs/apis/tags/default_api/post_operators.md b/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/docs/paths/operators/post.md similarity index 81% rename from samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/docs/apis/tags/default_api/post_operators.md rename to samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/docs/paths/operators/post.md index 42604088bfe..8f3cc6788e7 100644 --- a/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/docs/apis/tags/default_api/post_operators.md +++ b/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/docs/paths/operators/post.md @@ -1,5 +1,11 @@ - -# **post_operators** +this_package.paths.operators.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| post_operators | [DefaultApi](../../apis/tags/default_api.md) | This api is only for tag=default | +| post | ApiForPost | This api is only for this endpoint | +| post | Operators | This api is only for path=/operators | ## Table of Contents - [General Info](#general-info) @@ -37,7 +43,7 @@ Content-Type | Schema ##### Type Info Ref Class | Input Type | Accessed Type | Description --------- | ---------- | ------------- | ------------ -[Operator](../../../components/schema/operator.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | +[Operator](../../components/schema/operator.md) | dict, frozendict.frozendict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, io.FileIO | ## Return Types @@ -99,4 +105,6 @@ with this_package.ApiClient(used_configuration) as api_client: print("Exception when calling DefaultApi->post_operators: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../default_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to DefaultApi API]](../../apis/tags/default_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/features/security/python/.openapi-generator/FILES b/samples/openapi3/client/features/security/python/.openapi-generator/FILES index 969ab1f5ae1..bd2a04c0d98 100644 --- a/samples/openapi3/client/features/security/python/.openapi-generator/FILES +++ b/samples/openapi3/client/features/security/python/.openapi-generator/FILES @@ -3,13 +3,13 @@ .travis.yml README.md docs/apis/tags/default_api.md -docs/apis/tags/default_api/path_with_no_explicit_security.md -docs/apis/tags/default_api/path_with_one_explicit_security.md -docs/apis/tags/default_api/path_with_security_from_root.md -docs/apis/tags/default_api/path_with_two_explicit_security.md docs/components/security_schemes/security_scheme_api_key.md docs/components/security_schemes/security_scheme_bearer_test.md docs/components/security_schemes/security_scheme_http_basic_test.md +docs/paths/path_with_no_explicit_security/get.md +docs/paths/path_with_one_explicit_security/get.md +docs/paths/path_with_security_from_root/get.md +docs/paths/path_with_two_explicit_security/get.md docs/servers/server_0.md git_push.sh migration_2_0_0.md diff --git a/samples/openapi3/client/features/security/python/README.md b/samples/openapi3/client/features/security/python/README.md index 4e8bdb41e0d..433c5f8aa33 100644 --- a/samples/openapi3/client/features/security/python/README.md +++ b/samples/openapi3/client/features/security/python/README.md @@ -97,10 +97,10 @@ All URIs are relative to the selected server HTTP request | Method | Description ------------ | ------ | ------------- -/pathWithNoExplicitSecurity **get** | [DefaultApi](docs/apis/tags/default_api.md).[path_with_no_explicit_security](docs/apis/tags/default_api/path_with_no_explicit_security.md) | path with no explicit security -/pathWithOneExplicitSecurity **get** | [DefaultApi](docs/apis/tags/default_api.md).[path_with_one_explicit_security](docs/apis/tags/default_api/path_with_one_explicit_security.md) | path with one explicit security -/pathWithSecurityFromRoot **get** | [DefaultApi](docs/apis/tags/default_api.md).[path_with_security_from_root](docs/apis/tags/default_api/path_with_security_from_root.md) | path with security from root -/pathWithTwoExplicitSecurity **get** | [DefaultApi](docs/apis/tags/default_api.md).[path_with_two_explicit_security](docs/apis/tags/default_api/path_with_two_explicit_security.md) | path with two explicit security +/pathWithNoExplicitSecurity **get** | [DefaultApi](docs/apis/tags/default_api.md).[path_with_no_explicit_security](docs/paths/path_with_no_explicit_security/get.md) | path with no explicit security +/pathWithOneExplicitSecurity **get** | [DefaultApi](docs/apis/tags/default_api.md).[path_with_one_explicit_security](docs/paths/path_with_one_explicit_security/get.md) | path with one explicit security +/pathWithSecurityFromRoot **get** | [DefaultApi](docs/apis/tags/default_api.md).[path_with_security_from_root](docs/paths/path_with_security_from_root/get.md) | path with security from root +/pathWithTwoExplicitSecurity **get** | [DefaultApi](docs/apis/tags/default_api.md).[path_with_two_explicit_security](docs/paths/path_with_two_explicit_security/get.md) | path with two explicit security ## Component SecuritySchemes diff --git a/samples/openapi3/client/features/security/python/docs/apis/tags/default_api.md b/samples/openapi3/client/features/security/python/docs/apis/tags/default_api.md index 36c052671be..69b36c71e96 100644 --- a/samples/openapi3/client/features/security/python/docs/apis/tags/default_api.md +++ b/samples/openapi3/client/features/security/python/docs/apis/tags/default_api.md @@ -12,9 +12,9 @@ All URIs are relative to the selected server Method | Description ------ | ------------- -[**path_with_no_explicit_security**](default_api/path_with_no_explicit_security.md) | path with no explicit security -[**path_with_one_explicit_security**](default_api/path_with_one_explicit_security.md) | path with one explicit security -[**path_with_security_from_root**](default_api/path_with_security_from_root.md) | path with security from root -[**path_with_two_explicit_security**](default_api/path_with_two_explicit_security.md) | path with two explicit security +[**path_with_no_explicit_security**](../../paths/path_with_no_explicit_security/get.md) | path with no explicit security +[**path_with_one_explicit_security**](../../paths/path_with_one_explicit_security/get.md) | path with one explicit security +[**path_with_security_from_root**](../../paths/path_with_security_from_root/get.md) | path with security from root +[**path_with_two_explicit_security**](../../paths/path_with_two_explicit_security/get.md) | path with two explicit security [[Back to top]](#top) [[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) diff --git a/samples/openapi3/client/features/security/python/docs/apis/tags/default_api/path_with_no_explicit_security.md b/samples/openapi3/client/features/security/python/docs/paths/path_with_no_explicit_security/get.md similarity index 83% rename from samples/openapi3/client/features/security/python/docs/apis/tags/default_api/path_with_no_explicit_security.md rename to samples/openapi3/client/features/security/python/docs/paths/path_with_no_explicit_security/get.md index 260d8515128..7aa36d6f02b 100644 --- a/samples/openapi3/client/features/security/python/docs/apis/tags/default_api/path_with_no_explicit_security.md +++ b/samples/openapi3/client/features/security/python/docs/paths/path_with_no_explicit_security/get.md @@ -1,5 +1,11 @@ - -# **path_with_no_explicit_security** +this_package.paths.path_with_no_explicit_security.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| path_with_no_explicit_security | [DefaultApi](../../apis/tags/default_api.md) | This api is only for tag=default | +| get | ApiForGet | This api is only for this endpoint | +| get | PathWithNoExplicitSecurity | This api is only for path=/pathWithNoExplicitSecurity | ## Table of Contents - [General Info](#general-info) @@ -78,4 +84,6 @@ with this_package.ApiClient(used_configuration) as api_client: print("Exception when calling DefaultApi->path_with_no_explicit_security: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../default_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to DefaultApi API]](../../apis/tags/default_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/features/security/python/docs/apis/tags/default_api/path_with_one_explicit_security.md b/samples/openapi3/client/features/security/python/docs/paths/path_with_one_explicit_security/get.md similarity index 84% rename from samples/openapi3/client/features/security/python/docs/apis/tags/default_api/path_with_one_explicit_security.md rename to samples/openapi3/client/features/security/python/docs/paths/path_with_one_explicit_security/get.md index 9274865fdf7..fecb2c82d0b 100644 --- a/samples/openapi3/client/features/security/python/docs/apis/tags/default_api/path_with_one_explicit_security.md +++ b/samples/openapi3/client/features/security/python/docs/paths/path_with_one_explicit_security/get.md @@ -1,5 +1,11 @@ - -# **path_with_one_explicit_security** +this_package.paths.path_with_one_explicit_security.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| path_with_one_explicit_security | [DefaultApi](../../apis/tags/default_api.md) | This api is only for tag=default | +| get | ApiForGet | This api is only for this endpoint | +| get | PathWithOneExplicitSecurity | This api is only for path=/pathWithOneExplicitSecurity | ## Table of Contents - [General Info](#general-info) @@ -56,7 +62,7 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["api_key"](../../../components/security_schemes/security_scheme_api_key.md) []
| +| 0 | ["api_key"](../../components/security_schemes/security_scheme_api_key.md) []
| ## Servers @@ -104,4 +110,6 @@ with this_package.ApiClient(used_configuration) as api_client: print("Exception when calling DefaultApi->path_with_one_explicit_security: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../default_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to DefaultApi API]](../../apis/tags/default_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/features/security/python/docs/apis/tags/default_api/path_with_security_from_root.md b/samples/openapi3/client/features/security/python/docs/paths/path_with_security_from_root/get.md similarity index 83% rename from samples/openapi3/client/features/security/python/docs/apis/tags/default_api/path_with_security_from_root.md rename to samples/openapi3/client/features/security/python/docs/paths/path_with_security_from_root/get.md index 1145964f504..c3c32a8a045 100644 --- a/samples/openapi3/client/features/security/python/docs/apis/tags/default_api/path_with_security_from_root.md +++ b/samples/openapi3/client/features/security/python/docs/paths/path_with_security_from_root/get.md @@ -1,5 +1,11 @@ - -# **path_with_security_from_root** +this_package.paths.path_with_security_from_root.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| path_with_security_from_root | [DefaultApi](../../apis/tags/default_api.md) | This api is only for tag=default | +| get | ApiForGet | This api is only for this endpoint | +| get | PathWithSecurityFromRoot | This api is only for path=/pathWithSecurityFromRoot | ## Table of Contents - [General Info](#general-info) @@ -56,10 +62,10 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["api_key"](../../../components/security_schemes/security_scheme_api_key.md) []
| -| 1 | ["http_basic_test"](../../../components/security_schemes/security_scheme_http_basic_test.md) []
| +| 0 | ["api_key"](../../components/security_schemes/security_scheme_api_key.md) []
| +| 1 | ["http_basic_test"](../../components/security_schemes/security_scheme_http_basic_test.md) []
| | 2 | no security | -| 3 | ["http_basic_test"](../../../components/security_schemes/security_scheme_http_basic_test.md) []
["api_key"](../../../components/security_schemes/security_scheme_api_key.md) []
| +| 3 | ["http_basic_test"](../../components/security_schemes/security_scheme_http_basic_test.md) []
["api_key"](../../components/security_schemes/security_scheme_api_key.md) []
| ## Servers @@ -138,4 +144,6 @@ with this_package.ApiClient(used_configuration) as api_client: print("Exception when calling DefaultApi->path_with_security_from_root: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../default_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to DefaultApi API]](../../apis/tags/default_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/features/security/python/docs/apis/tags/default_api/path_with_two_explicit_security.md b/samples/openapi3/client/features/security/python/docs/paths/path_with_two_explicit_security/get.md similarity index 83% rename from samples/openapi3/client/features/security/python/docs/apis/tags/default_api/path_with_two_explicit_security.md rename to samples/openapi3/client/features/security/python/docs/paths/path_with_two_explicit_security/get.md index a959bc157df..c0a712f2d1b 100644 --- a/samples/openapi3/client/features/security/python/docs/apis/tags/default_api/path_with_two_explicit_security.md +++ b/samples/openapi3/client/features/security/python/docs/paths/path_with_two_explicit_security/get.md @@ -1,5 +1,11 @@ - -# **path_with_two_explicit_security** +this_package.paths.path_with_two_explicit_security.operation +# Operation Method Name + +| Method Name | Api Class | Notes | +| ----------- | --------- | ----- | +| path_with_two_explicit_security | [DefaultApi](../../apis/tags/default_api.md) | This api is only for tag=default | +| get | ApiForGet | This api is only for this endpoint | +| get | PathWithTwoExplicitSecurity | This api is only for path=/pathWithTwoExplicitSecurity | ## Table of Contents - [General Info](#general-info) @@ -56,8 +62,8 @@ See how to do this in the code sample. | Security Index | Security Scheme to Scope Names | | -------------- | ------------------------------ | -| 0 | ["api_key"](../../../components/security_schemes/security_scheme_api_key.md) []
| -| 1 | ["bearer_test"](../../../components/security_schemes/security_scheme_bearer_test.md) []
| +| 0 | ["api_key"](../../components/security_schemes/security_scheme_api_key.md) []
| +| 1 | ["bearer_test"](../../components/security_schemes/security_scheme_bearer_test.md) []
| ## Servers @@ -115,4 +121,6 @@ with this_package.ApiClient(used_configuration) as api_client: print("Exception when calling DefaultApi->path_with_two_explicit_security: %s\n" % e) ``` -[[Back to top]](#top) [[Back to API]](../default_api.md) [[Back to Endpoints]](../../../../README.md#Endpoints) [[Back to README]](../../../../README.md) +[[Back to top]](#top) +[[Back to DefaultApi API]](../../apis/tags/default_api.md) +[[Back to Endpoints]](../../../README.md#Endpoints) [[Back to README]](../../../README.md) \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/.openapi-generator/VERSION b/samples/openapi3/client/petstore/python/.openapi-generator/VERSION index 717311e32e3..359a5b952d4 100644 --- a/samples/openapi3/client/petstore/python/.openapi-generator/VERSION +++ b/samples/openapi3/client/petstore/python/.openapi-generator/VERSION @@ -1 +1 @@ -unset \ No newline at end of file +2.0.0 \ No newline at end of file