-
-
Notifications
You must be signed in to change notification settings - Fork 1
Words AddPair
Artyom Slepushko edited this page Oct 4, 2018
·
10 revisions
Authorize access only
POST /api/words/addpair
[{
"id":1,
"WordForeign":"english",
"WordNative":"английский"
},
{
"id":2,
"WordForeign":"world",
"WordNative":"мир"
}]
[{
"id": 1,
"serverId": 4
},
{
"id": 2,
"serverId": 4
}]
{
"id":123,
"WordForeign":"string",
"WordNative":"string",
"serverId:321
}
id is your local base id;
© InWords team.