GET v1/layers/{environment}/{orgId}/{appId}/validate-name?layerName={layerName}

Use this endpoint to validate the name of a level.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
environment

Environment where the org originated from.

string

Required

orgId

Organization Id

integer

Required

appId

Application Id

integer

Required

layerName

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns true if the name of a level is valid, false otherwise.

boolean

Response Formats

application/json, text/json

Sample:
true