attach
Links
To
Collection
@PutMapping(headers = "token",
path = ""/{" + COLLECTION_IDENTIFIER_KEY + "}/" + LINKS_KEY"
)
Method to manage the links shared with the collection
Return
the response of the request as String
Parameters
userId
The identifier of the user
token
The token of the user
payload
The payload of the request
{
"links" : ["the links of the collection"] -> List[String],
}
Content copied to clipboard