Create a new custom node (POST /publishers/{publisherId}/nodes)
(ctx echo.Context, publisherId string)
| 757 | // Create a new custom node |
| 758 | // (POST /publishers/{publisherId}/nodes) |
| 759 | CreateNode(ctx echo.Context, publisherId string) error |
| 760 | // Delete a specific node |
| 761 | // (DELETE /publishers/{publisherId}/nodes/{nodeId}) |
| 762 | DeleteNode(ctx echo.Context, publisherId string, nodeId string) error |
no outgoing calls
no test coverage detected