Skip to content

resolveSlug

reference
1 min readUpdated

Kind: API Endpoint

Source: atloria-monorepo/apps/api/src/project/public-project.controller.ts

Resolve a renamed page slug to its current slug (link-rot redirect)

Endpoint

GET /public/p/:slugWithId/resolve-slug

ParameterInTypeRequiredDescription
slugWithIdpathstring
slugquerystringThe (possibly old) document slug
audiencequerystring-Audience slug for scope matching

Referenced By

  • PublicProjectController (MODULE_DECLARES)

Was this page helpful?

Download as PDF