Skip to content

Commit b2b4f9c

Browse files
RC-Review-1: Commonalities version
Commonalities version added: camaraproject#66
1 parent 33f21b2 commit b2b4f9c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

code/API_definitions/Call_Forwarding_Signal.yaml

+6-9
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ openapi: 3.0.3
55
############################################################################
66
info:
77
title: Call Forwarding Signal API
8-
version: 0.2.0-rc.1
8+
version: 0.2.0-alpha.1
99
description: |
1010
# Overview
1111
The Call Forwarding Signal (CFS) API provides the API Consumer with
@@ -39,10 +39,9 @@ info:
3939
CallForwarding\Signal/discussions/3#discussioncomment-8915595)
4040
# Quick Start
4141
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,
4343
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.\
4645
\
4746
Before starting to use the Call Forwarding API, the developer needs to know
4847
about the below specified details:\
@@ -52,11 +51,9 @@ info:
5251
[**https://tim-api.developer.tim.it/callforwardingsignal**](https://tim-api\
5352
.developer.tim.it/callforwarding\signal)\
5453
\
55-
**phoneNumber**
54+
**PhoneNumber**
5655
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.\
6057
\
6158
**CreateCallForwardingSignal**
6259
This is the resource the API Consumer uses to define the phone number to
@@ -159,7 +156,7 @@ externalDocs:
159156
# Servers #
160157
############################################################################
161158
servers:
162-
- url: "{apiRoot}/call-forwarding-signal/v0.2rc1"
159+
- url: "{apiRoot}/call-forwarding-signal/v0.2alpha1"
163160
variables:
164161
apiRoot:
165162
default: http://localhost:9091

0 commit comments

Comments
 (0)