Skip to content

Commit e114d33

Browse files
authored
Merge pull request #517 from AppQuality/UN-2308-delete-other-cost
UN-2308 delete other cost
2 parents 76f0fc9 + cfa9e02 commit e114d33

4 files changed

Lines changed: 955 additions & 0 deletions

File tree

src/reference/openapi.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff 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
1362713667
servers:
1362813668
- url: 'https://api.app-quality.com'
1362913669
tags:

0 commit comments

Comments
 (0)