diff options
Diffstat (limited to 'apidocs/src/resources/samples/db-mgmt-list-accounts-response.json')
-rw-r--r-- | apidocs/src/resources/samples/db-mgmt-list-accounts-response.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/apidocs/src/resources/samples/db-mgmt-list-accounts-response.json b/apidocs/src/resources/samples/db-mgmt-list-accounts-response.json deleted file mode 100644 index d65c4e2..0000000 --- a/apidocs/src/resources/samples/db-mgmt-list-accounts-response.json +++ /dev/null @@ -1,13 +0,0 @@ -HTTP/1.1 200 OK -Content-Type: application/json -Content-Length: 51 -Date: Tue, 24 Jul 2012 19:48:33 GMT - -{ - "accounts": [ - { - "id": "1234", - "num_instances": 2 - } - ] -} |