Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit 67f7bb5

Browse files
committed
update to recent openapi spec
lots of minor changes, consider reading the doc for changes.
1 parent 67fb8c7 commit 67f7bb5

File tree

830 files changed

+71525
-13566
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

830 files changed

+71525
-13566
lines changed

.openapi-generator/FILES

+129-48
Large diffs are not rendered by default.

.openapi-generator/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.1
1+
6.2.1

README.md

+70-27
Large diffs are not rendered by default.

composer.json

+1-2
Large diffs are not rendered by default.

docs/Api/CustomerApi.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# OpenAPI\Client\CustomerApi
22

3-
All URIs are relative to https://api.contabo.com.
3+
All URIs are relative to https://api.contabo.com, except if the operation defines another base path.
44

5-
Method | HTTP request | Description
6-
------------- | ------------- | -------------
7-
[**retrieveCustomer()**](CustomerApi.md#retrieveCustomer) | **GET** /v1/customer | Get customer info
8-
[**retrievePaymentMethod()**](CustomerApi.md#retrievePaymentMethod) | **GET** /v1/customer/payment-method | List current payment method
5+
| Method | HTTP request | Description |
6+
| ------------- | ------------- | ------------- |
7+
| [**retrieveCustomer()**](CustomerApi.md#retrieveCustomer) | **GET** /v1/customer | Get customer info |
8+
| [**retrievePaymentMethod()**](CustomerApi.md#retrievePaymentMethod) | **GET** /v1/customer/payment-method | List current payment method |
99

1010

1111
## `retrieveCustomer()`
@@ -48,10 +48,10 @@ try {
4848

4949
### Parameters
5050

51-
Name | Type | Description | Notes
52-
------------- | ------------- | ------------- | -------------
53-
**x_request_id** | **string**| [Uuid4](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_(random)) to identify individual requests for support cases. You can use [uuidgenerator](https://www.uuidgenerator.net/version4) to generate them manually. |
54-
**x_trace_id** | **string**| Identifier to trace group of requests. | [optional]
51+
| Name | Type | Description | Notes |
52+
| ------------- | ------------- | ------------- | ------------- |
53+
| **x_request_id** | **string**| [Uuid4](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_(random)) to identify individual requests for support cases. You can use [uuidgenerator](https://www.uuidgenerator.net/version4) to generate them manually. | |
54+
| **x_trace_id** | **string**| Identifier to trace group of requests. | [optional] |
5555

5656
### Return type
5757

@@ -113,13 +113,13 @@ try {
113113

114114
### Parameters
115115

116-
Name | Type | Description | Notes
117-
------------- | ------------- | ------------- | -------------
118-
**x_request_id** | **string**| [Uuid4](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_(random)) to identify individual requests for support cases. You can use [uuidgenerator](https://www.uuidgenerator.net/version4) to generate them manually. |
119-
**x_trace_id** | **string**| Identifier to trace group of requests. | [optional]
120-
**page** | **int**| Number of page to be fetched. | [optional]
121-
**size** | **int**| Number of elements per page. | [optional]
122-
**order_by** | [**string[]**](../Model/string.md)| Specify fields and ordering (ASC for ascending, DESC for descending) in following format `field:ASC|DESC`. | [optional]
116+
| Name | Type | Description | Notes |
117+
| ------------- | ------------- | ------------- | ------------- |
118+
| **x_request_id** | **string**| [Uuid4](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_(random)) to identify individual requests for support cases. You can use [uuidgenerator](https://www.uuidgenerator.net/version4) to generate them manually. | |
119+
| **x_trace_id** | **string**| Identifier to trace group of requests. | [optional] |
120+
| **page** | **int**| Number of page to be fetched. | [optional] |
121+
| **size** | **int**| Number of elements per page. | [optional] |
122+
| **order_by** | [**string[]**](../Model/string.md)| Specify fields and ordering (ASC for ascending, DESC for descending) in following format `field:ASC|DESC`. | [optional] |
123123

124124
### Return type
125125

0 commit comments

Comments
 (0)