Skip to content

Commit

Permalink
Updating delete_account_oauth accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosperes committed Apr 12, 2024
1 parent 5277772 commit feb971c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,12 +310,12 @@ Visibility: Private

Visibility: Private

`DELETE /accounts/:id/oauth`
`DELETE /accounts/:id/oauth/:name`

| Params | Type | Notes |
| ------------------- | -------------- | --------------- |
| `id` | integer | User account Id |
| `oauth_providers` | array[string] | Provider names |
| Params | Type | Notes |
| -------- | --------- | --------------- |
| `id` | integer | User account Id |
| `name` | string | Provider names |

#### Success:

Expand Down

0 comments on commit feb971c

Please sign in to comment.