Skip to content
73 changes: 73 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,74 @@
}
]
},
{
"product": "Chat API",
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Start here",
"pages": [
"xchat/introduction",
"xchat/cryptography-primer",
"xchat/getting-started",
"xchat/xchat-xdk"
]
},
{
"group": "Guides",
"pages": [
"xchat/media",
"xchat/groups",
"xchat/real-time-events",
"xchat/troubleshooting"
]
},
{
"group": "API reference",
"pages": [
{
"group": "Conversations and messages",
"expanded": true,
"pages": [
"x-api/chat/get-chat-conversations",
"x-api/chat/get-chat-conversation",
"x-api/chat/create-chat-group-conversation",
"x-api/chat/initialize-chat-group",
"x-api/chat/add-conversation-keys",
"x-api/chat/get-chat-conversation-events",
"x-api/chat/send-chat-message",
"x-api/chat/send-typing-indicator",
"x-api/chat/mark-conversation-as-read",
"x-api/chat/add-members-to-a-chat-group-conversation"
]
},
{
"group": "Encryption keys",
"expanded": true,
"pages": [
"x-api/chat/add-public-key",
"x-api/chat/get-user-public-keys",
"x-api/users/get-public-keys-for-multiple-users"
]
},
{
"group": "Media",
"expanded": true,
"pages": [
"x-api/chat/initialize-chat-media-upload",
"x-api/chat/append-chat-media-upload",
"x-api/chat/finalize-chat-media-upload",
"x-api/chat/download-chat-media"
]
}
]
}
]
}
]
},
{
"product": "Ads API",
"tabs": [
Expand Down Expand Up @@ -1309,6 +1377,11 @@
]
},
"redirects": [
{
"source": "/x-api/chat/initialize-conversation-keys",
"destination": "/x-api/chat/add-conversation-keys",
"permanent": true
},
{ "source": "/enterprise-api/enterprise-gnip-2.0/:path*", "destination": "/x-api/enterprise-gnip-2.0/:path*", "permanent": true },
{ "source": "/enterprise-api/fundamentals/:path*", "destination": "/x-api/fundamentals/:path*", "permanent": true },
{ "source": "/enterprise-api/migrate/:path*", "destination": "/x-api/migrate/:path*", "permanent": true },
Expand Down
Loading