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 60ca455 commit a37d6e8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions code/API_definitions/network_access_management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,17 +161,14 @@ tags:
- name: Configure Reboot Requests
description: Operations to modify reboot requests

security:
- oauth2: []

paths:
/service-sites:
get:
tags:
- Retrieve Service Site
summary: Get all service sites
security:
- oauth2:
- openId:
- cpe-management-service-sites-read
- cpe-management-service-sites-location-read
- cpe-management-devices-read
Expand Down Expand Up @@ -222,7 +219,7 @@ paths:
- Retrieve Service Site
summary: Get a service site by ID
security:
- oauth2:
- openId:
- cpe-management-service-sites-read
operationId: getServiceSite
description: |
Expand Down Expand Up @@ -277,7 +274,7 @@ paths:
- Retrieve Device
summary: Get all devices at a service site
security:
- oauth2:
- openId:
- cpe-management-service-sites-read
operationId: getDevicesByServiceSite
description: |
Expand Down Expand Up @@ -2031,7 +2028,7 @@ components:
role: &network-role2 "auxiliary"
createdAt: *date-time
createdBy: &network-created-by2 "user-3"
modifiedAt: date-time
modifiedAt: *date-time
modifiedBy: &network-modified-by2 "user-4"
version: &network-version2 "0000FFFF"

Expand Down

0 comments on commit a37d6e8

Please sign in to comment.