Loading CHANGELOG.md +3 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,9 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Update to Bleve v2.0.3 release. - Various other dependency updates. ### Fixed - Fix user scoping in console purchase listing operations. ## [3.2.0] - 2021-04-14 ### Added - New API to logout and intercept logouts with session and refresh tokens. Loading apigrpc/apigrpc.swagger.json +94 −0 Original line number Diff line number Diff line Loading @@ -1424,6 +1424,28 @@ } } }, "parameters": [ { "name": "ids", "description": "The account id of a user.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } }, { "name": "usernames", "description": "The account username of a user.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } } ], "tags": [ "Nakama" ] Loading @@ -1447,6 +1469,28 @@ } } }, "parameters": [ { "name": "ids", "description": "The account id of a user.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } }, { "name": "usernames", "description": "The account username of a user.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } } ], "tags": [ "Nakama" ] Loading Loading @@ -1707,6 +1751,16 @@ "in": "path", "required": true, "type": "string" }, { "name": "user_ids", "description": "The users to add.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } } ], "tags": [ Loading Loading @@ -1739,6 +1793,16 @@ "in": "path", "required": true, "type": "string" }, { "name": "user_ids", "description": "The users to ban.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } } ], "tags": [ Loading Loading @@ -1771,6 +1835,16 @@ "in": "path", "required": true, "type": "string" }, { "name": "user_ids", "description": "The users to demote.", "in": "query", "required": true, "type": "array", "items": { "type": "string" } } ], "tags": [ Loading Loading @@ -1835,6 +1909,16 @@ "in": "path", "required": true, "type": "string" }, { "name": "user_ids", "description": "The users to kick.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } } ], "tags": [ Loading Loading @@ -1899,6 +1983,16 @@ "in": "path", "required": true, "type": "string" }, { "name": "user_ids", "description": "The users to promote.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } } ], "tags": [ Loading Loading
CHANGELOG.md +3 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,9 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Update to Bleve v2.0.3 release. - Various other dependency updates. ### Fixed - Fix user scoping in console purchase listing operations. ## [3.2.0] - 2021-04-14 ### Added - New API to logout and intercept logouts with session and refresh tokens. Loading
apigrpc/apigrpc.swagger.json +94 −0 Original line number Diff line number Diff line Loading @@ -1424,6 +1424,28 @@ } } }, "parameters": [ { "name": "ids", "description": "The account id of a user.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } }, { "name": "usernames", "description": "The account username of a user.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } } ], "tags": [ "Nakama" ] Loading @@ -1447,6 +1469,28 @@ } } }, "parameters": [ { "name": "ids", "description": "The account id of a user.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } }, { "name": "usernames", "description": "The account username of a user.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } } ], "tags": [ "Nakama" ] Loading Loading @@ -1707,6 +1751,16 @@ "in": "path", "required": true, "type": "string" }, { "name": "user_ids", "description": "The users to add.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } } ], "tags": [ Loading Loading @@ -1739,6 +1793,16 @@ "in": "path", "required": true, "type": "string" }, { "name": "user_ids", "description": "The users to ban.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } } ], "tags": [ Loading Loading @@ -1771,6 +1835,16 @@ "in": "path", "required": true, "type": "string" }, { "name": "user_ids", "description": "The users to demote.", "in": "query", "required": true, "type": "array", "items": { "type": "string" } } ], "tags": [ Loading Loading @@ -1835,6 +1909,16 @@ "in": "path", "required": true, "type": "string" }, { "name": "user_ids", "description": "The users to kick.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } } ], "tags": [ Loading Loading @@ -1899,6 +1983,16 @@ "in": "path", "required": true, "type": "string" }, { "name": "user_ids", "description": "The users to promote.", "in": "query", "required": false, "type": "array", "items": { "type": "string" } } ], "tags": [ Loading