Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RC-Review-1: Commonalities version #67

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions code/API_definitions/Call_Forwarding_Signal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:\
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down