diff --git a/Code/Plugins/Revenj.Plugins.Rest.Commands/IDomainCommands.cs b/Code/Plugins/Revenj.Plugins.Rest.Commands/IDomainCommands.cs index bcf6d269..1e57a64f 100644 --- a/Code/Plugins/Revenj.Plugins.Rest.Commands/IDomainCommands.cs +++ b/Code/Plugins/Revenj.Plugins.Rest.Commands/IDomainCommands.cs @@ -109,7 +109,7 @@ public interface IDomainCommands Stream ExistsWithGenericSpecificationQuery(string domainObject); [OperationContract] - [WebInvoke(Method = "PUT", UriTemplate = "/count-expression/{domainObject}")] + [WebInvoke(Method = "PUT", UriTemplate = "/exists-expression/{domainObject}")] [Description("Check if domain object exists using expression")] Stream ExistsWithExpression(string domainObject, Stream body);