modify ncApiCoroutines

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-02-28 11:03:42 +01:00
parent c096c9bb6e
commit 5779dce42f
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220

View File

@ -287,4 +287,10 @@ interface NcApiCoroutines {
@DELETE
suspend fun unbindRoom(@Header("Authorization") authorization: String, @Url url: String): GenericOverall
@GET
suspend fun getUserGroups(@Header("Authorization") authorization: String?, @Url url: String?): UserGroupsOverall
@GET
suspend fun getUserCircles(@Header("Authorization") authorization: String?, @Url url: String?): UserCirclesOverall
}