Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lastzero authored Oct 24, 2023
1 parent be4105a commit 3bba40f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/developer-guide/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ https://godoc.org/github.com/photoprism/photoprism/internal/api
```
GET /api/v1/photos?count=10
```
_Note: Routes are going to change while we are developing the frontend. The API is not covered by a deprecation policy._

!!! example ""
Some routes and request parameters MAY change as we add new features. While the API is not covered by an official deprecation policy, we avoid making breaking changes, especially to APIs that we know other developers are using.

### With authentication

Expand Down

0 comments on commit 3bba40f

Please sign in to comment.