diff --git a/dspace_statistics_api/docs/openapi.json b/dspace_statistics_api/docs/openapi.json index 4906f0b..45daedd 100644 --- a/dspace_statistics_api/docs/openapi.json +++ b/dspace_statistics_api/docs/openapi.json @@ -549,6 +549,36 @@ } } } + }, + "/status": { + "get": { + "summary": "Get API status", + "operationId": "getStatus", + "tags": [ + "status" + ], + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "version": { + "type": "string", + "example": "1.4.0-dev" + } + } + } + } + } + }, + "405": { + "description": "Method Not Allowed" + } + } + } } }, "components": {