Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tím souhlasíte. Další informace

API help

Overview
Data types

notwant.set

Description

Set new not wants.

Params

token
string

Access token.

items
array

xWG IDs that should be marked as not want.

xwgId
int

ID of one xWG.

Response

response
struct
status
int
enum

Status code

ValueDescription
200

OK

400

Bad params

404

One of specified items was not found.

500

Server error

statusMessage
string

Status code description

result
array

Result of operation

item
struct
xwgId
int

ID of xWG corresponding to item in params array.

notWanted
bool

True if xWG is not wanted.

Call example

notwant.set("mollit", [1478376339])