mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat: add create retrieve and update api endpoints for organization resource (#5361)
This commit is contained in:
@ -61,6 +61,12 @@ pub enum Flow {
|
||||
HealthCheck,
|
||||
/// Deep health Check
|
||||
DeepHealthCheck,
|
||||
/// Organization create flow
|
||||
OrganizationCreate,
|
||||
/// Organization retrieve flow
|
||||
OrganizationRetrieve,
|
||||
/// Organization update flow
|
||||
OrganizationUpdate,
|
||||
/// Merchants account create flow.
|
||||
MerchantsAccountCreate,
|
||||
/// Merchants account retrieve flow.
|
||||
|
||||
Reference in New Issue
Block a user