Check the existence of an object or relationship type

head/admin/config/types/{type}

Checks the existence of the specified object or relationship type. 200 OK means that the type exists; 404 Not Found means that the type does not exist.

Request Samples

Path Parameters

NameTypeRequiredDescription
type
string
true

The name of the type.

Responses

StatusMeaningDescription
200OK

The request succeeded.

Headers
404Not Found

The type does not exist.