Skip to content

POSTing a Graph Vertex

Nathan T. Freeman edited this page Feb 1, 2016 · 1 revision

To create new vertex objects in the Graph, POST a JSON object to the frames/ area. The JSON MUST contain an "@type" property with the fully qualified name of the type of Vertex being created. There are no other specific requirements.

example: POST https://server/api/oda/frames/now

POST Payload { "@type":"com.redpill.model.now.Card", "title":"BusinessCard", "foo":"bar }