edit
@PatchMapping(headers = "token",
path = "/{" + LINK_IDENTIFIER_KEY + "}"
)
Method to edit an existing link
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
{
"reference_link" : "the url of the link" -> [String],
"description" : "the description of the link" -> [String]
}
Content copied to clipboard