Skip to content

Commit cc8e00b

Browse files
committed
Use CampaignInput schema for /v1/campaign
1 parent ec81492 commit cc8e00b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

management/campaign.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ paths:
4141
content:
4242
application/json:
4343
schema:
44-
$ref: './schemas/campaign.yaml#/schemas/Campaign'
44+
$ref: './schemas/campaign.yaml#/schemas/CampaignInput'
4545
responses:
4646
200:
4747
description: Campaign Created

management/openapi-3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ paths:
207207
content:
208208
application/json:
209209
schema:
210-
$ref: './schemas/campaign.yaml#/schemas/Campaign'
210+
$ref: './schemas/campaign.yaml#/schemas/CampaignInput'
211211
responses:
212212
200:
213213
description: Campaign Created

0 commit comments

Comments
 (0)