Skip to content

Commit 99062cc

Browse files
authored
fix: reset versions in yaml files to 'wip' (#98)
1 parent a83e5f3 commit 99062cc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

code/API_definitions/capabilities.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ info:
44
license:
55
name: Apache 2.0
66
url: https://www.apache.org/licenses/LICENSE-2.0.html
7-
version: 0.1.0
7+
version: wip
88
description: |
99
API to retrieve capability information about operator-supplied or client devices.
1010
Currently only operator device (CPE) capabilities are implemented.
1111
Support for client devices is reserved for future use.
1212
1313
servers:
14-
- url: "{apiRoot}/network-access-management/v0"
14+
- url: "{apiRoot}/network-access-management/vwip"
1515
variables:
1616
apiRoot:
1717
default: http://localhost:9091

code/API_definitions/network-access-management.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ info:
140140
license:
141141
name: Apache 2.0
142142
url: https://www.apache.org/licenses/LICENSE-2.0.html
143-
version: 0.1.0-alpha.1
143+
version: wip
144144
x-camara-commonalities: 0.6.0
145145
contact:
146146
email: sp-nam@lists.camaraproject.org
147147

148148
servers:
149-
- url: "{apiRoot}/network-access-management/v0"
149+
- url: "{apiRoot}/network-access-management/vwip"
150150
variables:
151151
apiRoot:
152152
default: http://localhost:9091

0 commit comments

Comments
 (0)