diff --git a/specs/openapi.json b/specs/openapi.json index 5917f75..39d594b 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -21571,7 +21571,7 @@ } } }, - "BasicApplicationResponse": { + "BasicApplicationResponseWithBot": { "type": "object", "properties": { "id": { @@ -21835,7 +21835,7 @@ "$ref": "#/components/schemas/MessageActivityResponse" }, "application": { - "$ref": "#/components/schemas/BasicApplicationResponse" + "$ref": "#/components/schemas/BasicApplicationResponseWithBot" }, "application_id": { "$ref": "#/components/schemas/SnowflakeType" @@ -33253,7 +33253,7 @@ "$ref": "#/components/schemas/MessageActivityResponse" }, "application": { - "$ref": "#/components/schemas/BasicApplicationResponse" + "$ref": "#/components/schemas/BasicApplicationResponseWithBot" }, "application_id": { "$ref": "#/components/schemas/SnowflakeType" @@ -37457,7 +37457,7 @@ "$ref": "#/components/schemas/MessageActivityResponse" }, "application": { - "$ref": "#/components/schemas/BasicApplicationResponse" + "$ref": "#/components/schemas/BasicApplicationResponseWithBot" }, "application_id": { "$ref": "#/components/schemas/SnowflakeType" diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 9425d1c..5315af1 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -21583,7 +21583,7 @@ } } }, - "BasicApplicationResponse": { + "BasicApplicationResponseWithBot": { "type": "object", "properties": { "id": { @@ -21847,7 +21847,7 @@ "$ref": "#/components/schemas/MessageActivityResponse" }, "application": { - "$ref": "#/components/schemas/BasicApplicationResponse" + "$ref": "#/components/schemas/BasicApplicationResponseWithBot" }, "application_id": { "$ref": "#/components/schemas/SnowflakeType" @@ -33272,7 +33272,7 @@ "$ref": "#/components/schemas/MessageActivityResponse" }, "application": { - "$ref": "#/components/schemas/BasicApplicationResponse" + "$ref": "#/components/schemas/BasicApplicationResponseWithBot" }, "application_id": { "$ref": "#/components/schemas/SnowflakeType" @@ -37476,7 +37476,7 @@ "$ref": "#/components/schemas/MessageActivityResponse" }, "application": { - "$ref": "#/components/schemas/BasicApplicationResponse" + "$ref": "#/components/schemas/BasicApplicationResponseWithBot" }, "application_id": { "$ref": "#/components/schemas/SnowflakeType"