Skip to content

Commit f7f0fbe

Browse files
authored
feat(specs): make DELETE endpoints return a 200 OK (#1314)
1 parent 074575a commit f7f0fbe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

specs/ingestion/paths/authentications/authenticationID.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ delete:
4949
parameters:
5050
- $ref: '../../common/parameters.yml#/pathAuthenticationID'
5151
responses:
52-
'204':
52+
'200':
5353
description: OK
5454
content:
5555
application/json:

specs/ingestion/paths/destinations/destinationID.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ delete:
4949
parameters:
5050
- $ref: '../../common/parameters.yml#/pathDestinationID'
5151
responses:
52-
'204':
52+
'200':
5353
description: OK
5454
content:
5555
application/json:

specs/ingestion/paths/sources/sourceID.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ delete:
4949
parameters:
5050
- $ref: '../../common/parameters.yml#/pathSourceID'
5151
responses:
52-
'204':
52+
'200':
5353
description: OK
5454
content:
5555
application/json:

specs/ingestion/paths/tasks/taskID.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ delete:
4949
parameters:
5050
- $ref: '../../common/parameters.yml#/pathTaskID'
5151
responses:
52-
'204':
52+
'200':
5353
description: OK
5454
content:
5555
application/json:

0 commit comments

Comments
 (0)