@@ -4,8 +4,7 @@ openapi: 3.0.3
4
4
# API info #
5
5
# ###########################################################################
6
6
info :
7
- title : Call Forwarding Signal API
8
- version : 0.2.0-rc.1
7
+ title : Call Forwarding Signal
9
8
description : |
10
9
# Overview
11
10
The Call Forwarding Signal (CFS) API provides the API Consumer with
47
46
Before starting to use the Call Forwarding API, the developer needs to know
48
47
about the below specified details:\
49
48
\
50
- **Base-Url**
51
- The RESTful CFS API endpoint, for example
52
- [**https://tim-api.developer.tim.it/callforwardingsignal**](https://tim-api\
53
- .developer.tim.it/callforwarding\signal)\
54
- \
55
49
**phoneNumber**
56
50
This is the end user phone number. The CFS API verifies if a call forwarding
57
51
service is active on this phone number. Note: the value of this optional
@@ -145,21 +139,22 @@ info:
145
139
to be checked.
146
140
# FAQ's
147
141
(FAQs will be added in a later version of the documentation)
148
- # Release Notes
149
- First draft for the CFS API.
142
+ # API version - Aligned to SemVer 2.0 according to CAMARA versioning guidelines
143
+ version : wip
144
+ # Name of the license and a URL to the license description
150
145
license :
151
146
name : Apache 2.0
152
147
url : https://www.apache.org/licenses/LICENSE-2.0.html
153
- contact :
154
-
148
+ # CAMARA Commonalities version - x.y.z
149
+ x-camara-commonalities : 0.4.0
155
150
externalDocs :
156
- description : Product documentation at Camara
151
+ description : Product documentation at CAMARA
157
152
url : https://github.com/camaraproject/CallForwardingSignal
158
153
# ###########################################################################
159
154
# Servers #
160
155
# ###########################################################################
161
156
servers :
162
- - url : " {apiRoot}/call-forwarding-signal/v0.2rc1 "
157
+ - url : " {apiRoot}/call-forwarding-signal/vwip "
163
158
variables :
164
159
apiRoot :
165
160
default : http://localhost:9091
0 commit comments