Skip to content

Commit

Permalink
Merge pull request #322 from gotd/feat/update-schema
Browse files Browse the repository at this point in the history
feat(schema): update documentation to the latest layer
  • Loading branch information
gotd-bot[bot] authored Feb 1, 2025
2 parents 363a4e6 + 88a42d3 commit 11a6ca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -68755,7 +68755,7 @@
"description": "You do not have the rights to do this."
},
"CHAT_ADMIN_REQUIRED": {
"code": 403,
"code": 400,
"type": "CHAT_ADMIN_REQUIRED",
"description": "You must be an admin in this chat to do this."
},
Expand Down Expand Up @@ -70895,7 +70895,7 @@
"description": "You specified no topic IDs."
},
"TOPIC_CLOSED": {
"code": 406,
"code": 400,
"type": "TOPIC_CLOSED",
"description": "This topic was closed, you can't send messages to it anymore."
},
Expand All @@ -70905,7 +70905,7 @@
"description": "The close flag cannot be provided together with any of the other flags."
},
"TOPIC_DELETED": {
"code": 406,
"code": 400,
"type": "TOPIC_DELETED",
"description": "The specified topic was deleted."
},
Expand Down

0 comments on commit 11a6ca9

Please sign in to comment.