Strona używa ciasteczka do zapewnienia jak najlepszej jakości przeglądania strony. Więcej informacji

API help

Overview
Data types

want.set

Description

Set new wants.

Params

token
string

Access token.

items
array

xWG IDs that should be marked as 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

Current want status for specified xWGs.

item
struct
xwgId
int

ID of xWG corresponding to item in params array.

wanted
bool

True if xWG is wanted.

Call example

want.set("sunt in", [1895478591, 1826742176, 1378448785])