diff --git a/rest-api/resources/src/main/resources/openapi/deviceConfiguration/deviceConfiguration-scopeId-deviceId-componentId.yaml b/rest-api/resources/src/main/resources/openapi/deviceConfiguration/deviceConfiguration-scopeId-deviceId-componentId.yaml index bbe0968dd8b..c9f2b096c50 100644 --- a/rest-api/resources/src/main/resources/openapi/deviceConfiguration/deviceConfiguration-scopeId-deviceId-componentId.yaml +++ b/rest-api/resources/src/main/resources/openapi/deviceConfiguration/deviceConfiguration-scopeId-deviceId-componentId.yaml @@ -30,6 +30,9 @@ paths: application/json: schema: $ref: './deviceConfiguration.yaml#/components/schemas/componentConfigurations' + application/xml: + schema: + $ref: './deviceConfiguration.yaml#/components/schemas/componentConfigurations' 401: $ref: '../openapi.yaml#/components/responses/unauthenticated' 403: @@ -53,6 +56,9 @@ paths: application/json: schema: $ref: './deviceConfiguration.yaml#/components/schemas/componentConfigurationInput' + application/xml: + schema: + $ref: './deviceConfiguration.yaml#/components/schemas/componentConfigurationInput' required: true responses: 204: diff --git a/rest-api/resources/src/main/resources/openapi/deviceConfiguration/deviceConfiguration-scopeId-deviceId.yaml b/rest-api/resources/src/main/resources/openapi/deviceConfiguration/deviceConfiguration-scopeId-deviceId.yaml index ebe9bd70a90..d3e2d33d21a 100644 --- a/rest-api/resources/src/main/resources/openapi/deviceConfiguration/deviceConfiguration-scopeId-deviceId.yaml +++ b/rest-api/resources/src/main/resources/openapi/deviceConfiguration/deviceConfiguration-scopeId-deviceId.yaml @@ -29,6 +29,9 @@ paths: application/json: schema: $ref: './deviceConfiguration.yaml#/components/schemas/componentConfigurations' + application/xml: + schema: + $ref: './deviceConfiguration.yaml#/components/schemas/componentConfigurations' 401: $ref: '../openapi.yaml#/components/responses/unauthenticated' 403: @@ -51,6 +54,9 @@ paths: application/json: schema: $ref: './deviceConfiguration.yaml#/components/schemas/componentConfigurationsInput' + application/xml: + schema: + $ref: './deviceConfiguration.yaml#/components/schemas/componentConfigurationsInput' required: true responses: 204: