Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/project/project.controller.ts
Check whether a desired subdomain slug is available
Endpoint
GET /projects/:id/subdomain/check
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | ✓ | Project ID |
slug | query | string | ✓ |
Referenced By
ProjectController(MODULE_DECLARES)
Was this page helpful?