Merge pull request #66 from netbirdio/fix/add_npm_install

Add missing npm install
This commit is contained in:
pascal-fischer
2023-06-17 16:04:46 +02:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -24,6 +24,9 @@ jobs:
- name: Install swagger-codegen
run: brew install swagger-codegen
- name: Npm install
run: npm install
- name: Generate api pages for netbird main openapi definition
run: |
swagger-codegen generate -i https://raw.githubusercontent.com/netbirdio/netbird/v${{ steps.semver_parser.outputs.fullversion }}/management/server/http/api/openapi.yml -l openapi -o generator/openapi

View File

@@ -810,11 +810,11 @@ echo $response;
---
## Delete a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }}
## Block a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }}
<Row>
<Col>
Delete a user
This method blocks a user from accessing the system, but leaves the IDP user intact.
#### Path Parameters
<Properties>