Skip to content

Commit

Permalink
Automated spec update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelly (automation bot) committed Aug 2, 2023
1 parent bab7bf1 commit 871c898
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions specs/openapi.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"openapi": "3.1.0",
"info": {
"title": "Discord REST API (alpha)",
"description": "This document is an early draft of Discord REST API v10 specification. While the API v10 itself is released and stable, this specification is not complete and should not be taken as authoritative. Please see https://discord.com/developers/docs/intro for up-to-date API documentation.",
"title": "Discord HTTP API (Preview)",
"description": "Preview of the Discord v10 HTTP API specification. See https://discord.com/developers/docs for more details.",
"termsOfService": "https://discord.com/developers/docs/policies-and-agreements/developer-terms-of-service",
"license": {
"name": "MIT",
Expand All @@ -11,8 +11,8 @@
"version": "10"
},
"externalDocs": {
"url": "https://discord.com/developers/docs/intro",
"description": "Official Discord Developer Documentation."
"url": "https://discord.com/developers/docs",
"description": "Discord Developer Documentation"
},
"servers": [
{
Expand Down
8 changes: 4 additions & 4 deletions specs/openapi_preview.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"openapi": "3.1.0",
"info": {
"title": "Discord REST API (alpha)",
"description": "This document is an early draft of Discord REST API v10 specification. While the API v10 itself is released and stable, this specification is not complete and should not be taken as authoritative. Please see https://discord.com/developers/docs/intro for up-to-date API documentation.",
"title": "Discord HTTP API (Preview)",
"description": "Preview of the Discord v10 HTTP API specification. See https://discord.com/developers/docs for more details.",
"termsOfService": "https://discord.com/developers/docs/policies-and-agreements/developer-terms-of-service",
"license": {
"name": "MIT",
Expand All @@ -11,8 +11,8 @@
"version": "10"
},
"externalDocs": {
"url": "https://discord.com/developers/docs/intro",
"description": "Official Discord Developer Documentation."
"url": "https://discord.com/developers/docs",
"description": "Discord Developer Documentation"
},
"servers": [
{
Expand Down

0 comments on commit 871c898

Please sign in to comment.