diff --git a/docs/content/api-server/endpoints.md b/docs/content/api-server/endpoints.md index e5c7783..a8caf14 100644 --- a/docs/content/api-server/endpoints.md +++ b/docs/content/api-server/endpoints.md @@ -18,3 +18,18 @@ description = "An overview of all the API endpoints" ### Response type [++RoutableEntryResponse++](response-types#routableentryresponse) + +## Get entry by UID + +`/api/v1/get-entry-by-uid` + +### Parameters + +- `uid` ^(required)^ + - The UID of the entry +- `locale` ^(required)^ + - The locale of the entry to fetch + +### Response type + +[++RoutableEntryResponse++](response-types#routableentryresponse)