diff --git a/latest/graphql-api/admin-graphql-doc.html b/latest/graphql-api/admin-graphql-doc.html index 3dc7e5e41..89dc36268 100644 --- a/latest/graphql-api/admin-graphql-doc.html +++ b/latest/graphql-api/admin-graphql-doc.html @@ -337,8 +337,8 @@
Response
{
   "data": {
     "account": {
-      "listUsers": ["xyz789"],
-      "countUsers": 987,
+      "listUsers": ["abc123"],
+      "countUsers": 123,
       "checkPassword": CheckPasswordPayload,
       "checkPasswordHash": CheckPasswordPayload,
       "checkUser": CheckUserPayload
@@ -579,7 +579,7 @@ 
Response
{
   "data": {
     "gdpr": {
-      "retrievePersonalData": "abc123"
+      "retrievePersonalData": "xyz789"
     }
   }
 }
@@ -1128,7 +1128,7 @@ 
Response
"server": { "status": Status, "getLoglevel": "NONE", - "getCookie": "abc123" + "getCookie": "xyz789" } } } @@ -1199,7 +1199,7 @@
Response
"listSessions": [Session], "countSessions": 987, "listUserSessions": [Session], - "countUserResources": 123, + "countUserResources": 987, "getUserResource": "res1", "listUsersWithStatus": [UserStatus], "countUsersWithStatus": 987 @@ -1517,8 +1517,8 @@
Response
"requestRemoveDomain": Domain, "enableDomain": Domain, "disableDomain": Domain, - "setDomainPassword": "abc123", - "deleteDomainPassword": "xyz789" + "setDomainPassword": "xyz789", + "deleteDomainPassword": "abc123" } } } @@ -1627,7 +1627,7 @@
Response
{
   "data": {
-    "inbox": {"flushUserBin": 987, "flushDomainBin": 123, "flushGlobalBin": 987}
+    "inbox": {"flushUserBin": 987, "flushDomainBin": 123, "flushGlobalBin": 123}
   }
 }
 
@@ -1752,13 +1752,13 @@
Response
"data": { "mnesia": { "setMaster": "xyz789", - "changeNodename": "xyz789", - "backup": "xyz789", + "changeNodename": "abc123", + "backup": "abc123", "restore": "abc123", "dump": "abc123", - "dumpTable": "abc123", - "load": "abc123", - "installFallback": "abc123" + "dumpTable": "xyz789", + "load": "xyz789", + "installFallback": "xyz789" } } } @@ -1830,15 +1830,15 @@
Response
"muc": { "createInstantRoom": MUCRoomDesc, "inviteUser": "abc123", - "kickUser": "xyz789", + "kickUser": "abc123", "sendMessageToRoom": "xyz789", "sendPrivateMessage": "abc123", - "deleteRoom": "abc123", + "deleteRoom": "xyz789", "changeRoomConfiguration": MUCRoomConfig, - "setUserRole": "abc123", - "setUserAffiliation": "xyz789", - "enterRoom": "abc123", - "exitRoom": "xyz789" + "setUserRole": "xyz789", + "setUserAffiliation": "abc123", + "enterRoom": "xyz789", + "exitRoom": "abc123" } } } @@ -1906,10 +1906,10 @@
Response
"muc_light": { "createRoom": Room, "changeRoomConfiguration": Room, - "inviteUser": "xyz789", + "inviteUser": "abc123", "deleteRoom": "abc123", "kickUser": "abc123", - "sendMessageToRoom": "abc123", + "sendMessageToRoom": "xyz789", "setBlockingList": "xyz789" } } @@ -1968,7 +1968,7 @@
Response
"data": { "offline": { "deleteExpiredMessages": "abc123", - "deleteOldMessages": "abc123" + "deleteOldMessages": "xyz789" } } } @@ -2087,14 +2087,14 @@
Response
{
   "data": {
     "roster": {
-      "addContact": "xyz789",
-      "addContacts": ["xyz789"],
+      "addContact": "abc123",
+      "addContacts": ["abc123"],
       "subscription": "xyz789",
       "deleteContact": "xyz789",
-      "deleteContacts": ["abc123"],
+      "deleteContacts": ["xyz789"],
       "setMutualSubscription": "xyz789",
-      "subscribeToAll": ["xyz789"],
-      "subscribeAllToAll": ["xyz789"]
+      "subscribeToAll": ["abc123"],
+      "subscribeAllToAll": ["abc123"]
     }
   }
 }
@@ -2157,12 +2157,12 @@ 
Response
"data": { "server": { "joinCluster": "xyz789", - "leaveCluster": "xyz789", - "removeFromCluster": "xyz789", - "restart": "xyz789", - "stop": "abc123", + "leaveCluster": "abc123", + "removeFromCluster": "abc123", + "restart": "abc123", + "stop": "xyz789", "removeNode": "abc123", - "setLoglevel": "abc123" + "setLoglevel": "xyz789" } } } @@ -2823,10 +2823,10 @@
Example
"tags": ["HOME"], "pobox": "abc123", "extadd": "xyz789", - "street": "xyz789", - "locality": "abc123", - "region": "abc123", - "pcode": "abc123", + "street": "abc123", + "locality": "xyz789", + "region": "xyz789", + "pcode": "xyz789", "country": "xyz789" }
@@ -2915,10 +2915,10 @@
Example
"pobox": "xyz789", "extadd": "abc123", "street": "abc123", - "locality": "abc123", - "region": "abc123", + "locality": "xyz789", + "region": "xyz789", "pcode": "xyz789", - "country": "xyz789" + "country": "abc123" }
@@ -3807,19 +3807,19 @@
Example
{
   "availableNodes": ["abc123"],
   "unavailableNodes": ["abc123"],
-  "joinedNodes": ["xyz789"],
-  "discoveredNodes": ["abc123"],
+  "joinedNodes": ["abc123"],
+  "discoveredNodes": ["xyz789"],
   "remoteNodesWithoutDisco": ["abc123"],
   "remoteNodesWithUnknownTables": [
-    "xyz789"
+    "abc123"
   ],
-  "remoteUnknownTables": ["xyz789"],
+  "remoteUnknownTables": ["abc123"],
   "remoteNodesWithMissingTables": [
-    "abc123"
+    "xyz789"
   ],
   "remoteMissingTables": ["xyz789"],
-  "conflictNodes": ["xyz789"],
-  "conflictTables": ["abc123"],
+  "conflictNodes": ["abc123"],
+  "conflictTables": ["xyz789"],
   "discoveryWorks": true
 }
 
@@ -3926,20 +3926,20 @@
Example
{
-  "name": ["abc123"],
+  "name": ["xyz789"],
   "type": "histogram",
   "available_nodes": 123,
   "unavailable_nodes": 987,
   "joined_nodes": 123,
-  "remote_nodes_without_disco": 987,
-  "remote_nodes_with_unknown_tables": 123,
-  "remote_unknown_tables": 123,
+  "remote_nodes_without_disco": 123,
+  "remote_nodes_with_unknown_tables": 987,
+  "remote_unknown_tables": 987,
   "remote_nodes_with_missing_tables": 987,
-  "remote_missing_tables": 987,
+  "remote_missing_tables": 123,
   "conflict_nodes": 123,
   "conflict_tables": 987,
-  "discovered_nodes": 123,
-  "discovery_works": 123
+  "discovered_nodes": 987,
+  "discovery_works": 987
 }
 
@@ -3996,9 +3996,9 @@
Example
{
   "tableName": "abc123",
-  "memory": 987,
+  "memory": 123,
   "size": 123,
-  "nodes": ["xyz789"]
+  "nodes": ["abc123"]
 }
 
@@ -4047,7 +4047,7 @@
Fields
Example
-
{"correct": false, "message": "abc123"}
+                    
{"correct": true, "message": "xyz789"}
 
@@ -4095,7 +4095,7 @@
Fields
Example
-
{"exist": true, "message": "xyz789"}
+                    
{"exist": false, "message": "abc123"}
 
@@ -4160,8 +4160,8 @@
Example
{
   "jid": "alice@localhost",
-  "name": "abc123",
-  "groups": ["xyz789"],
+  "name": "xyz789",
+  "groups": ["abc123"],
   "subscription": "NONE",
   "ask": "SUBSCRIBE"
 }
@@ -4296,7 +4296,7 @@ 
Example
{
   "jid": "alice@localhost",
-  "name": "xyz789",
+  "name": "abc123",
   "groups": ["abc123"]
 }
 
@@ -4415,10 +4415,10 @@
Example
{
-  "name": ["xyz789"],
+  "name": ["abc123"],
   "type": "histogram",
-  "value": 123,
-  "ms_since_reset": 123
+  "value": 987,
+  "ms_since_reset": 987
 }
 
@@ -4499,7 +4499,7 @@
Example
{
   "domain": "localhost",
-  "hostType": "xyz789",
+  "hostType": "abc123",
   "status": "ENABLED"
 }
 
@@ -4683,7 +4683,7 @@
Example
"requestRemoveDomain": Domain, "enableDomain": Domain, "disableDomain": Domain, - "setDomainPassword": "xyz789", + "setDomainPassword": "abc123", "deleteDomainPassword": "xyz789" }
@@ -4827,7 +4827,7 @@
Fields
Example
-
{"registeredUsers": 123, "onlineUsers": 123}
+                    
{"registeredUsers": 987, "onlineUsers": 987}
 
@@ -5136,8 +5136,8 @@
Example
{
-  "putUrl": "abc123",
-  "getUrl": "abc123",
+  "putUrl": "xyz789",
+  "getUrl": "xyz789",
   "headers": [Header]
 }
 
@@ -5214,7 +5214,7 @@
Example
{
-  "name": ["xyz789"],
+  "name": ["abc123"],
   "type": "histogram",
   "value": 987
 }
@@ -5326,7 +5326,7 @@ 
Example
{
-  "lat": "xyz789",
+  "lat": "abc123",
   "lon": "xyz789"
 }
 
@@ -5376,7 +5376,7 @@
Example
{
   "lat": "abc123",
-  "lon": "xyz789"
+  "lon": "abc123"
 }
 
@@ -5444,10 +5444,10 @@
Example
{
   "uptimeSeconds": 987,
   "registeredUsers": 123,
-  "onlineUsersNode": 987,
-  "onlineUsers": 987,
-  "incomingS2S": 987,
-  "outgoingS2S": 123
+  "onlineUsersNode": 123,
+  "onlineUsers": 123,
+  "incomingS2S": 123,
+  "outgoingS2S": 987
 }
 
@@ -5599,18 +5599,18 @@
Example
{
-  "name": ["xyz789"],
+  "name": ["abc123"],
   "type": "histogram",
   "n": 987,
-  "mean": 987,
-  "min": 123,
+  "mean": 123,
+  "min": 987,
   "max": 123,
-  "median": 987,
-  "p50": 123,
+  "median": 123,
+  "p50": 987,
   "p75": 123,
-  "p90": 123,
+  "p90": 987,
   "p95": 987,
-  "p99": 987,
+  "p99": 123,
   "p999": 987
 }
 
@@ -5801,7 +5801,7 @@
Example
{
-  "type": "xyz789",
+  "type": "abc123",
   "binValue": "abc123"
 }
 
@@ -5856,9 +5856,9 @@
Example
{
-  "type": "xyz789",
+  "type": "abc123",
   "binValue": "abc123",
-  "extValue": "abc123"
+  "extValue": "xyz789"
 }
 
@@ -5937,7 +5937,7 @@
Example
"created": ["alice@localhost"], "existing": ["alice@localhost"], "notAllowed": ["alice@localhost"], - "invalidJID": ["xyz789"], + "invalidJID": ["abc123"], "emptyPassword": ["alice@localhost"], "invalidRecord": ["xyz789"] } @@ -6050,7 +6050,7 @@
daysExample
-
{"flushUserBin": 123, "flushDomainBin": 123, "flushGlobalBin": 987}
+                    
{"flushUserBin": 987, "flushDomainBin": 123, "flushGlobalBin": 123}
 
@@ -6145,8 +6145,8 @@
Example
{
-  "type": "xyz789",
-  "credential": "xyz789"
+  "type": "abc123",
+  "credential": "abc123"
 }
 
@@ -6194,7 +6194,7 @@
Example
{
-  "type": "xyz789",
+  "type": "abc123",
   "credential": "abc123"
 }
 
@@ -6275,7 +6275,7 @@
Fields
Example
-
{"keyword": ["abc123"]}
+                    
{"keyword": ["xyz789"]}
 
@@ -6336,8 +6336,8 @@
Example
{
   "jid": "alice@localhost",
   "kicked": true,
-  "code": "abc123",
-  "message": "abc123"
+  "code": "xyz789",
+  "message": "xyz789"
 }
 
@@ -6480,7 +6480,7 @@
Example
{
   "user": "alice@localhost",
   "timestamp": "2007-12-03T10:15:30Z",
-  "status": "abc123"
+  "status": "xyz789"
 }
 
@@ -7103,15 +7103,15 @@
Example
{
   "createInstantRoom": MUCRoomDesc,
   "inviteUser": "abc123",
-  "kickUser": "xyz789",
-  "sendMessageToRoom": "xyz789",
+  "kickUser": "abc123",
+  "sendMessageToRoom": "abc123",
   "sendPrivateMessage": "xyz789",
-  "deleteRoom": "xyz789",
+  "deleteRoom": "abc123",
   "changeRoomConfiguration": MUCRoomConfig,
-  "setUserRole": "xyz789",
-  "setUserAffiliation": "abc123",
-  "enterRoom": "xyz789",
-  "exitRoom": "xyz789"
+  "setUserRole": "abc123",
+  "setUserAffiliation": "xyz789",
+  "enterRoom": "abc123",
+  "exitRoom": "abc123"
 }
 
@@ -7566,7 +7566,7 @@
Example
"createRoom": Room, "changeRoomConfiguration": Room, "inviteUser": "xyz789", - "deleteRoom": "abc123", + "deleteRoom": "xyz789", "kickUser": "xyz789", "sendMessageToRoom": "abc123", "setBlockingList": "abc123" @@ -7963,25 +7963,25 @@
Example
{
-  "title": "abc123",
-  "description": "xyz789",
-  "allowChangeSubject": true,
-  "allowQueryUsers": true,
+  "title": "xyz789",
+  "description": "abc123",
+  "allowChangeSubject": false,
+  "allowQueryUsers": false,
   "allowPrivateMessages": true,
   "allowVisitorStatus": true,
   "allowVisitorNickchange": true,
-  "public": false,
+  "public": true,
   "publicList": true,
-  "persistent": true,
+  "persistent": false,
   "moderated": true,
-  "membersByDefault": true,
+  "membersByDefault": false,
   "membersOnly": true,
-  "allowUserInvites": false,
+  "allowUserInvites": true,
   "allowMultipleSession": false,
   "passwordProtected": false,
-  "password": "xyz789",
-  "anonymous": false,
-  "mayGetMemberList": ["xyz789"],
+  "password": "abc123",
+  "anonymous": true,
+  "mayGetMemberList": ["abc123"],
   "maxUsers": 2,
   "logging": false
 }
@@ -8149,23 +8149,23 @@ 
Example
{
-  "title": "abc123",
+  "title": "xyz789",
   "description": "xyz789",
   "allowChangeSubject": false,
-  "allowQueryUsers": true,
+  "allowQueryUsers": false,
   "allowPrivateMessages": false,
   "allowVisitorStatus": false,
   "allowVisitorNickchange": true,
-  "public": true,
-  "publicList": true,
+  "public": false,
+  "publicList": false,
   "persistent": true,
   "moderated": true,
-  "membersByDefault": false,
-  "membersOnly": false,
+  "membersByDefault": true,
+  "membersOnly": true,
   "allowUserInvites": true,
   "allowMultipleSession": true,
   "passwordProtected": false,
-  "password": "xyz789",
+  "password": "abc123",
   "anonymous": false,
   "mayGetMemberList": ["abc123"],
   "maxUsers": 2,
@@ -8230,7 +8230,7 @@ 
Example
{
   "jid": "alice@localhost",
-  "title": "xyz789",
+  "title": "abc123",
   "private": true,
   "usersNumber": 0
 }
@@ -8444,15 +8444,15 @@ 
Example
{
-  "name": ["abc123"],
+  "name": ["xyz789"],
   "type": "histogram",
   "connections": 987,
-  "recv_cnt": 987,
+  "recv_cnt": 123,
   "recv_max": 123,
   "recv_oct": 123,
   "send_cnt": 987,
   "send_max": 123,
-  "send_oct": 123,
+  "send_oct": 987,
   "send_pend": 987
 }
 
@@ -8606,7 +8606,7 @@
Fields
Example
-
{"key": "xyz789", "value": 123}
+                    
{"key": "abc123", "value": 123}
 
@@ -8651,7 +8651,7 @@
Example
{
-  "name": ["xyz789"],
+  "name": ["abc123"],
   "dict": [MetricDictEntry]
 }
 
@@ -8700,7 +8700,7 @@
Example
{
-  "node": "abc123",
+  "node": "xyz789",
   "result": [MetricDictResult]
 }
 
@@ -9087,13 +9087,13 @@
Example
{
   "setMaster": "abc123",
-  "changeNodename": "abc123",
+  "changeNodename": "xyz789",
   "backup": "abc123",
   "restore": "abc123",
   "dump": "abc123",
-  "dumpTable": "xyz789",
-  "load": "abc123",
-  "installFallback": "abc123"
+  "dumpTable": "abc123",
+  "load": "xyz789",
+  "installFallback": "xyz789"
 }
 
@@ -9246,7 +9246,7 @@
Fields
Example
-
{"result": 987, "key": "xyz789"}
+                    
{"result": 987, "key": "abc123"}
 
@@ -9295,8 +9295,8 @@
Example
{
-  "result": ["abc123"],
-  "key": "abc123"
+  "result": ["xyz789"],
+  "key": "xyz789"
 }
 
@@ -9346,7 +9346,7 @@
Example
{
-  "result": "xyz789",
+  "result": "abc123",
   "key": "xyz789"
 }
 
@@ -9459,7 +9459,7 @@
Example
{
   "family": "abc123",
-  "givenName": "xyz789",
+  "givenName": "abc123",
   "middleName": "abc123",
   "prefix": "abc123",
   "suffix": "abc123"
@@ -9529,10 +9529,10 @@ 
Example
{
   "family": "xyz789",
-  "givenName": "abc123",
-  "middleName": "xyz789",
+  "givenName": "xyz789",
+  "middleName": "abc123",
   "prefix": "abc123",
-  "suffix": "xyz789"
+  "suffix": "abc123"
 }
 
@@ -9679,7 +9679,7 @@
Example
{
   "deleteExpiredMessages": "abc123",
-  "deleteOldMessages": "abc123"
+  "deleteOldMessages": "xyz789"
 }
 
@@ -9776,7 +9776,7 @@
Example
{
-  "orgname": "xyz789",
+  "orgname": "abc123",
   "orgunit": ["abc123"]
 }
 
@@ -9826,7 +9826,7 @@
Example
{
   "orgname": "xyz789",
-  "orgunit": ["abc123"]
+  "orgunit": ["xyz789"]
 }
 
@@ -10366,9 +10366,9 @@
Example
{
   "name": ["xyz789"],
   "type": "histogram",
-  "fsm": 123,
+  "fsm": 987,
   "regular": 987,
-  "total": 123
+  "total": 987
 }
 
@@ -10454,11 +10454,11 @@
Example
{
-  "name": ["abc123"],
+  "name": ["xyz789"],
   "type": "histogram",
-  "workers": 987,
+  "workers": 123,
   "recv_cnt": 987,
-  "recv_max": 123,
+  "recv_max": 987,
   "recv_oct": 987,
   "send_cnt": 123,
   "send_max": 987,
@@ -10554,8 +10554,8 @@ 
Example
{
   "jid": "alice@localhost",
-  "name": "xyz789",
-  "subject": "abc123",
+  "name": "abc123",
+  "subject": "xyz789",
   "participants": [RoomUser],
   "options": [RoomConfigDictEntry]
 }
@@ -10652,8 +10652,8 @@ 
Example
{
-  "key": "xyz789",
-  "value": "xyz789"
+  "key": "abc123",
+  "value": "abc123"
 }
 
@@ -10958,12 +10958,12 @@
Example
{
   "addContact": "xyz789",
-  "addContacts": ["xyz789"],
-  "subscription": "xyz789",
-  "deleteContact": "abc123",
+  "addContacts": ["abc123"],
+  "subscription": "abc123",
+  "deleteContact": "xyz789",
   "deleteContacts": ["abc123"],
   "setMutualSubscription": "abc123",
-  "subscribeToAll": ["xyz789"],
+  "subscribeToAll": ["abc123"],
   "subscribeAllToAll": ["xyz789"]
 }
 
@@ -11215,13 +11215,13 @@
Example
{
-  "joinCluster": "xyz789",
+  "joinCluster": "abc123",
   "leaveCluster": "xyz789",
   "removeFromCluster": "abc123",
-  "restart": "xyz789",
+  "restart": "abc123",
   "stop": "xyz789",
   "removeNode": "abc123",
-  "setLoglevel": "xyz789"
+  "setLoglevel": "abc123"
 }
 
@@ -11356,9 +11356,9 @@
Example
"user": "alice@localhost", "connection": "abc123", "ip": "abc123", - "port": 987, - "priority": 987, - "node": "abc123", + "port": 123, + "priority": 123, + "node": "xyz789", "uptime": 123 }
@@ -11660,7 +11660,7 @@
Example
"listSessions": [Session], "countSessions": 123, "listUserSessions": [Session], - "countUserResources": 987, + "countUserResources": 123, "getUserResource": "res1", "listUsersWithStatus": [UserStatus], "countUsersWithStatus": 123 @@ -11714,7 +11714,7 @@
Example
{
   "jid": "alice@localhost",
-  "message": "xyz789"
+  "message": "abc123"
 }
 
@@ -11820,9 +11820,9 @@
Example
{
-  "phonetic": "xyz789",
+  "phonetic": "abc123",
   "binValue": "abc123",
-  "extValue": "xyz789"
+  "extValue": "abc123"
 }
 
@@ -11878,9 +11878,9 @@
Example
{
-  "name": ["xyz789"],
+  "name": ["abc123"],
   "type": "histogram",
-  "one": 987,
+  "one": 123,
   "count": 987
 }
 
@@ -12171,7 +12171,7 @@
Example
{
   "sender": "alice@localhost",
   "timestamp": "2007-12-03T10:15:30Z",
-  "stanza_id": "xyz789",
+  "stanza_id": "abc123",
   "stanza": "<message to='bob@localhost' type='chat' from='alice@localhost'><body>Hi!</body></message>"
 }
 
@@ -12345,9 +12345,9 @@
Example
{
   "statusCode": "RUNNING",
-  "message": "xyz789",
-  "version": "xyz789",
-  "commitHash": "xyz789"
+  "message": "abc123",
+  "version": "abc123",
+  "commitHash": "abc123"
 }
 
@@ -12529,7 +12529,7 @@
Fields
Example
-
{"tags": ["HOME"], "number": "xyz789"}
+                    
{"tags": ["HOME"], "number": "abc123"}
 
@@ -12575,7 +12575,7 @@
Fields
Example
-
{"tags": ["HOME"], "number": "xyz789"}
+                    
{"tags": ["HOME"], "number": "abc123"}
 
@@ -12740,8 +12740,8 @@
Example
{
-  "access": "xyz789",
-  "refresh": "xyz789"
+  "access": "abc123",
+  "refresh": "abc123"
 }
 
@@ -12951,7 +12951,7 @@
Example
{
   "user": "alice@localhost",
   "priority": 123,
-  "text": "xyz789"
+  "text": "abc123"
 }
 
@@ -13027,11 +13027,11 @@
Example
{
-  "name": ["abc123"],
+  "name": ["xyz789"],
   "type": "histogram",
   "total": 123,
   "processes_used": 123,
-  "atom_used": 987,
+  "atom_used": 123,
   "binary": 987,
   "ets": 123,
   "system": 123
@@ -13107,11 +13107,11 @@ 
Example
{
   "name": ["xyz789"],
   "type": "histogram",
-  "port_count": 123,
+  "port_count": 987,
   "port_limit": 987,
-  "process_count": 987,
-  "process_limit": 123,
-  "ets_limit": 123
+  "process_count": 123,
+  "process_limit": 987,
+  "ets_limit": 987
 }
 
@@ -13292,7 +13292,7 @@
Example
{
-  "formattedName": "xyz789",
+  "formattedName": "abc123",
   "nameComponents": NameComponents,
   "nickname": ["xyz789"],
   "photo": [ImageData],
@@ -13301,20 +13301,20 @@ 
Example
"label": [Label], "telephone": [Telephone], "email": [Email], - "jabberId": ["xyz789"], - "mailer": ["xyz789"], - "timeZone": ["abc123"], + "jabberId": ["abc123"], + "mailer": ["abc123"], + "timeZone": ["xyz789"], "geo": [GeographicalPosition], "title": ["abc123"], - "role": ["abc123"], + "role": ["xyz789"], "logo": [ImageData], "agent": [AgentVcard], "org": [Organization], "categories": [Keyword], "note": ["abc123"], "prodId": ["abc123"], - "rev": ["abc123"], - "sortString": ["abc123"], + "rev": ["xyz789"], + "sortString": ["xyz789"], "sound": [Phonetic], "uid": ["abc123"], "url": ["abc123"], @@ -13655,23 +13655,23 @@
Example
"label": [LabelInput], "telephone": [TelephoneInput], "email": [EmailInput], - "jabberId": ["abc123"], + "jabberId": ["xyz789"], "mailer": ["abc123"], - "timeZone": ["abc123"], + "timeZone": ["xyz789"], "geo": [GeographicalPositionInput], "title": ["abc123"], - "role": ["abc123"], + "role": ["xyz789"], "logo": [ImageInput], "agent": [AgentInput], "org": [OrganizationInput], "categories": [KeywordInput], - "note": ["abc123"], + "note": ["xyz789"], "prodId": ["xyz789"], "rev": ["abc123"], - "sortString": ["xyz789"], + "sortString": ["abc123"], "sound": [SoundInput], "uid": ["xyz789"], - "url": ["abc123"], + "url": ["xyz789"], "desc": ["abc123"], "class": [PrivacyInput], "key": [KeyInput] diff --git a/latest/graphql-api/user-graphql-doc.html b/latest/graphql-api/user-graphql-doc.html index f97752260..5e29d8b8d 100644 --- a/latest/graphql-api/user-graphql-doc.html +++ b/latest/graphql-api/user-graphql-doc.html @@ -258,7 +258,7 @@
Query
Response
-
{"data": {"account": {"field": true}}}
+                    
{"data": {"account": {"field": false}}}
 
@@ -690,7 +690,7 @@
Response
"data": { "session": { "listResources": ["res1"], - "countResources": 987, + "countResources": 123, "listSessions": [Session] } } @@ -851,7 +851,7 @@
Response
"data": { "account": { "unregister": "xyz789", - "changePassword": "abc123" + "changePassword": "xyz789" } } } @@ -956,7 +956,7 @@
Query
Response
-
{"data": {"inbox": {"flushBin": 123}}}
+                    
{"data": {"inbox": {"flushBin": 987}}}
 
@@ -1077,13 +1077,13 @@
Response
"muc": { "createInstantRoom": MUCRoomDesc, "inviteUser": "xyz789", - "kickUser": "xyz789", + "kickUser": "abc123", "sendMessageToRoom": "xyz789", - "sendPrivateMessage": "xyz789", + "sendPrivateMessage": "abc123", "deleteRoom": "xyz789", "changeRoomConfiguration": MUCRoomConfig, - "setUserRole": "xyz789", - "setUserAffiliation": "xyz789", + "setUserRole": "abc123", + "setUserAffiliation": "abc123", "enterRoom": "abc123", "exitRoom": "xyz789" } @@ -1154,10 +1154,10 @@
Response
"createRoom": Room, "changeRoomConfiguration": Room, "inviteUser": "abc123", - "deleteRoom": "abc123", + "deleteRoom": "xyz789", "kickUser": "abc123", - "sendMessageToRoom": "abc123", - "setBlockingList": "abc123" + "sendMessageToRoom": "xyz789", + "setBlockingList": "xyz789" } } } @@ -1273,9 +1273,9 @@
Response
{
   "data": {
     "roster": {
-      "addContact": "xyz789",
-      "addContacts": ["abc123"],
-      "subscription": "abc123",
+      "addContact": "abc123",
+      "addContacts": ["xyz789"],
+      "subscription": "xyz789",
       "deleteContact": "abc123",
       "deleteContacts": ["xyz789"]
     }
@@ -1560,8 +1560,8 @@ 
Example
{
-  "unregister": "xyz789",
-  "changePassword": "xyz789"
+  "unregister": "abc123",
+  "changePassword": "abc123"
 }
 
@@ -1682,13 +1682,13 @@
Example
{
   "tags": ["HOME"],
-  "pobox": "xyz789",
-  "extadd": "abc123",
-  "street": "xyz789",
+  "pobox": "abc123",
+  "extadd": "xyz789",
+  "street": "abc123",
   "locality": "xyz789",
-  "region": "xyz789",
+  "region": "abc123",
   "pcode": "abc123",
-  "country": "abc123"
+  "country": "xyz789"
 }
 
@@ -1773,12 +1773,12 @@
Example
{
   "tags": ["HOME"],
-  "pobox": "xyz789",
-  "extadd": "abc123",
+  "pobox": "abc123",
+  "extadd": "xyz789",
   "street": "abc123",
   "locality": "xyz789",
   "region": "xyz789",
-  "pcode": "abc123",
+  "pcode": "xyz789",
   "country": "abc123"
 }
 
@@ -2010,7 +2010,7 @@
Example
{
-  "extValue": "xyz789",
+  "extValue": "abc123",
   "vcard": VcardInput
 }
 
@@ -2407,6 +2407,15 @@
Description
+
+
Example
+ + +
true
+
+ + +
@@ -2761,7 +2770,7 @@
Fields
Example
-
{"tags": ["HOME"], "userId": "xyz789"}
+                    
{"tags": ["HOME"], "userId": "abc123"}
 
@@ -2807,7 +2816,7 @@
Fields
Example
-
{"tags": ["HOME"], "userId": "xyz789"}
+                    
{"tags": ["HOME"], "userId": "abc123"}
 
@@ -2968,7 +2977,7 @@
Example
{
-  "putUrl": "xyz789",
+  "putUrl": "abc123",
   "getUrl": "abc123",
   "headers": [Header]
 }
@@ -3016,8 +3025,8 @@ 
Example
{
-  "lat": "abc123",
-  "lon": "abc123"
+  "lat": "xyz789",
+  "lon": "xyz789"
 }
 
@@ -3065,7 +3074,7 @@
Example
{
-  "lat": "abc123",
+  "lat": "xyz789",
   "lon": "abc123"
 }
 
@@ -3116,7 +3125,7 @@
Example
{
-  "name": "abc123",
+  "name": "xyz789",
   "value": "xyz789"
 }
 
@@ -3211,7 +3220,7 @@
Description
Example
-
"4"
+                    
4
 
@@ -3358,9 +3367,9 @@
Example
{
-  "type": "abc123",
+  "type": "xyz789",
   "binValue": "abc123",
-  "extValue": "xyz789"
+  "extValue": "abc123"
 }
 
@@ -3418,7 +3427,7 @@
daysExample
-
{"flushBin": 123}
+                    
{"flushBin": 987}
 
@@ -3643,7 +3652,7 @@
Fields
Example
-
{"keyword": ["xyz789"]}
+                    
{"keyword": ["abc123"]}
 
@@ -3687,7 +3696,7 @@
Fields
Example
-
{"tags": ["HOME"], "line": ["xyz789"]}
+                    
{"tags": ["HOME"], "line": ["abc123"]}
 
@@ -4179,7 +4188,7 @@
Example
"changeRoomConfiguration": Room, "inviteUser": "xyz789", "deleteRoom": "xyz789", - "kickUser": "abc123", + "kickUser": "xyz789", "sendMessageToRoom": "xyz789", "setBlockingList": "xyz789" } @@ -4554,20 +4563,20 @@
Example
"allowChangeSubject": true, "allowQueryUsers": true, "allowPrivateMessages": false, - "allowVisitorStatus": false, - "allowVisitorNickchange": true, - "public": true, + "allowVisitorStatus": true, + "allowVisitorNickchange": false, + "public": false, "publicList": false, - "persistent": false, - "moderated": false, - "membersByDefault": true, + "persistent": true, + "moderated": true, + "membersByDefault": false, "membersOnly": true, "allowUserInvites": false, - "allowMultipleSession": true, + "allowMultipleSession": false, "passwordProtected": true, "password": "xyz789", - "anonymous": false, - "mayGetMemberList": ["abc123"], + "anonymous": true, + "mayGetMemberList": ["xyz789"], "maxUsers": 2, "logging": true } @@ -4736,26 +4745,26 @@
Example
{
   "title": "xyz789",
-  "description": "abc123",
+  "description": "xyz789",
   "allowChangeSubject": false,
-  "allowQueryUsers": false,
+  "allowQueryUsers": true,
   "allowPrivateMessages": true,
-  "allowVisitorStatus": true,
+  "allowVisitorStatus": false,
   "allowVisitorNickchange": false,
   "public": true,
   "publicList": false,
-  "persistent": true,
-  "moderated": true,
+  "persistent": false,
+  "moderated": false,
   "membersByDefault": false,
-  "membersOnly": false,
-  "allowUserInvites": false,
+  "membersOnly": true,
+  "allowUserInvites": true,
   "allowMultipleSession": true,
-  "passwordProtected": true,
-  "password": "xyz789",
-  "anonymous": false,
+  "passwordProtected": false,
+  "password": "abc123",
+  "anonymous": true,
   "mayGetMemberList": ["xyz789"],
   "maxUsers": 2,
-  "logging": true
+  "logging": false
 }
 
@@ -4874,7 +4883,7 @@
Example
{
   "jid": "alice@localhost",
-  "nick": "abc123",
+  "nick": "xyz789",
   "role": "VISITOR"
 }
 
@@ -4944,7 +4953,7 @@
Example
"count": 0, "index": 0, "first": "abc123", - "last": "xyz789" + "last": "abc123" }
@@ -5267,13 +5276,13 @@
Example
{
   "createInstantRoom": MUCRoomDesc,
-  "inviteUser": "abc123",
+  "inviteUser": "xyz789",
   "kickUser": "xyz789",
-  "sendMessageToRoom": "abc123",
+  "sendMessageToRoom": "xyz789",
   "sendPrivateMessage": "xyz789",
   "deleteRoom": "xyz789",
   "changeRoomConfiguration": MUCRoomConfig,
-  "setUserRole": "xyz789",
+  "setUserRole": "abc123",
   "setUserAffiliation": "abc123",
   "enterRoom": "abc123",
   "exitRoom": "abc123"
@@ -5493,7 +5502,7 @@ 
Example
{
   "family": "xyz789",
   "givenName": "xyz789",
-  "middleName": "abc123",
+  "middleName": "xyz789",
   "prefix": "abc123",
   "suffix": "xyz789"
 }
@@ -5564,8 +5573,8 @@ 
Example
"family": "xyz789", "givenName": "abc123", "middleName": "abc123", - "prefix": "xyz789", - "suffix": "xyz789" + "prefix": "abc123", + "suffix": "abc123" }
@@ -5653,7 +5662,7 @@
Example
{
   "orgname": "abc123",
-  "orgunit": ["abc123"]
+  "orgunit": ["xyz789"]
 }
 
@@ -5701,8 +5710,8 @@
Example
{
-  "orgname": "abc123",
-  "orgunit": ["xyz789"]
+  "orgname": "xyz789",
+  "orgunit": ["abc123"]
 }
 
@@ -5742,7 +5751,7 @@
Fields
Example
-
{"phonetic": "abc123"}
+                    
{"phonetic": "xyz789"}
 
@@ -6108,7 +6117,7 @@
Example
{
   "jid": "alice@localhost",
-  "name": "xyz789",
+  "name": "abc123",
   "subject": "xyz789",
   "participants": [RoomUser],
   "options": [RoomConfigDictEntry]
@@ -6206,8 +6215,8 @@ 
Example
{
-  "key": "abc123",
-  "value": "abc123"
+  "key": "xyz789",
+  "value": "xyz789"
 }
 
@@ -6425,9 +6434,9 @@
Example
{
-  "addContact": "abc123",
+  "addContact": "xyz789",
   "addContacts": ["abc123"],
-  "subscription": "abc123",
+  "subscription": "xyz789",
   "deleteContact": "abc123",
   "deleteContacts": ["abc123"]
 }
@@ -6612,10 +6621,10 @@ 
Example
{
   "user": "alice@localhost",
-  "connection": "xyz789",
-  "ip": "abc123",
-  "port": 123,
-  "priority": 123,
+  "connection": "abc123",
+  "ip": "xyz789",
+  "port": 987,
+  "priority": 987,
   "node": "xyz789",
   "uptime": 123
 }
@@ -6673,7 +6682,7 @@ 
Example
{
   "listResources": ["res1"],
-  "countResources": 987,
+  "countResources": 123,
   "listSessions": [Session]
 }
 
@@ -6780,9 +6789,9 @@
Example
{
-  "phonetic": "xyz789",
+  "phonetic": "abc123",
   "binValue": "abc123",
-  "extValue": "xyz789"
+  "extValue": "abc123"
 }
 
@@ -7113,7 +7122,7 @@
Fields
Example
-
{"stanzas": [StanzaMap], "limit": 123}
+                    
{"stanzas": [StanzaMap], "limit": 987}
 
@@ -7244,7 +7253,7 @@
Fields
Example
-
{"tags": ["HOME"], "number": "xyz789"}
+                    
{"tags": ["HOME"], "number": "abc123"}
 
@@ -7455,8 +7464,8 @@
Example
{
-  "access": "xyz789",
-  "refresh": "xyz789"
+  "access": "abc123",
+  "refresh": "abc123"
 }
 
@@ -7764,16 +7773,16 @@
Example
{
-  "formattedName": "abc123",
+  "formattedName": "xyz789",
   "nameComponents": NameComponents,
-  "nickname": ["xyz789"],
+  "nickname": ["abc123"],
   "photo": [ImageData],
   "birthday": ["xyz789"],
   "address": [Address],
   "label": [Label],
   "telephone": [Telephone],
   "email": [Email],
-  "jabberId": ["xyz789"],
+  "jabberId": ["abc123"],
   "mailer": ["xyz789"],
   "timeZone": ["abc123"],
   "geo": [GeographicalPosition],
@@ -7784,11 +7793,11 @@ 
Example
"org": [Organization], "categories": [Keyword], "note": ["xyz789"], - "prodId": ["abc123"], - "rev": ["xyz789"], - "sortString": ["abc123"], + "prodId": ["xyz789"], + "rev": ["abc123"], + "sortString": ["xyz789"], "sound": [Phonetic], - "uid": ["abc123"], + "uid": ["xyz789"], "url": ["abc123"], "desc": ["xyz789"], "class": [Privacy], @@ -8004,27 +8013,27 @@
Example
{
   "formattedName": "xyz789",
   "nameComponents": NameComponentsInput,
-  "nickname": ["xyz789"],
+  "nickname": ["abc123"],
   "photo": [ImageInput],
   "birthday": ["xyz789"],
   "address": [AddressInput],
   "label": [LabelInput],
   "telephone": [TelephoneInput],
   "email": [EmailInput],
-  "jabberId": ["xyz789"],
-  "mailer": ["abc123"],
-  "timeZone": ["abc123"],
+  "jabberId": ["abc123"],
+  "mailer": ["xyz789"],
+  "timeZone": ["xyz789"],
   "geo": [GeographicalPositionInput],
-  "title": ["xyz789"],
-  "role": ["xyz789"],
+  "title": ["abc123"],
+  "role": ["abc123"],
   "logo": [ImageInput],
   "agent": [AgentInput],
   "org": [OrganizationInput],
   "categories": [KeywordInput],
-  "note": ["xyz789"],
+  "note": ["abc123"],
   "prodId": ["abc123"],
-  "rev": ["abc123"],
-  "sortString": ["xyz789"],
+  "rev": ["xyz789"],
+  "sortString": ["abc123"],
   "sound": [SoundInput],
   "uid": ["abc123"],
   "url": ["xyz789"],