Skip to content

Commit

Permalink
Updated wsapi-v2 swagger SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
dforsber committed Jul 30, 2017
1 parent 07b6544 commit ca5a212
Show file tree
Hide file tree
Showing 6 changed files with 548 additions and 4 deletions.
1 change: 1 addition & 0 deletions wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Class | Method | HTTP request | Description

## Documentation For Models

- [CertDescription](docs/Model/CertDescription.md)
- [CertsAndKeys](docs/Model/CertsAndKeys.md)
- [DeleteKeyReq](docs/Model/DeleteKeyReq.md)
- [DeleteKeyResp](docs/Model/DeleteKeyResp.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CertDescription

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cert_name** | **string** | |
**expires** | **string** | |
**issuer** | **string** | |
**pem** | **string** | |
**serial** | **string** | |
**subject** | **string** | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**certs** | **string[]** | |
**certs** | [**\Swagger\Client\Model\CertDescription[]**](CertDescription.md) | |
**response_code** | **string** | |
**response_text** | **string** | |

Expand Down
Loading

0 comments on commit ca5a212

Please sign in to comment.