Skip to main content
PUT
/
api
/
account
/
watchlist
Replace watchlist
curl --request PUT \
  --url https://macrobymark.com/api/account/watchlist \
  --header 'Content-Type: application/json' \
  --cookie next-auth.session-token= \
  --data '
{
  "indicatorIds": [
    "<string>"
  ]
}
'

Authorizations

next-auth.session-token
string
cookie
required

NextAuth.js session cookie

Body

application/json
indicatorIds
string[]
required

Response

200

Updated watchlist