restfulobjects / restfulobjects-spec

The Restful Objects specification defines a set of RESTful resources, and corresponding JSON representations, for accessing and manipulating a domain object model.
http://restfulobjects.org
73 stars 10 forks source link

v1.1.0 - Figure 3 (in 3.1.2) - object resource url is not valid #21

Open runrightfast opened 10 years ago

runrightfast commented 10 years ago

In the figure the URLs are :

objects/CUS-123 objects/CUS-123/properties/id objects/CUS-123/properties/name objects/CUS-123/actions/blacklist

should be changed to:

objects/CUS/123 objects/CUS/123/properties/id objects/CUS/123/properties/name objects/CUS/123/actions/blacklist