Skip to content

Account management API#106

Open
IgorDobryn wants to merge 7 commits intoMT-21830-contactsfrom
MT-21830-account-management-api
Open

Account management API#106
IgorDobryn wants to merge 7 commits intoMT-21830-contactsfrom
MT-21830-account-management-api

Conversation

@IgorDobryn
Copy link
Copy Markdown
Contributor

@IgorDobryn IgorDobryn commented Apr 28, 2026

Motivation

Changes

  • PUT /api/accounts/{account_id}/account_accesses/{account_access_id}/permissions/bulk
  • GET /api/accounts/{account_id}/api_tokens
  • GET /api/organizations/{organization_id}/sub_accounts
  • POST /api/organizations/{organization_id}/sub_accounts
  • script to re-record VCR

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 28, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 02264fa7-b4fc-48d9-adf5-51fc7e3c1c2c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch MT-21830-account-management-api

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@IgorDobryn IgorDobryn requested review from DagonWat and i7an April 28, 2026 14:48
@IgorDobryn IgorDobryn marked this pull request as ready for review April 28, 2026 14:48
Comment thread lib/mailtrap/api_token.rb
ApiToken = Struct.new(
:id,
:name,
:last_4_digits,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is it called digits, while its chars? Sounds not so good!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤷‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants