From 5c2c4ff45326cccb6f9ce4dd939b05167be69f5e Mon Sep 17 00:00:00 2001 From: Rikard Pavelic Date: Thu, 13 Nov 2014 00:36:10 +0100 Subject: [PATCH] URL name fix. Copy paste error fixed. --- Code/Plugins/Revenj.Plugins.Rest.Commands/IDomainCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);