summaryrefslogtreecommitdiff
path: root/apidocs/src/resources/samples/db-list-databases-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'apidocs/src/resources/samples/db-list-databases-response.json')
-rw-r--r--apidocs/src/resources/samples/db-list-databases-response.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/apidocs/src/resources/samples/db-list-databases-response.json b/apidocs/src/resources/samples/db-list-databases-response.json
deleted file mode 100644
index 879da3d..0000000
--- a/apidocs/src/resources/samples/db-list-databases-response.json
+++ /dev/null
@@ -1,24 +0,0 @@
-HTTP/1.1 200 OK
-Content-Type: application/json
-Content-Length: 136
-Date: Wed, 25 Jan 2012 21:58:01 GMT
-
-{
- "databases": [
- {
- "name": "anotherexampledb"
- },
- {
- "name": "exampledb"
- },
- {
- "name": "nextround"
- },
- {
- "name": "sampledb"
- },
- {
- "name": "testingdb"
- }
- ]
-}