diff --git a/.github/workflows/redocly-lint.yml b/.github/workflows/redocly-lint.yml index dc83653..bee4286 100644 --- a/.github/workflows/redocly-lint.yml +++ b/.github/workflows/redocly-lint.yml @@ -37,7 +37,7 @@ jobs: - name: Lint Standard REST API 5.0 run: redocly lint standard-rest-api@5.0 - - name: Lint Standard REST API 5.0 + - name: Lint ECF API 1.0 run: redocly lint ecf-api@1.0 diff --git a/api-specs/ecf-api/1.0/openapi.yaml b/api-specs/ecf-api/1.0/openapi.yaml index aef9a37..77d8973 100644 --- a/api-specs/ecf-api/1.0/openapi.yaml +++ b/api-specs/ecf-api/1.0/openapi.yaml @@ -30,6 +30,7 @@ paths: /users: post: operationId: post-users + description: 'This API returns the list of users' tags : - User Import summary: This API returns the list of users