Add Crypto endpoints to crypto.php, update TLS.php
add php docs for methods add test class work on crypto tests add tls tests finish crypto tests update doc returns add type to parameter
This commit is contained in:
committed by
Michael
parent
fab0bc7a12
commit
fb9d75d94a
11
tests/Fixtures/Endpoints/updateTLSClientAuth.json
Normal file
11
tests/Fixtures/Endpoints/updateTLSClientAuth.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"success": true,
|
||||
"errors": [],
|
||||
"messages": [],
|
||||
"result": {
|
||||
"id": "tls_client_auth",
|
||||
"value": "off",
|
||||
"editable": true,
|
||||
"modified_on": "2014-01-01T05:20:00.12345Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user