@@ -5,7 +5,7 @@ openapi: 3.0.3
5
5
# ###########################################################################
6
6
info :
7
7
title : Call Forwarding Signal API
8
- version : 0.2.0-rc .1
8
+ version : 0.2.0-alpha .1
9
9
description : |
10
10
# Overview
11
11
The Call Forwarding Signal (CFS) API provides the API Consumer with
39
39
CallForwarding\Signal/discussions/3#discussioncomment-8915595)
40
40
# Quick Start
41
41
The CFS API is a REST API based on the CreateCallForwardingSignal resource.
42
- This resource can be filled during the API invokation, by the API Consumer,
42
+ This resource is filled during the API invokation, by the API Consumer,
43
43
with the phone number on which the Call Forwarding Service status must be
44
- verified. Anyway the phone number is also detected, by the API Producer,
45
- from the access token.\
44
+ verified.\
46
45
\
47
46
Before starting to use the Call Forwarding API, the developer needs to know
48
47
about the below specified details:\
52
51
[**https://tim-api.developer.tim.it/callforwardingsignal**](https://tim-api\
53
52
.developer.tim.it/callforwarding\signal)\
54
53
\
55
- **phoneNumber **
54
+ **PhoneNumber **
56
55
This is the end user phone number. The CFS API verifies if a call forwarding
57
- service is active on this phone number. Note: the value of this optional
58
- parameter must match the value of the phone number retrieved from the access
59
- token.\
56
+ service is active on this phone number.\
60
57
\
61
58
**CreateCallForwardingSignal**
62
59
This is the resource the API Consumer uses to define the phone number to
@@ -159,7 +156,7 @@ externalDocs:
159
156
# Servers #
160
157
# ###########################################################################
161
158
servers :
162
- - url : " {apiRoot}/call-forwarding-signal/v0.2rc1 "
159
+ - url : " {apiRoot}/call-forwarding-signal/v0.2alpha1 "
163
160
variables :
164
161
apiRoot :
165
162
default : http://localhost:9091
0 commit comments