diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 97741b24e..3ed915e05 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -9449,7 +9449,7 @@ paths: security: - OAuth2 Bearer: - read:lists - summary: Get all lists for owned by authorized user. + summary: Get all lists owned by authorized user. tags: - lists post: diff --git a/internal/api/client/lists/listsget.go b/internal/api/client/lists/listsget.go index 1cd4d33e0..8d912241b 100644 --- a/internal/api/client/lists/listsget.go +++ b/internal/api/client/lists/listsget.go @@ -27,7 +27,7 @@ import ( // ListsGETHandler swagger:operation GET /api/v1/lists lists // -// Get all lists for owned by authorized user. +// Get all lists owned by authorized user. // // --- // tags: