Check the existence of a type

head/admin/config/types/{type}
Internal-Use Only

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

1No example avaliable

Path Parameters

NameTypeRequiredDescription
type
string
true

The name of the type.

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
404Not FoundThe type does not exist.