diff --git a/lib/services/ngsi/entities-NGSI-LD.js b/lib/services/ngsi/entities-NGSI-LD.js index be8512905..5b6232574 100644 --- a/lib/services/ngsi/entities-NGSI-LD.js +++ b/lib/services/ngsi/entities-NGSI-LD.js @@ -341,7 +341,7 @@ function generateNGSILDOperationHandler(operationName, entityName, typeInformati } else if ( response && operationName === 'update' && - (response.statusCode === 200 || response.statusCode === 204) + (response.statusCode === 200 || response.statusCode === 204 || response.statusCode === 201) ) { logger.info(context, 'Received the following response from the CB: Value updated successfully\n'); alarms.release(constants.ORION_ALARM);