Skip to content

feat: 管理者権限による請求書作成(POST /invoices)APIの定義追加 (#46)#48

Open
reiroop wants to merge 1 commit into
feature/issue-45from
feature/issue-46
Open

feat: 管理者権限による請求書作成(POST /invoices)APIの定義追加 (#46)#48
reiroop wants to merge 1 commit into
feature/issue-45from
feature/issue-46

Conversation

@reiroop
Copy link
Copy Markdown
Collaborator

@reiroop reiroop commented May 30, 2026

本PRは、Issue #46 に基づき、管理者向けの請求書作成API(POST /invoices)および管理者請求書作成リクエストスキーマ(PostAdminInvoiceRequest)の定義を追加します。また、レスポンススキーマを PostInvoiceResponse に共通化・統合(リネーム)し、既存の /me/invoices もこれを使用するように修正しています。このプルリクエストは #47(feature/issue-45)の上に重ねた(stacked)状態になっています。

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 30, 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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6e7bed7f-7bc1-4229-9bae-f67ed569cdb7

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 feature/issue-46

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.

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.

管理者権限による請求書作成(POST /invoices)APIの定義追加

1 participant