We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cec78 commit 48abedcCopy full SHA for 48abedc
sentry/src/routes/campaign.rs
@@ -146,7 +146,7 @@ pub async fn fetch_campaign_ids_for_channel(
146
///
147
/// Expected request body: [`CreateCampaign`](`primitives::sentry::campaign_create::CreateCampaign`)
148
149
-/// Expected response: [Campaign](`primitives::Campaign`)
+/// Expected response: [`Campaign`](primitives::Campaign)
150
pub async fn create_campaign<C>(
151
req: Request<Body>,
152
app: &Application<C>,
0 commit comments