From ff6449e56bebdce74a9d94a40fda7ec624df7113 Mon Sep 17 00:00:00 2001 From: lengyelb Date: Tue, 4 Nov 2025 03:47:42 +0100 Subject: [PATCH 1/2] Edit TS28532_ProvMnS.yaml update delete response code --- OpenAPI/TS28532_ProvMnS.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OpenAPI/TS28532_ProvMnS.yaml b/OpenAPI/TS28532_ProvMnS.yaml index e24a69104..1ca77fc0e 100755 --- a/OpenAPI/TS28532_ProvMnS.yaml +++ b/OpenAPI/TS28532_ProvMnS.yaml @@ -390,9 +390,15 @@ paths: responses: '200': description: >- + The response code is deprecated. Use 204 instead. Success case ("200 OK"). This status code is returned, when the resource has been successfully deleted. The response body is empty. + '204': + description: >- + Success case ("204 No Content"). + This status code is returned, when the resource has been successfully deleted. + The response body is empty. default: description: Error case. content: -- GitLab From 0e92cfc47718c438a8b4d4e12176a87e09239806 Mon Sep 17 00:00:00 2001 From: lengyelb Date: Tue, 4 Nov 2025 03:59:18 +0100 Subject: [PATCH 2/2] Edit TS28532_ProvMnS.yaml remove response code 200 for delete --- OpenAPI/TS28532_ProvMnS.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/OpenAPI/TS28532_ProvMnS.yaml b/OpenAPI/TS28532_ProvMnS.yaml index 1ca77fc0e..512a09f74 100755 --- a/OpenAPI/TS28532_ProvMnS.yaml +++ b/OpenAPI/TS28532_ProvMnS.yaml @@ -388,12 +388,6 @@ paths: With HTTP DELETE one resource is deleted. The resources to be deleted is identified with the target URI. responses: - '200': - description: >- - The response code is deprecated. Use 204 instead. - Success case ("200 OK"). - This status code is returned, when the resource has been successfully deleted. - The response body is empty. '204': description: >- Success case ("204 No Content"). -- GitLab