feat(docs): add multiple examples support and webhook schema (#1864)

This commit is contained in:
Narayan Bhat
2023-08-09 11:25:56 +05:30
committed by GitHub
parent 27692fda85
commit f8ef52c645
6 changed files with 317 additions and 12 deletions

View File

@ -736,6 +736,7 @@ impl Currency {
serde::Serialize,
strum::Display,
strum::EnumString,
ToSchema,
)]
#[router_derive::diesel_enum(storage_type = "pg_enum")]
#[serde(rename_all = "snake_case")]