Updated the main article for the DocC documentation catalog in the library target to update the reference to a live service.

This commit is contained in:
2025-10-13 17:12:56 +02:00
parent bd190f24c2
commit 8016214eb6
2 changed files with 4 additions and 4 deletions
@@ -2,12 +2,12 @@
## Topics
### Service calls
### Service endpoints
- ``APIProtocol/getService(_:)``
- ``APIProtocol/getService(headers:)``
### Database calls
### Database endpoints
- ``APIProtocol/searchDatabase(_:)``
- ``APIProtocol/searchDatabase(query:headers:)``
@@ -34,4 +34,4 @@
- ``APIProtocol/deleteReleaseRatingByUser(_:)``
- ``APIProtocol/deleteReleaseRatingByUser(path:headers:)``
- ``APIProtocol/getReleaseStats(_:)``
- ``APIProtocol/getReleaseStats(path:headers:)``
- ``APIProtocol/getReleaseStats(path:headers:)``
@@ -14,7 +14,7 @@
### Servers
- ``Servers/Server1``
- ``LiveService``
### Authentication