Skip to content

Commit

Permalink
Add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 28, 2023
1 parent 3f1ef2d commit 1f801f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pnap_bmc_api/docs/ServersApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Name | Type | Description | Notes
Create new server.

Create (request) new server for account. Server DNS will be configured to access Google's public DNS at 8.8.8.8 .
Create (request) a new server for the account. Server DNS will be configured to access Google's public DNS at 8.8.8.8 . Note that the product availability API can be used prior to doing the provision request. Refer to https://developers.phoenixnap.com/docs/bmc-billing/1/routes/product-availability/get.

### Example

Expand Down Expand Up @@ -360,7 +360,7 @@ Name | Type | Description | Notes
**400** | The request failed due to wrong data. Please check the provided parameters and try again. | - |
**401** | The request failed due to invalid credentials. Please check the provided credentials and try again. | - |
**403** | The request failed since this resource cannot be accessed by the provided credentials. | - |
**406** | No server available of type server type. | - |
**406** | There are currently no servers available for the selected instance type. Check the availability of instance types at specific locations by using the 'product availability API GET' call. Refer to https://developers.phoenixnap.com/docs/bmc-billing/1/routes/product-availability/get. | - |
**409** | The resource is in an incompatible state. | - |
**500** | The server encountered an unexpected condition that prevented it from fulfilling the request. | - |

Expand Down
2 changes: 1 addition & 1 deletion pnap_bmc_api/pnap_bmc_api/api/servers_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ def servers_post(
):
"""Create new server. # noqa: E501
Create (request) new server for account. Server DNS will be configured to access Google's public DNS at 8.8.8.8 . # noqa: E501
Create (request) a new server for the account. Server DNS will be configured to access Google's public DNS at 8.8.8.8 . Note that the product availability API can be used prior to doing the provision request. Refer to https://developers.phoenixnap.com/docs/bmc-billing/1/routes/product-availability/get. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
Expand Down
4 changes: 2 additions & 2 deletions specs/pnap_bmc_api.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ paths:
post:
tags:
- Servers
description: Create (request) new server for account. Server DNS will be configured to access Google's public DNS at 8.8.8.8 .
description: Create (request) a new server for the account. Server DNS will be configured to access Google's public DNS at 8.8.8.8 . Note that the product availability API can be used prior to doing the provision request. Refer to https://developers.phoenixnap.com/docs/bmc-billing/1/routes/product-availability/get.
summary: Create new server.
operationId: serversPost
security:
Expand Down Expand Up @@ -257,7 +257,7 @@ paths:
'403':
$ref: '#/components/responses/Forbidden'
'406':
description: No server available of type server type.
description: There are currently no servers available for the selected instance type. Check the availability of instance types at specific locations by using the 'product availability API GET' call. Refer to https://developers.phoenixnap.com/docs/bmc-billing/1/routes/product-availability/get.
content:
application/json:
schema:
Expand Down

0 comments on commit 1f801f6

Please sign in to comment.