Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/snippets/snippets.controller.ts
List pages referencing this snippet
Endpoint
GET /projects/:projectId/snippets/:id/references
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
id | path | string | ✓ |
Referenced By
SnippetsController(MODULE_DECLARES)
Was this page helpful?