From d27b6bceae21ef094016f0fb347110488548d41b Mon Sep 17 00:00:00 2001 From: "grounds-openapi-publisher[bot]" <309496835+grounds-openapi-publisher[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:33:09 +0000 Subject: [PATCH] docs: update service-social api snapshot --- public/specs/service-social/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/specs/service-social/openapi.json b/public/specs/service-social/openapi.json index c600d3b..5623d75 100644 --- a/public/specs/service-social/openapi.json +++ b/public/specs/service-social/openapi.json @@ -316,7 +316,7 @@ "info" : { "description" : "Friendships, parties and blocks — the three ways players are attached to each other across the network.\n\nA proxy only knows the players connected to itself, so anything that spans proxies has to ask here: whether two players are friends, which party someone is in, whether a message may be delivered at all.\n\nBlocks are one-directional and private. That shapes the rest of the API: a friend request refused because the receiver blocked the sender reports REQUESTS_DISABLED, and a party invite to someone who blocked the inviter is refused without saying why. Neither answer distinguishes a block from an ordinary refusal, on purpose.\n\nNames live here too, in an index that is never deleted — a friends list has to render a name for someone who is offline, which a session table cannot do.", "title" : "Social API", - "version" : "v0.7.0" + "version" : "v1.0.0" }, "tags" : [ { "name" : "Blocks",