Information on how to use the OpenGraph API
GET | /api/v2/custom-nodes | Get all custom node types and their configurations. |
GET | /api/v2/custom-nodes/ | Get configuration for a specific node type. |
POST | /api/v2/custom-nodes | Create a new custom node type with configuration. |
PUT | /api/v2/custom-nodes/ | Update the configuration of an existing node type. |
DELETE | /api/v2/custom-nodes/ | Delete a custom node type. |
POST | /api/v2/clear-database | Clears all elements of the database including Base Node Types and Custom Node Types. |