From 21af2e5c4904c93970b0e9975f53e1b51bfd19a1 Mon Sep 17 00:00:00 2001 From: Jan Sandbrink Date: Thu, 19 Mar 2015 08:52:15 +0100 Subject: [PATCH] update docs to reflect new URL for string objects --- doc/apiv3-documentation.apib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/apiv3-documentation.apib b/doc/apiv3-documentation.apib index bca29040ca..96043dd2f2 100644 --- a/doc/apiv3-documentation.apib +++ b/doc/apiv3-documentation.apib @@ -1886,14 +1886,14 @@ This is an example of how a schema might look like. Note that this endpoint does String objects are a linkable representation of strings. They merely serve the purpose of making links to strings possible, e.g. to be able to provide `allowedValues` for a string typed property. -## String Object [/api/v3/string_objects/{value}] +## String Object [/api/v3/string_objects?value={value}] + Model + Body { "_links": { - "self": { "href": "/api/v3/string_objects/Foo" } + "self": { "href": "/api/v3/string_objects?value=Foo" } }, "_type": "StringObject", "value": "Foo"