edit Collection

suspend fun editCollection(collectionId: String, color: String, title: String, description: String, links: List<String>): JsonObject

Method to edit a collection

Return

the result of the request as JsonObject

Parameters

collectionId

The identifier of the collection to edit

color

: color of the collection

title

Title of the collection

description

: description of the collection

links

: list of links shared in a collection