mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 15:36:36 +00:00
Merge pull request #66 from netbirdio/fix/add_npm_install
Add missing npm install
This commit is contained in:
3
.github/workflows/generate_api_pages.yml
vendored
3
.github/workflows/generate_api_pages.yml
vendored
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user