AlphaAlpha Docs

Check if a prefix is already used

Check if a resolved prefix is already used by another type

GET
/types/check-prefix
AuthorizationBearer <token>

In: header

Query Parameters

resolvedPrefix*string
excludeTypeId?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/types/check-prefix?resolvedPrefix=string"
{
  "property1": null,
  "property2": null
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}