@ -27,6 +27,25 @@
}
],
"paths": {
"/api": {
"get": {
"tags": [
"ApiInfo"
"responses": {
"200": {
"description": "Success",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ApiInfoResource"
},
"/api/v1/applications/{id}": {
@ -4406,6 +4425,23 @@
"components": {
"schemas": {
"ApiInfoResource": {
"type": "object",
"properties": {
"current": {
"type": "string",
"nullable": true
"deprecated": {
"type": "array",
"items": {
"type": "string"
"additionalProperties": false
"AppProfileResource": {