mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor(openapi): modify profile-delete auth to AdminAPIKey in API doc (#7697)
This commit is contained in:
@ -108,7 +108,7 @@ pub async fn profile_retrieve() {}
|
||||
),
|
||||
tag = "Profile",
|
||||
operation_id = "Delete the Profile",
|
||||
security(("api_key" = []))
|
||||
security(("admin_api_key" = []))
|
||||
)]
|
||||
pub async fn profile_delete() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user