Skip to content

Commit

Permalink
Add delete endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
wontheone1 committed Mar 16, 2022
1 parent 1023513 commit 56b5fcb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@ const endpointDefinitions = [
method: 'post',
interceptors: [new TransitResponse(), new TransitRequest()],
},
{
apiName: 'api',
path: 'current_user/delete',
internal: false,
method: 'post',
interceptors: [new TransitResponse(), new TransitRequest()],
},
{
apiName: 'api',
path: 'current_user/verify_email',
Expand Down

0 comments on commit 56b5fcb

Please sign in to comment.