Open API and documentation improvements #20

Merged
javier merged 7 commits from library/openapi-improvements into main 2025-10-28 15:41:03 +00:00
Showing only changes of commit 88f9705532 - Show all commits
@@ -324,7 +324,7 @@ struct AmiiboServiceLiveTests {
@Test("get last updated timestamp") @Test("get last updated timestamp")
func getLastUpdated() async throws { func getLastUpdated() async throws {
try await assertLastUpdated( try await assertLastUpdated(
day: 10, day: 17,
month: 10, month: 10,
year: 2025 year: 2025
) )