diff --git a/articles/api/authentication/_change-password.md b/articles/api/authentication/_change-password.md index c543017fc1..249b21b2d1 100644 --- a/articles/api/authentication/_change-password.md +++ b/articles/api/authentication/_change-password.md @@ -1,5 +1,5 @@ # Change Password - + ```http POST https://${account.namespace}/dbconnections/change_password Content-Type: application/json @@ -64,7 +64,7 @@ Note: This endpoint only works for database connections. | Parameter | Description | |:-----------------|:------------| -| `client_id` | The `client_id` of your client. We strongly recommend including a Client ID so that the email template knows from which client the request was triggered. | +| `client_id` | The `client_id` of your client.| | `email`
Required | The user's email address. | | `connection`
Required | The name of the database connection configured to your client. | | `organization` | The `organization_id` of the Organization associated with the user. | diff --git a/articles/api/authentication/_sign-up.md b/articles/api/authentication/_sign-up.md index fb6bbd2035..a1b4386c12 100644 --- a/articles/api/authentication/_sign-up.md +++ b/articles/api/authentication/_sign-up.md @@ -1,5 +1,5 @@ # Signup - + ```http POST https://${account.namespace}/dbconnections/signup Content-Type: application/json @@ -85,7 +85,7 @@ This endpoint only works for database connections. | Parameter | Description | |:-----------------|:------------| -| `client_id`
Required | The `client_id` of your client. | +| `client_id` | The `client_id` of your client. | | `email`
Required | The user's email address. | | `password`
Required | The user's desired password. | | `connection`
Required | The name of the database configured to your client. |