That_Sky_Requests/account/account_set_friend_name.json
2024-07-27 11:03:58 +06:00

69 lines
1.2 KiB
JSON

/*
POST /account/set_friend_name HTTP/1.1
Host: live.radiance.thatgamecompany.com
User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (Aspire A514-54; win 10.0.22631; en)
X-Session-ID: 097e629e-e857-ec11-80e2-088fc332aee5
Content-Type: application/json
trace-id: a6WNUzr
user-id: 8511f751-0625-4579-9d7e-e657b1a00000
session: 8f20ecfccd6bc8741cb09b597b3a1438
x-sky-level-id: 3526133726
Content-Length: 204
*/
//Request
{
"friend" : "21613cee-2393-4833-8c84-266debe6c4b0",
"name" : "UWAAA",
"session" : "8f20ecfccd6bc8741cb09b597b3a1438",
"user" : "8511f751-0625-4579-9d7e-e657b1a00000",
"user_id" : "8511f751-0625-4579-9d7e-e657b1a00000"
}
/*
HTTP/1.1 200 OK
Server: nginx/1.14.2
Date: Tue, 16 Jul 2024 15:04:00 GMT
Content-Type: application/json; charset=utf-8
Connection: keep-alive
Content-Length: 262
*/
//Response
{
"result" : true,
"update_friends" : [
{
"abilities" : [ 1, 2, 9, 10, 19 ],
"created_at" : "2024-07-16T15:03:44.803Z",
"friend_id" : "21613cee-2393-4833-8c84-266debe6c4b0",
"hints" : [ 2, 9, 10, 19 ],
"last_seen_outfit" : null,
"nickname" : "UWAAA",
"soft_deleted" : null,
"they_soft_deleted" : null
}
]
}