"description":"Optional cursor to fetch next page.",
"description":"An (optional) cursor to fetch next page.",
"in":"query",
"required":false,
"type":"string",
@@ -832,9 +832,9 @@
"operationId":"DeleteUsers",
"responses":{
"200":{
"description":"",
"description":"A successful response.",
"schema":{
"$ref":"#/definitions/protobufEmpty"
"properties":{}
}
}
},
@@ -856,7 +856,8 @@
"type":"string",
"description":"Warning message text."
}
}
},
"description":"A warning for a configuration field."
},
"StatusListStatus":{
"type":"object",
@@ -945,7 +946,8 @@
"format":"double",
"description":"Output bandwidth usage over the last hour."
}
}
},
"description":"The status of a Nakama node."
},
"UserGroupListUserGroup":{
"type":"object",
@@ -1428,7 +1430,7 @@
"description":"The user's wallet ledger items."
}
},
"description":"*\nAn export of all information stored for a user account."
"description":"An export of all information stored for a user account."
},
"consoleAuthenticateRequest":{
"type":"object",
@@ -1442,14 +1444,14 @@
"description":"The password of the user."
}
},
"description":"*\nAuthenticate a console user with username and password."
"description":"Authenticate a console user with username and password."
},
"consoleConfig":{
"type":"object",
"properties":{
"config":{
"type":"string",
"description":"JSON-encoded effective server configuration."
"description":"JSON-encoded active server configuration."
},
"warnings":{
"type":"array",
@@ -1459,7 +1461,17 @@
"description":"Any warnings about the current config."
}
},
"description":"*\nConfiguration and config warnings information."
"description":"The current server configuration and any associated warnings."
},
"consoleConsoleSession":{
"type":"object",
"properties":{
"token":{
"type":"string",
"description":"A session token (JWT) for the console user."
}
},
"description":"A console user session."
},
"consoleStatusList":{
"type":"object",
@@ -1472,7 +1484,7 @@
"description":"List of nodes and their stats."
}
},
"description":"*\nList of nodes and their stats."
"description":"List of nodes and their stats."
},
"consoleStorageList":{
"type":"object",
@@ -1487,10 +1499,11 @@
"cursor":{
"type":"string",
"format":"byte",
"description":"Optional cursor for pagination."
}
"description":"An (optional) cursor for paging results."
}
},
"description":"List of storage objects."
},
"consoleUserList":{
"type":"object",
"properties":{
@@ -1507,7 +1520,7 @@
"description":"A cursor to fetch more results."
}
},
"description":"*\nA list of users."
"description":"A list of users."
},
"consoleWalletLedger":{
"type":"object",
@@ -1539,7 +1552,7 @@
"description":"The UNIX time when the wallet ledger item was updated."
}
},
"description":"*\nAn individual update to a user's wallet."
"description":"An individual update to a user's wallet."
},
"consoleWalletLedgerList":{
"type":"object",
@@ -1552,22 +1565,7 @@
"description":"A list of wallet ledger items."
}
},
"description":"*\nList of wallet ledger items for a particular user."
},
"nakamaconsoleSession":{
"type":"object",
"properties":{
"token":{
"type":"string",
"description":"Session token."
}
},
"description":"*\nA console user session."
},
"protobufEmpty":{
"type":"object",
"description":"service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.",
"title":"A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:"
"description":"List of wallet ledger items for a particular user."