File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## Table of contents
6
6
7
- - ** [ v1.1.0 -alpha.1] ( #v110 ---alpha1 ) **
7
+ - ** [ v0.4.1 -alpha.1] ( #v041 ---alpha1 ) **
8
8
- ** [ r1.2] ( #r12 ) **
9
9
- ** [ r1.1 - rc] ( #r11---rc ) **
10
10
@@ -19,12 +19,12 @@ respect to the previous pre-release
19
19
* for a public API version, the consolidated changes since the release of the
20
20
previous public API version
21
21
22
- # v1.1.0 -alpha.1
22
+ # v0.4.1 -alpha.1
23
23
24
24
This alpha pre-release contains the definition and documentation of
25
- * connectivity-insights v1.1.0 -alpha.1
26
- * connectivity-insights-subscriptions v1.1.0 -alpha.1
27
- * application-profiles v1.1.0 -alpha.1
25
+ * connectivity-insights v0.4.1 -alpha.1
26
+ * connectivity-insights-subscriptions v0.4.1 -alpha.1
27
+ * application-profiles v0.3.1 -alpha.1
28
28
29
29
The API definition(s) are based on
30
30
* Commonalities 0.5.0-alpha.1 (r2.1)
Original file line number Diff line number Diff line change 1
1
openapi : 3.0.3
2
2
info :
3
3
title : Connectivity Insights - Application Profiles
4
- version : wip
4
+ version : 0.3.1-alpha.1
5
5
license :
6
6
name : Apache 2.0
7
7
url : https://www.apache.org/licenses/LICENSE-2.0.html
40
40
x-camara-commonalities : 0.5
41
41
42
42
servers :
43
- - url : " {apiRoot}/application-profiles/vwip "
43
+ - url : " {apiRoot}/application-profiles/v0alpha1 "
44
44
variables :
45
45
apiRoot :
46
46
default : http://localhost:9091
Original file line number Diff line number Diff line change 1
1
openapi : 3.0.3
2
2
info :
3
3
title : Connectivity Insights
4
- version : wip
4
+ version : 0.4.1-alpha.1
5
5
x-camara-commonalities : 0.5
6
6
description : |
7
7
With CAMARA Connectivity Insights, application developers gain essential
@@ -129,7 +129,7 @@ externalDocs:
129
129
url : https://github.com/camaraproject/ConnectivityInsights
130
130
131
131
servers :
132
- - url : " {apiRoot}/connectivity-insights-subscriptions/vwip /check-network-quality"
132
+ - url : " {apiRoot}/connectivity-insights-subscriptions/v0alpha1 /check-network-quality"
133
133
variables :
134
134
apiRoot :
135
135
default : http://localhost:9091
Original file line number Diff line number Diff line change 1
1
openapi : 3.0.3
2
2
info :
3
3
title : Connectivity Insights
4
- version : wip
4
+ version : 0.4.1-alpha.1
5
5
x-camara-commonalities : 0.5
6
6
description : |
7
7
With CAMARA Connectivity Insights, application developers gain essential
@@ -72,7 +72,7 @@ externalDocs:
72
72
url : https://github.com/camaraproject/ConnectivityInsights
73
73
74
74
servers :
75
- - url : " {apiRoot}/connectivity-insights/vwip "
75
+ - url : " {apiRoot}/connectivity-insights/v0alpha1 "
76
76
variables :
77
77
apiRoot :
78
78
default : http://localhost:9091
You can’t perform that action at this time.
0 commit comments