Skip to content

Commit

Permalink
fix: fixes linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
caubut-charter committed Jul 5, 2024
1 parent 73f6a4f commit f8c1a2a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions code/API_definitions/network_access_management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ paths:
summary: Get all service sites
security:
- openId:
- network-access-management:service-sites:read
- network-access-management:service-sites:read

Check failure on line 174 in code/API_definitions/network_access_management.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

174:11 [indentation] wrong indentation: expected 12 but found 10
operationId: getServiceSites
description: |
Returns all service sites. Scopes impact the output of this endpoint. See the examples for various
Expand Down Expand Up @@ -220,7 +220,7 @@ paths:
summary: Get a service site by ID
security:
- openId:
- network-access-management:service-sites:read
- network-access-management:service-sites:read

Check failure on line 223 in code/API_definitions/network_access_management.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

223:11 [indentation] wrong indentation: expected 12 but found 10
operationId: getServiceSite
description: |
Returns a service site that matches the given ID. Scopes impact the output of this endpoint. See the examples
Expand Down Expand Up @@ -275,8 +275,8 @@ paths:
summary: Get all devices at a service site
security:
- openId:
- network-access-management:service-sites:read
- network-access-management:devices:read
- network-access-management:service-sites:read

Check failure on line 278 in code/API_definitions/network_access_management.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

278:11 [indentation] wrong indentation: expected 12 but found 10
- network-access-management:devices:read
operationId: getDevicesByServiceSite
description: |
Returns all devices at a service site that matches the given ID. Scopes impact the output of this endpoint.
Expand Down Expand Up @@ -340,9 +340,9 @@ paths:
summary: Get all networks at a service site
security:
- openId:
- network-access-management:service-sites:read
- network-access-management:devices:read
- network-access-management:isolated-networks:read
- network-access-management:service-sites:read

Check failure on line 343 in code/API_definitions/network_access_management.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

343:11 [indentation] wrong indentation: expected 12 but found 10
- network-access-management:devices:read
- network-access-management:isolated-networks:read
operationId: getNetworksByServiceSite
description: |
Returns all networks at a service site that matches the given ID.
Expand Down Expand Up @@ -397,7 +397,7 @@ paths:
summary: Get all devices
security:
- openId:
- network-access-management:devices:read
- network-access-management:devices:read

Check failure on line 400 in code/API_definitions/network_access_management.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

400:11 [indentation] wrong indentation: expected 12 but found 10
operationId: getDevices
description: |
Returns all devices. Scopes impact the output of this endpoint. See the examples for various permutations.
Expand Down Expand Up @@ -460,7 +460,7 @@ paths:
summary: Get a device by ID
security:
- openId:
- network-access-management:devices:read
- network-access-management:devices:read

Check failure on line 463 in code/API_definitions/network_access_management.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

463:11 [indentation] wrong indentation: expected 12 but found 10
operationId: getDevice
description: |
Returns a device that matches the given ID. Scopes impact the output of this endpoint. See the examples for
Expand Down Expand Up @@ -530,8 +530,8 @@ paths:
summary: Get all networks configured on a device
security:
- openId:
- network-access-management:devices:read
- network-access-management:isolated-networks:read
- network-access-management:devices:read

Check failure on line 533 in code/API_definitions/network_access_management.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

533:11 [indentation] wrong indentation: expected 12 but found 10
- network-access-management:isolated-networks:read
operationId: getNetworksByDevice
description: |
Returns all networks configured on a device that matches the given ID. Scopes impact the output of this
Expand Down Expand Up @@ -635,7 +635,7 @@ paths:
summary: Get all Networks
security:
- openId:
- network-access-management:isolated-networks:read
- network-access-management:isolated-networks:read

Check failure on line 638 in code/API_definitions/network_access_management.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

638:11 [indentation] wrong indentation: expected 12 but found 10
operationId: getNetworks
description: |
Returns all networks. Scopes impact the output of this endpoint. See the examples for various permutations.
Expand Down Expand Up @@ -695,7 +695,7 @@ paths:
operationId: createNetwork
security:
- openId:
- network-access-management:isolated-networks:write
- network-access-management:isolated-networks:write

Check failure on line 698 in code/API_definitions/network_access_management.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

698:11 [indentation] wrong indentation: expected 12 but found 10
description: |
Creates and returns the new network. Scopes impact the function and output of this endpoint. See the examples
for various permutations.
Expand Down

0 comments on commit f8c1a2a

Please sign in to comment.