GET v1/layers/{environment}/{orgId}/{appId}/validate-name?layerName={layerName}
Use this endpoint to validate the name of a level.
Request Information
URI Parameters
| Name | Description | Type | Additional 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.
booleanResponse Formats
application/json, text/json
Sample:
true
