diff --git a/REST_API/includes/overview.apib b/REST_API/includes/overview.apib index 75bfa99c..21de9422 100644 --- a/REST_API/includes/overview.apib +++ b/REST_API/includes/overview.apib @@ -271,7 +271,8 @@ If the service cannot process the request payload as XML format is not supported The `Accept: application/xml` SHOULD be used in the request by the client in order to specify the expected XML response format. If the service cannot fulfill this aspect of the request, it MUST respond with HTTP status code `406 Not Acceptable`. -Proper header `Content-Type: application/xml` MUST be present in the response of the service. +Proper header `Content-Type: application/xml` MUST be present in the response of the service +unless response has no body (status 204).

JSON Format

@@ -315,7 +316,8 @@ If the service cannot process the request payload as JSON format is not supporte The `Accept: application/json` SHOULD be used in the request by the client in order to specify the expected JSON response format. If the service cannot fulfill this aspect of the request, it MUST respond with HTTP status code `406 Not Acceptable`. -Proper header `Content-Type: application/json` MUST be present in the response of the service. +Proper header `Content-Type: application/json` MUST be present in the response of the service +unless response has no body (status 204).

Datetime format