Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ id: rest-endpoints
title: REST Endpoints in Falcon Server
sidebar_label: REST Endpoints
enterprise_only: true
---
---

:::note Endpoint naming
Every exposed endpoint must start with `/api/` prefix to ensure that it will get correctly forwarded to the Falcon-Server.
:::