Release 109
From Hostway API Documentation
				
								
				(Difference between revisions)
				
																
				
				
								
				Mike.robski  (Talk | contribs)  | 
		Mike.robski  (Talk | contribs)  m (1 revision: Release 109)  | 
		
Latest revision as of 12:17, 24 July 2015
[edit] Release 109 - 07/29/2015
List of changes in Release 109.
download this article as a PDF book
[edit] New API calls
[edit] GET /orders/{orderId}/account/products/{productId}/services/{serviceId}/notes
- Get all Services in a given product.
 
[edit] PUT /orders/{orderId}/account/products/{productId}/services/{serviceId}/notes
- Updates the notes for a service in the order.
 
[edit] OPTIONS /orders/{orderId}/account/products/{productId}/services/{serviceId}/notes
- Get list of supported methods for this resource.
 
[edit] DELETE /orders/{orderId}/account/products/{productId}/services/{serviceId}/notes
- Removes notes from a service.
 
[edit] POST /orders/{orderId}/account/products/{productId}/services/{serviceId}/notes
- Adds a new note to a service in the order.
 
[edit] POST /accounts/{accountNumber}/web/{domainName}/ssl
- Renew SSL certificate.
 
[edit] GET /accounts/{accountNumber}/web/ssl
- Get Ssl detail for existing account.
 
[edit] POST /accounts/{accountNumber}/web/{domainName}/ssl
- Add SSL certificate.
 
[edit] GET /accounts/{accountNumber}/web/{domainName}/php
- Checks if PHP feature is enabled for a domain.
 
[edit] PUT /accounts/{accountNumber}/web/{domainName}/ftp
- Update ftp account (change password).
 
[edit] POST /accounts/{accountNumber}/web/{domainName}/ftp
- Add ftp account.
 
[edit] PUT /accounts/{accountNumber}/web/{domainName}/ssh
- Update ssh account (change password).
 
[edit] POST /accounts/{accountNumber}/web/{domainName}/ssh
- Add ssh account.