Add _cs suffix to client-server http APIs

I'm about to add identity service APIs, so differentiating is good.
This commit is contained in:
Daniel Wagner-Hall 2016-03-08 17:42:41 +00:00 committed by review.rocks
parent cc0dae3aeb
commit f4f186baee
19 changed files with 48 additions and 43 deletions

View file

@ -89,7 +89,7 @@ Client behaviour
Clients MUST configure a Pusher before they will receive push notifications.
There is a single API endpoint for this, as described below.
{{pusher_http_api}}
{{pusher_cs_http_api}}
.. _pushers: `def:pushers`_
@ -334,7 +334,7 @@ Push Rules: API
Clients can retrieve, add, modify and remove push rules globally or per-device
using the APIs below.
{{pushrules_http_api}}
{{pushrules_cs_http_api}}
Examples
++++++++