Skip to content

Commit

Permalink
feat(specs): make DELETE endpoints return a 200 OK (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluf22 committed Feb 14, 2023
1 parent 074575a commit f7f0fbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion specs/ingestion/paths/authentications/authenticationID.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ delete:
parameters:
- $ref: '../../common/parameters.yml#/pathAuthenticationID'
responses:
'204':
'200':
description: OK
content:
application/json:
Expand Down
2 changes: 1 addition & 1 deletion specs/ingestion/paths/destinations/destinationID.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ delete:
parameters:
- $ref: '../../common/parameters.yml#/pathDestinationID'
responses:
'204':
'200':
description: OK
content:
application/json:
Expand Down
2 changes: 1 addition & 1 deletion specs/ingestion/paths/sources/sourceID.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ delete:
parameters:
- $ref: '../../common/parameters.yml#/pathSourceID'
responses:
'204':
'200':
description: OK
content:
application/json:
Expand Down
2 changes: 1 addition & 1 deletion specs/ingestion/paths/tasks/taskID.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ delete:
parameters:
- $ref: '../../common/parameters.yml#/pathTaskID'
responses:
'204':
'200':
description: OK
content:
application/json:
Expand Down

0 comments on commit f7f0fbe

Please sign in to comment.