summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/databases.inc5
-rw-r--r--api-ref/source/users.inc4
2 files changed, 8 insertions, 1 deletions
diff --git a/api-ref/source/databases.inc b/api-ref/source/databases.inc
index c7c1df77..e0d91ef7 100644
--- a/api-ref/source/databases.inc
+++ b/api-ref/source/databases.inc
@@ -4,7 +4,10 @@
Databases
=========
-
+Currently, the Database and User API is only supported by mysql datastore. For
+others, the recommended way is to get root password
+(``POST /v1.0/{project_id}/instances/{instance_id}/root``) and communicate with
+the database service directly for database and user management.
Create database
diff --git a/api-ref/source/users.inc b/api-ref/source/users.inc
index f0548cc5..64662002 100644
--- a/api-ref/source/users.inc
+++ b/api-ref/source/users.inc
@@ -4,6 +4,10 @@
Users
=====
+Currently, the Database and User API is only supported by mysql datastore. For
+others, the recommended way is to get root password
+(``POST /v1.0/{project_id}/instances/{instance_id}/root``) and communicate with
+the database service directly for database and user management.
Create user