diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/readme.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/api/readme.md b/api/readme.md index f5cd981..669b53b 100644 --- a/api/readme.md +++ b/api/readme.md @@ -589,6 +589,23 @@ returns error when image is not .png or larger than 256x256 </td> </tr> +<tr> +<td>/verify/discord</td> +<td><code>GET</code></td> +<td>get a one-time code for verifying account ownership with the discord bot</td> +<td><code>none</code></td> +<td><code>user</code></td> +<td> + +```ts +{ + code: string +} +``` + +</td> +</tr> + </tbody> </code> </table> |