From fd3850f92e3b8ccd7800f1f88eed902f7275b411 Mon Sep 17 00:00:00 2001 From: Boy Baukema Date: Mon, 23 Feb 2015 15:13:08 +0100 Subject: [PATCH] Update rest-api.md --- docs/api/rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/rest-api.md b/docs/api/rest-api.md index 5dc08bc7..0e90ec86 100644 --- a/docs/api/rest-api.md +++ b/docs/api/rest-api.md @@ -211,7 +211,7 @@ curl -u user:password https://serviceregistry.demo.openconext.org/janus/app.php/ ## Create a new connection ``` -POST /connection/{id} +POST /connections Content-Type: application/json {"type":"saml20-idp", "name":"API TEST", "revisionNote":"Test new REST API"}