Rename Watchlist
Rename an existing watchlist
Overview
PUT apiURL/v1.0/users/@me/watchlists/17973/name?name=New NameResponse
{
"m_Item1": 17973, //ID of the modified wathclist
"m_Item2": "New Name" //the new name
}Common Mistakes
Failing to Specify the Et-App-Key Parameter
Failing to Specify the Query Parameters
Last updated