Skip to main content
Version: 1.5.2

Admin - Insert a new vertex

POST 

/admin/cluster/insert-vertex

authorization

This API endpoint requires an API Key with at least one of the following Roles: SystemAdmin

Insert a new Vertex into the system. A Vertex is a tuple of domain and public_key. The Vertex is identified by its vertex_id or it's domain

Request

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the API Key of the user. The API Key is returned when a new user is created using the /admin/create-user endpoint.

Body

required

    domainurirequired

    The domain(authority) of the vertex

    persistent_keygen_idstringrequired

    The persistent keygen ID of the vertex

Responses

Schema

    null