diff --git a/website/source/api/secret/databases/index.html.md b/website/source/api/secret/databases/index.html.md index e40e9aa0b5..9a19f4e154 100644 --- a/website/source/api/secret/databases/index.html.md +++ b/website/source/api/secret/databases/index.html.md @@ -300,7 +300,7 @@ $ curl \ ```json { "data": { - "creation_statements": ["CREATE ROLE \"{{name}}\" WITH LOGIN PASSWORD '{{password}}' VALID UNTIL '{{expiration}}';"], "GRANT SELECT ON ALL TABLES IN SCHEMA public TO \"{{name}}\";"], + "creation_statements": ["CREATE ROLE \"{{name}}\" WITH LOGIN PASSWORD '{{password}}' VALID UNTIL '{{expiration}}';", "GRANT SELECT ON ALL TABLES IN SCHEMA public TO \"{{name}}\";"], "db_name": "mysql", "default_ttl": 3600, "max_ttl": 86400,