Skip to content

Commit

Permalink
Updates from Docs-4220
Browse files Browse the repository at this point in the history
For Authentication API - removed required tag from client_id - signup and extra content from client_id - change password
  • Loading branch information
avanscoy committed Aug 13, 2024
1 parent 56a3a75 commit d67ac09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions articles/api/authentication/_change-password.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Change Password

<!-- markdownlint-disable MD001 MD012 MD012 -->
```http
POST https://${account.namespace}/dbconnections/change_password
Content-Type: application/json
Expand Down Expand Up @@ -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` <br/><span class="label label-danger">Required</span> | The user's email address. |
| `connection` <br/><span class="label label-danger">Required</span> | The name of the database connection configured to your client. |
| `organization` | The `organization_id` of the Organization associated with the user. |
Expand Down
4 changes: 2 additions & 2 deletions articles/api/authentication/_sign-up.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Signup

<!-- markdownlint-disable MD001 MD012 MD012 -->
```http
POST https://${account.namespace}/dbconnections/signup
Content-Type: application/json
Expand Down Expand Up @@ -85,7 +85,7 @@ This endpoint only works for database connections.

| Parameter | Description |
|:-----------------|:------------|
| `client_id` <br/><span class="label label-danger">Required</span> | The `client_id` of your client. |
| `client_id` | The `client_id` of your client. |
| `email` <br/><span class="label label-danger">Required</span> | The user's email address. |
| `password` <br/><span class="label label-danger">Required</span> | The user's desired password. |
| `connection` <br/><span class="label label-danger">Required</span> | The name of the database configured to your client. |
Expand Down

0 comments on commit d67ac09

Please sign in to comment.