diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 01132112e05..63b4ade1870 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -2889,7 +2889,7 @@ jobs: uv venv .venv && source .venv/bin/activate make openapi-specs changed_files=$(git diff --name-only | awk '{$1=$1};1') - echo "files which changed: ${changed_files}" + echo "Changes (run 'make openapi-specs' to update): \n${changed_files}" [ -z "${changed_files}" ] && exit 1 diff --git a/services/api-server/openapi.json b/services/api-server/openapi.json index 462bf4ee6f2..29d7dda206b 100644 --- a/services/api-server/openapi.json +++ b/services/api-server/openapi.json @@ -7,6 +7,13 @@ }, "paths": { "/v0/meta": { + "get": { + "tags": [ + "meta" + ], + "summary": "Get Service Metadata", + "operationId": "get_service_metadata", + "responses": { "200": { "description": "Successful Response", "content": {