update docs to reflect new URL for string objects

pull/2714/head
Jan Sandbrink 10 years ago
parent 4ae6c75803
commit 21af2e5c49
  1. 4
      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"

Loading…
Cancel
Save