diff --git a/spec/endpoints/attachments/uuid.yaml b/spec/endpoints/attachments/uuid.yaml index 3730a79322a2d6f0c1c507207438e514c640877d..1a401175f27ae4303682b9f199deced3f5093c4c 100644 --- a/spec/endpoints/attachments/uuid.yaml +++ b/spec/endpoints/attachments/uuid.yaml @@ -72,10 +72,6 @@ put: responses: '204': description: Anlage erfolgreich hinzugefügt/überschrieben - content: - application/json: - schema: - $ref: '../../schemas/empty-body.yaml' '400': description: Bad Request content: diff --git a/spec/endpoints/destinations/uuid.yaml b/spec/endpoints/destinations/uuid.yaml index f3404a7296e3658bfc58123ad06608d7bc39b9e1..3ce9e534599996b934659b7fb32a47b5e6715a0a 100644 --- a/spec/endpoints/destinations/uuid.yaml +++ b/spec/endpoints/destinations/uuid.yaml @@ -179,10 +179,6 @@ delete: responses: '204': description: Zustellpunkt erfolgreich gelöscht. - content: - application/json: - schema: - $ref: '../../schemas/empty-body.yaml' '400': description: Bad Request content: diff --git a/spec/endpoints/submissions/events/index.yaml b/spec/endpoints/submissions/events/index.yaml index 644bd9d279c7643945de2b1f5b4a4a49c424fd4c..b86feb5444002d32bbcd3d3208ae752b43548e49 100644 --- a/spec/endpoints/submissions/events/index.yaml +++ b/spec/endpoints/submissions/events/index.yaml @@ -76,13 +76,6 @@ post: responses: '204': description: SET angenommen - content: - application/json: - schema: - $ref: '../../../schemas/empty-body.yaml' - examples: - Beispiel: - $ref: '../../../examples/empty-body.yaml' '400': description: Bad Request content: diff --git a/spec/examples/empty-body.yaml b/spec/examples/empty-body.yaml deleted file mode 100644 index d983ddd44d6bd841f72d4f7c52f5aa9fa2d98c08..0000000000000000000000000000000000000000 --- a/spec/examples/empty-body.yaml +++ /dev/null @@ -1 +0,0 @@ -value: {} diff --git a/spec/schemas/empty-body.yaml b/spec/schemas/empty-body.yaml deleted file mode 100644 index 0bcd2313ab95d96d886e713c1668ae6ede737d3d..0000000000000000000000000000000000000000 --- a/spec/schemas/empty-body.yaml +++ /dev/null @@ -1,2 +0,0 @@ -title: Leeres JSON-Objekt -type: object diff --git a/spec/submission-api.yaml b/spec/submission-api.yaml index c8f0e6924e719ec5f28c9dc5a1c0b5ad0a5e769f..adb2f7e4093582423c4a8deb4f3c9055df033af1 100644 --- a/spec/submission-api.yaml +++ b/spec/submission-api.yaml @@ -103,8 +103,6 @@ components: $ref: './schemas/destination-list.yaml' DestinationService: $ref: './schemas/destination-service.yaml' - EmptyBody: - $ref: './schemas/empty-body.yaml' Error: $ref: './schemas/error.yaml' Info: @@ -157,8 +155,6 @@ components: $ref: './examples/destination-public.yaml' DestinationList: $ref: './examples/destination-list.yaml' - EmptyBody: - $ref: './examples/empty-body.yaml' EncryptedMessage: $ref: './examples/encrypted-message.yaml' Info: