mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-08-26 12:35:48 -04:00
chore: generate OpenAPI specification
This commit is contained in:
+11
-3
@@ -469,8 +469,8 @@
|
||||
"tags": [
|
||||
"Relationships"
|
||||
],
|
||||
"summary": "Fetch Mutual Friends And Servers",
|
||||
"description": "Retrieve a list of mutual friends and servers with another user.",
|
||||
"summary": "Fetch Mutual Friends, Servers, Groups and DMs",
|
||||
"description": "Retrieve a list of mutual friends, servers, groups and DMs with another user.",
|
||||
"operationId": "find_mutual_mutual",
|
||||
"parameters": [
|
||||
{
|
||||
@@ -7889,9 +7889,10 @@
|
||||
}
|
||||
},
|
||||
"MutualResponse": {
|
||||
"description": "Mutual friends and servers response",
|
||||
"description": "Mutual friends, servers, groups and DMs response",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"channels",
|
||||
"servers",
|
||||
"users"
|
||||
],
|
||||
@@ -7909,6 +7910,13 @@
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"channels": {
|
||||
"description": "Array of mutual group and dm IDs that both users are in",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user