Skip to content

Commit cde1ab8

Browse files
tomsommergithub-actions[bot]
authored andcommitted
Update API
1 parent b09c21a commit cde1ab8

40 files changed

Lines changed: 140 additions & 134 deletions

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.17.0-SNAPSHOT
1+
7.18.0-SNAPSHOT

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,19 @@ All URIs are relative to *https://api.simply.com/2*
7676

7777
Class | Method | HTTP request | Description
7878
------------ | ------------- | ------------- | -------------
79-
*BillingApi* | [**getInvoices**](docs/Api/BillingApi.md#getinvoices) | **GET** /my/invoices |
80-
*DefaultApi* | [**domaincheck**](docs/Api/DefaultApi.md#domaincheck) | **GET** /my/domaincheck/{domain} |
81-
*DnsApi* | [**addDnsRecord**](docs/Api/DnsApi.md#adddnsrecord) | **POST** /my/products/{object}/dns/records | Add new DNS record to a product DNS zone
82-
*DnsApi* | [**ddnsHelper**](docs/Api/DnsApi.md#ddnshelper) | **POST** /ddns/ |
83-
*DnsApi* | [**deleteDnsRecord**](docs/Api/DnsApi.md#deletednsrecord) | **DELETE** /my/products/{object}/dns/records/{record_id} | Removes DNS record from a product DNS zone
79+
*BillingApi* | [**getInvoices**](docs/Api/BillingApi.md#getinvoices) | **GET** /my/invoices/ |
80+
*DefaultApi* | [**domaincheck**](docs/Api/DefaultApi.md#domaincheck) | **GET** /my/domaincheck/{domain}/ |
81+
*DnsApi* | [**addDnsRecord**](docs/Api/DnsApi.md#adddnsrecord) | **POST** /my/products/{object}/dns/records/ | Add new DNS record to a product DNS zone
82+
*DnsApi* | [**ddnsHelper**](docs/Api/DnsApi.md#ddnshelper) | **GET** /ddns/ |
83+
*DnsApi* | [**deleteDnsRecord**](docs/Api/DnsApi.md#deletednsrecord) | **DELETE** /my/products/{object}/dns/records/{record_id}/ | Removes DNS record from a product DNS zone
8484
*DnsApi* | [**dyndns**](docs/Api/DnsApi.md#dyndns) | **GET** /dyndns/ |
85-
*DnsApi* | [**getDnsRecords**](docs/Api/DnsApi.md#getdnsrecords) | **GET** /my/products/{object}/dns/records | Retrieve DNS records for a specific object
86-
*DnsApi* | [**getDnsZone**](docs/Api/DnsApi.md#getdnszone) | **GET** /my/products/{object}/dns |
87-
*DnsApi* | [**reloadDnsZone**](docs/Api/DnsApi.md#reloaddnszone) | **POST** /my/products/{object}/dns/reload | Force-reload a DNS zone - Usually not necessary
88-
*DnsApi* | [**updateDnsRecord**](docs/Api/DnsApi.md#updatednsrecord) | **PUT** /my/products/{object}/dns/records/{record_id} | Updates a DNS record in a product DNS zone
89-
*DocumentationApi* | [**aa199985c8f25b391406c7aa6d0582e3**](docs/Api/DocumentationApi.md#aa199985c8f25b391406c7aa6d0582e3) | **GET** /openapi.json | OpenAPI JSON file that describes the API
90-
*OrderApi* | [**orderDnsService**](docs/Api/OrderApi.md#orderdnsservice) | **POST** /my/order/dnsservice |
91-
*ProductsApi* | [**getProductList**](docs/Api/ProductsApi.md#getproductlist) | **GET** /my/products |
85+
*DnsApi* | [**getDnsRecords**](docs/Api/DnsApi.md#getdnsrecords) | **GET** /my/products/{object}/dns/records/ | Retrieve DNS records for a specific object
86+
*DnsApi* | [**getDnsZone**](docs/Api/DnsApi.md#getdnszone) | **GET** /my/products/{object}/dns/ |
87+
*DnsApi* | [**reloadDnsZone**](docs/Api/DnsApi.md#reloaddnszone) | **POST** /my/products/{object}/dns/reload/ | Force-reload a DNS zone - Usually not necessary
88+
*DnsApi* | [**updateDnsRecord**](docs/Api/DnsApi.md#updatednsrecord) | **PUT** /my/products/{object}/dns/records/{record_id}/ | Updates a DNS record in a product DNS zone
89+
*DocumentationApi* | [**call22ec05f39cd3b5c3f50243706718b55d**](docs/Api/DocumentationApi.md#call22ec05f39cd3b5c3f50243706718b55d) | **GET** /openapi.json | OpenAPI JSON file that describes the API
90+
*OrderApi* | [**orderDnsService**](docs/Api/OrderApi.md#orderdnsservice) | **POST** /my/order/dnsservice/ |
91+
*ProductsApi* | [**getProductList**](docs/Api/ProductsApi.md#getproductlist) | **GET** /my/products/ |
9292
*ServerstatusApi* | [**getServerStatusMessages**](docs/Api/ServerstatusApi.md#getserverstatusmessages) | **GET** /my/serverstatus/messages/ | Retrieve a list of current and past serverstatus messages
9393

9494
## Models
@@ -136,6 +136,6 @@ vendor/bin/phpunit
136136

137137
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
138138

139-
- API version: `2.2.0`
140-
- Generator version: `7.17.0-SNAPSHOT`
139+
- API version: `2.2.1`
140+
- Generator version: `7.18.0-SNAPSHOT`
141141
- Build package: `org.openapitools.codegen.languages.PhpNextgenClientCodegen`

docs/Api/BillingApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All URIs are relative to https://api.simply.com/2, except if the operation defin
44

55
| Method | HTTP request | Description |
66
| ------------- | ------------- | ------------- |
7-
| [**getInvoices()**](BillingApi.md#getInvoices) | **GET** /my/invoices | |
7+
| [**getInvoices()**](BillingApi.md#getInvoices) | **GET** /my/invoices/ | |
88

99

1010
## `getInvoices()`

docs/Api/DefaultApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All URIs are relative to https://api.simply.com/2, except if the operation defin
44

55
| Method | HTTP request | Description |
66
| ------------- | ------------- | ------------- |
7-
| [**domaincheck()**](DefaultApi.md#domaincheck) | **GET** /my/domaincheck/{domain} | |
7+
| [**domaincheck()**](DefaultApi.md#domaincheck) | **GET** /my/domaincheck/{domain}/ | |
88

99

1010
## `domaincheck()`

docs/Api/DnsApi.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ All URIs are relative to https://api.simply.com/2, except if the operation defin
44

55
| Method | HTTP request | Description |
66
| ------------- | ------------- | ------------- |
7-
| [**addDnsRecord()**](DnsApi.md#addDnsRecord) | **POST** /my/products/{object}/dns/records | Add new DNS record to a product DNS zone |
8-
| [**ddnsHelper()**](DnsApi.md#ddnsHelper) | **POST** /ddns/ | |
9-
| [**deleteDnsRecord()**](DnsApi.md#deleteDnsRecord) | **DELETE** /my/products/{object}/dns/records/{record_id} | Removes DNS record from a product DNS zone |
7+
| [**addDnsRecord()**](DnsApi.md#addDnsRecord) | **POST** /my/products/{object}/dns/records/ | Add new DNS record to a product DNS zone |
8+
| [**ddnsHelper()**](DnsApi.md#ddnsHelper) | **GET** /ddns/ | |
9+
| [**deleteDnsRecord()**](DnsApi.md#deleteDnsRecord) | **DELETE** /my/products/{object}/dns/records/{record_id}/ | Removes DNS record from a product DNS zone |
1010
| [**dyndns()**](DnsApi.md#dyndns) | **GET** /dyndns/ | |
11-
| [**getDnsRecords()**](DnsApi.md#getDnsRecords) | **GET** /my/products/{object}/dns/records | Retrieve DNS records for a specific object |
12-
| [**getDnsZone()**](DnsApi.md#getDnsZone) | **GET** /my/products/{object}/dns | |
13-
| [**reloadDnsZone()**](DnsApi.md#reloadDnsZone) | **POST** /my/products/{object}/dns/reload | Force-reload a DNS zone - Usually not necessary |
14-
| [**updateDnsRecord()**](DnsApi.md#updateDnsRecord) | **PUT** /my/products/{object}/dns/records/{record_id} | Updates a DNS record in a product DNS zone |
11+
| [**getDnsRecords()**](DnsApi.md#getDnsRecords) | **GET** /my/products/{object}/dns/records/ | Retrieve DNS records for a specific object |
12+
| [**getDnsZone()**](DnsApi.md#getDnsZone) | **GET** /my/products/{object}/dns/ | |
13+
| [**reloadDnsZone()**](DnsApi.md#reloadDnsZone) | **POST** /my/products/{object}/dns/reload/ | Force-reload a DNS zone - Usually not necessary |
14+
| [**updateDnsRecord()**](DnsApi.md#updateDnsRecord) | **PUT** /my/products/{object}/dns/records/{record_id}/ | Updates a DNS record in a product DNS zone |
1515

1616

1717
## `addDnsRecord()`

docs/Api/DocumentationApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ All URIs are relative to https://api.simply.com/2, except if the operation defin
44

55
| Method | HTTP request | Description |
66
| ------------- | ------------- | ------------- |
7-
| [**aa199985c8f25b391406c7aa6d0582e3()**](DocumentationApi.md#aa199985c8f25b391406c7aa6d0582e3) | **GET** /openapi.json | OpenAPI JSON file that describes the API |
7+
| [**call22ec05f39cd3b5c3f50243706718b55d()**](DocumentationApi.md#call22ec05f39cd3b5c3f50243706718b55d) | **GET** /openapi.json | OpenAPI JSON file that describes the API |
88

99

10-
## `aa199985c8f25b391406c7aa6d0582e3()`
10+
## `call22ec05f39cd3b5c3f50243706718b55d()`
1111

1212
```php
13-
aa199985c8f25b391406c7aa6d0582e3(): object
13+
call22ec05f39cd3b5c3f50243706718b55d(): object
1414
```
1515

1616
OpenAPI JSON file that describes the API
@@ -30,10 +30,10 @@ $apiInstance = new SimplyCom\Api\DocumentationApi(
3030
);
3131

3232
try {
33-
$result = $apiInstance->aa199985c8f25b391406c7aa6d0582e3();
33+
$result = $apiInstance->call22ec05f39cd3b5c3f50243706718b55d();
3434
print_r($result);
3535
} catch (Exception $e) {
36-
echo 'Exception when calling DocumentationApi->aa199985c8f25b391406c7aa6d0582e3: ', $e->getMessage(), PHP_EOL;
36+
echo 'Exception when calling DocumentationApi->call22ec05f39cd3b5c3f50243706718b55d: ', $e->getMessage(), PHP_EOL;
3737
}
3838
```
3939

docs/Api/OrderApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All URIs are relative to https://api.simply.com/2, except if the operation defin
44

55
| Method | HTTP request | Description |
66
| ------------- | ------------- | ------------- |
7-
| [**orderDnsService()**](OrderApi.md#orderDnsService) | **POST** /my/order/dnsservice | |
7+
| [**orderDnsService()**](OrderApi.md#orderDnsService) | **POST** /my/order/dnsservice/ | |
88

99

1010
## `orderDnsService()`

docs/Api/ProductsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All URIs are relative to https://api.simply.com/2, except if the operation defin
44

55
| Method | HTTP request | Description |
66
| ------------- | ------------- | ------------- |
7-
| [**getProductList()**](ProductsApi.md#getProductList) | **GET** /my/products | |
7+
| [**getProductList()**](ProductsApi.md#getProductList) | **GET** /my/products/ | |
88

99

1010
## `getProductList()`

src/Api/BillingApi.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
*
1414
* Documentation for this API can be found on https://www.simply.com/docs/api/
1515
*
16-
* The version of the OpenAPI document: 2.2.0
16+
* The version of the OpenAPI document: 2.2.1
1717
* @generated Generated by: https://openapi-generator.tech
18-
* Generator version: 7.17.0-SNAPSHOT
18+
* Generator version: 7.18.0-SNAPSHOT
1919
*/
2020

2121
/**
@@ -308,7 +308,7 @@ public function getInvoicesRequest(
308308
{
309309

310310

311-
$resourcePath = '/my/invoices';
311+
$resourcePath = '/my/invoices/';
312312
$formParams = [];
313313
$queryParams = [];
314314
$headerParams = [];

src/Api/DefaultApi.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
*
1414
* Documentation for this API can be found on https://www.simply.com/docs/api/
1515
*
16-
* The version of the OpenAPI document: 2.2.0
16+
* The version of the OpenAPI document: 2.2.1
1717
* @generated Generated by: https://openapi-generator.tech
18-
* Generator version: 7.17.0-SNAPSHOT
18+
* Generator version: 7.18.0-SNAPSHOT
1919
*/
2020

2121
/**
@@ -325,7 +325,7 @@ public function domaincheckRequest(
325325
}
326326

327327

328-
$resourcePath = '/my/domaincheck/{domain}';
328+
$resourcePath = '/my/domaincheck/{domain}/';
329329
$formParams = [];
330330
$queryParams = [];
331331
$headerParams = [];

0 commit comments

Comments
 (0)