File tree Expand file tree Collapse file tree
routes/campaigns/campaignId/finance/otherCosts/_delete Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13446,6 +13446,11 @@ paths:
1344613446 - JWT : []
1344713447 ' /campaigns/{campaign}/finance/otherCosts ' :
1344813448 parameters :
13449+ - schema :
13450+ type : string
13451+ name : campaign
13452+ in : path
13453+ required : true
1344913454 - $ref : ' #/components/parameters/campaign'
1345013455 get :
1345113456 summary : Your GET endpoint
@@ -13624,6 +13629,41 @@ paths:
1362413629 mime_type : image/jpeg
1362513630 security :
1362613631 - JWT : []
13632+ delete :
13633+ summary : Your DELETE endpoint
13634+ tags : []
13635+ responses :
13636+ ' 200 ' :
13637+ description : OK
13638+ ' 400 ' :
13639+ description : Bad Request
13640+ ' 403 ' :
13641+ $ref : ' #/components/responses/NotAuthorized'
13642+ ' 404 ' :
13643+ $ref : ' #/components/responses/NotFound'
13644+ ' 500 ' :
13645+ description : Internal Server Error
13646+ operationId : delete-campaigns-campaign-finance-otherCosts
13647+ x-stoplight :
13648+ id : p9q4g69c20okp
13649+ security :
13650+ - JWT : []
13651+ requestBody :
13652+ content :
13653+ application/json :
13654+ schema :
13655+ type : object
13656+ required :
13657+ - cost_id
13658+ properties :
13659+ cost_id :
13660+ type : integer
13661+ x-stoplight :
13662+ id : b27nhd7f5ugfs
13663+ examples :
13664+ Example 1 :
13665+ value :
13666+ cost_id : 80
1362713667servers :
1362813668 - url : ' https://api.app-quality.com'
1362913669tags :
You can’t perform that action at this time.
0 commit comments