diff --git a/Core.Thalos.BuildingBlocks/Common/Constants/Routes.cs b/Core.Thalos.BuildingBlocks/Common/Constants/Routes.cs
index dea1289..f7eb81b 100644
--- a/Core.Thalos.BuildingBlocks/Common/Constants/Routes.cs
+++ b/Core.Thalos.BuildingBlocks/Common/Constants/Routes.cs
@@ -24,7 +24,7 @@ namespace Core.Thalos.BuildingBlocks
///
/// The identifier route.
///
- public const string Id = "{id}";
+ public const string Id = "{_id}";
///
/// The Authentication route.