Skip to content

Commit

Permalink
resources: remove access levels doc from get accounts.
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Dec 21, 2023
1 parent 33980ad commit b4aaa90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/api/resources/Accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default class AccountsApi {
/**
* Get a list of your Mailtrap accounts.
* @returns Returns the list of accounts to which the API token has access.
* access_levels can return 1000 (account owner), 100 (admin), 10 (viewer).
*/
public async getAllAccounts() {
const url = this.accountsURL;
Expand Down

0 comments on commit b4aaa90

Please sign in to comment.