AlphaAlpha Docs
API ReferenceTypes -static model

Remove a name override

Remove a single name override entry

DELETE
/types/static-model/{typeId}/{staticModelTreeId}/name-overrides/{generatedName}
AuthorizationBearer <token>

In: header

Path Parameters

typeId*string
staticModelTreeId*string
generatedName*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "http://localhost:18080/api/v1/types/static-model/string/string/name-overrides/string"
{
  "property1": "string",
  "property2": "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"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}