From 00e6a1735d463959eef6336aa823f704825cbc92 Mon Sep 17 00:00:00 2001
From: Patrick R McDonald <marlowe@antagonism.org>
Date: Tue, 10 Apr 2012 21:36:43 -0500
Subject: [PATCH] Updated webapi.rst to list /cap as a synonym for /uri
---
docs/frontends/webapi.rst | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/docs/frontends/webapi.rst b/docs/frontends/webapi.rst
index 1208476..f4e7063 100644
a
|
b
|
server prefix. They will be displayed like this:: |
183 | 183 | /uri/$DIRCAP/ |
184 | 184 | /uri/$FILECAP |
185 | 185 | |
| 186 | /cap can be used as a synonym for /uri. If interoperability with older web-API |
| 187 | servers is required, /uri should be used. |
186 | 188 | |
187 | 189 | Child Lookup |
188 | 190 | ------------ |