Check the existence of a type

head/admin/config/types/{type}

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

Request Samples

1

Response Samples

1Not Available

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.