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 94a9faa commit 849f2f3Copy full SHA for 849f2f3
sentry/src/routes/campaign.rs
@@ -144,7 +144,7 @@ pub async fn fetch_campaign_ids_for_channel(
144
145
/// POST `/v5/campaign`
146
///
147
-/// Expected request body: [`CreateCampaign`](`primitives::campaign::campaign_create::CreateCampaign`)
+/// Expected request body: [`CreateCampaign`](`primitives::sentry::campaign_create::CreateCampaign`)
148
149
/// Expected response: [Campaign](`primitives::Campaign`)
150
pub async fn create_campaign<C>(
0 commit comments