Skip to content

system: Webhook設定の取得・登録・更新・削除サブコマンドを追加#35

Merged
buty4649 merged 1 commit into
mainfrom
worktree-system-webhooks
Apr 17, 2026
Merged

system: Webhook設定の取得・登録・更新・削除サブコマンドを追加#35
buty4649 merged 1 commit into
mainfrom
worktree-system-webhooks

Conversation

@buty4649
Copy link
Copy Markdown
Contributor

Summary

  • xpoint system webhook list <form> で Webhook 設定一覧取得 (--fqdn 必須)
  • xpoint system webhook add <form> で Webhook 設定登録
  • xpoint system webhook update <form> <id> で Webhook 設定更新 (--fqdn 必須)
  • xpoint system webhook delete <form> <id> で Webhook 設定削除 (--fqdn 必須)
  • form 引数は form_code / form_id の双方に対応

関連: #25

Test plan

  • go build ./..., go test ./..., golangci-lint run が成功すること
  • 管理者アカウントで xpoint system webhook list <form> --fqdn example.com が動作すること
  • add / update / delete の一連で登録→更新→削除が通ること

🤖 Generated with Claude Code

フォームに紐づく Webhook 設定の CRUD を xpoint system webhook list/add/update/delete
で提供する。取得・削除は --fqdn 必須、更新はリクエストボディの fqdn が必須で、
送信先URLの FQDN 完全一致時のみ操作可能。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@buty4649 buty4649 self-assigned this Apr 17, 2026
@buty4649 buty4649 enabled auto-merge (squash) April 17, 2026 08:27
@buty4649 buty4649 merged commit 5cebb01 into main Apr 17, 2026
2 checks passed
@buty4649 buty4649 deleted the worktree-system-webhooks branch April 17, 2026 08:28
@pepabo-pr-maker pepabo-pr-maker Bot mentioned this pull request Apr 17, 2026
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.

1 participant