diff --git a/specs/openapi.json b/specs/openapi.json index ab82a94..bd0a6a3 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -10986,7 +10986,7 @@ "type": "null" }, { - "$ref": "#/components/schemas/ApplicationOAuth2Params" + "$ref": "#/components/schemas/ApplicationOAuth2InstallParams" } ] }, @@ -11074,7 +11074,7 @@ "type" ] }, - "ApplicationOAuth2Params": { + "ApplicationOAuth2InstallParams": { "type": "object", "properties": { "scopes": { @@ -11107,7 +11107,7 @@ } } }, - "ApplicationOAuth2ParamsResponse": { + "ApplicationOAuth2InstallParamsResponse": { "type": "object", "properties": { "scopes": { @@ -11256,7 +11256,7 @@ "type": "null" }, { - "$ref": "#/components/schemas/ApplicationOAuth2ParamsResponse" + "$ref": "#/components/schemas/ApplicationOAuth2InstallParamsResponse" } ] }, @@ -19516,7 +19516,7 @@ "type": "null" }, { - "$ref": "#/components/schemas/ApplicationOAuth2ParamsResponse" + "$ref": "#/components/schemas/ApplicationOAuth2InstallParamsResponse" } ] }, @@ -23556,7 +23556,7 @@ "type": "null" }, { - "$ref": "#/components/schemas/ApplicationOAuth2ParamsResponse" + "$ref": "#/components/schemas/ApplicationOAuth2InstallParamsResponse" } ] }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 6b1f21f..7cb0e3e 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -10986,7 +10986,7 @@ "type": "null" }, { - "$ref": "#/components/schemas/ApplicationOAuth2Params" + "$ref": "#/components/schemas/ApplicationOAuth2InstallParams" } ] }, @@ -11074,7 +11074,7 @@ "type" ] }, - "ApplicationOAuth2Params": { + "ApplicationOAuth2InstallParams": { "type": "object", "properties": { "scopes": { @@ -11107,7 +11107,7 @@ } } }, - "ApplicationOAuth2ParamsResponse": { + "ApplicationOAuth2InstallParamsResponse": { "type": "object", "properties": { "scopes": { @@ -11256,7 +11256,7 @@ "type": "null" }, { - "$ref": "#/components/schemas/ApplicationOAuth2ParamsResponse" + "$ref": "#/components/schemas/ApplicationOAuth2InstallParamsResponse" } ] }, @@ -19605,7 +19605,7 @@ "type": "null" }, { - "$ref": "#/components/schemas/ApplicationOAuth2ParamsResponse" + "$ref": "#/components/schemas/ApplicationOAuth2InstallParamsResponse" } ] }, @@ -23645,7 +23645,7 @@ "type": "null" }, { - "$ref": "#/components/schemas/ApplicationOAuth2ParamsResponse" + "$ref": "#/components/schemas/ApplicationOAuth2InstallParamsResponse" } ] },