Skip to content

Commit

Permalink
Add some documentation for the get-entry-by-uid API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed Dec 13, 2024
1 parent cf452d2 commit cb66325
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/content/api-server/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit cb66325

Please sign in to comment.