diff --git a/code/API_definitions/Call_Forwarding_Signal.yaml b/code/API_definitions/Call_Forwarding_Signal.yaml index c429a71..3cc3a88 100644 --- a/code/API_definitions/Call_Forwarding_Signal.yaml +++ b/code/API_definitions/Call_Forwarding_Signal.yaml @@ -5,7 +5,7 @@ openapi: 3.0.3 ############################################################################ info: title: Call Forwarding Signal API - version: 0.2.0-rc.1 + version: 0.2.0-alpha.1 description: | # Overview The Call Forwarding Signal (CFS) API provides the API Consumer with @@ -39,10 +39,9 @@ info: CallForwarding\Signal/discussions/3#discussioncomment-8915595) # Quick Start The CFS API is a REST API based on the CreateCallForwardingSignal resource. - This resource can be filled during the API invokation, by the API Consumer, + This resource is filled during the API invokation, by the API Consumer, with the phone number on which the Call Forwarding Service status must be - verified. Anyway the phone number is also detected, by the API Producer, - from the access token.\ + verified.\ \ Before starting to use the Call Forwarding API, the developer needs to know about the below specified details:\ @@ -52,11 +51,9 @@ info: [**https://tim-api.developer.tim.it/callforwardingsignal**](https://tim-api\ .developer.tim.it/callforwarding\signal)\ \ - **phoneNumber** + **PhoneNumber** This is the end user phone number. The CFS API verifies if a call forwarding - service is active on this phone number. Note: the value of this optional - parameter must match the value of the phone number retrieved from the access - token.\ + service is active on this phone number.\ \ **CreateCallForwardingSignal** This is the resource the API Consumer uses to define the phone number to @@ -159,7 +156,7 @@ externalDocs: # Servers # ############################################################################ servers: - - url: "{apiRoot}/call-forwarding-signal/v0.2rc1" + - url: "{apiRoot}/call-forwarding-signal/v0.2alpha1" variables: apiRoot: default: http://localhost:9091