From 41c5271de1dbc3b8278a4e4228ae6f139be242f4 Mon Sep 17 00:00:00 2001 From: Javier Goizueta Date: Wed, 22 Mar 2017 17:01:03 +0100 Subject: [PATCH] Fix documentation --- doc/rate_limits.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rate_limits.md b/doc/rate_limits.md index 7255e77..84db54a 100644 --- a/doc/rate_limits.md +++ b/doc/rate_limits.md @@ -78,7 +78,7 @@ The result is a JSON object with the configuration (`period` and `limit` attribu Thes functions are not accessible by regular user roles, and the user and organization names must be provided as parameters. -### cdb_dataservices_server.cdb_service_set_user_rate_limit(username, orgname, service, rate_limit) +### cdb_dataservices_client.cdb_service_set_user_rate_limit(username, orgname, service, rate_limit) This function sets the rate limit configuration for the user. This overrides any other configuration. @@ -88,7 +88,7 @@ The configuration is provided as a JSON literal. To remove the user-level config This functions doesn't return any value. -### cdb_dataservices_server.cdb_service_set_org_rate_limit(username, orgname, service, rate_limit) +### cdb_dataservices_client.cdb_service_set_org_rate_limit(username, orgname, service, rate_limit) This function sets the rate limit configuration for the organization. This overrides server level configuration and is overriden by user configuration if present. @@ -99,7 +99,7 @@ The configuration is provided as a JSON literal. To remove the organization-leve This functions doesn't return any value. -### cdb_dataservices_server.cdb_service_set_server_rate_limit(username, orgname, service, rate_limit) +### cdb_dataservices_client.cdb_service_set_server_rate_limit(username, orgname, service, rate_limit) This function sets the default rate limit configuration for all users accesing the dataservices server. This is overriden by organization of user configuration.