Skip to content

Commit

Permalink
chore: updates info object and bumps [email protected] -> 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caubut-charter committed Jul 5, 2024
1 parent 95b5a28 commit a153d89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion code/API_definitions/README.MD

This file was deleted.

13 changes: 6 additions & 7 deletions code/API_definitions/network_access_management.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
openapi: 3.0.3
openapi: 3.1.0

info:
title: CPE Management API
version: wip

title: Home Devices - Network Access Management
description: |
Service enabling API for managing network operator supplied network access devices. This APIs initial focus is on managing **Isolated Networks** and device reboot requests.
Expand Down Expand Up @@ -79,12 +77,13 @@ info:
### Mesh Systems
Mesh systems SHOULD be represented as a single device when implementing this API due to the undefined behavior of LAN connectivity across multiple devices with the same isolated network. The recommendation is to use the gateway hardware address of the mesh system when exposing that field, though the hardware address of any node in the mesh may be used. If an end-user replaces the equipment, all existing isolated networks SHOULD be synced to the new device representing this mesh. Alternatively, a synthetic hardware address may also be used if the specification for the address type allows.
version: wip
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
x-camara-commonalities: 0.4.0
contact:
email: [email protected]
email: [email protected]

tags:
- name: Service Sites
Expand Down

0 comments on commit a153d89

Please sign in to comment.