Skip to content

Commit 6f0dd68

Browse files
Merge pull request #68 from FabrizioMoggio/Fall24-Review
Fall24 Review
2 parents d341a66 + 8d68035 commit 6f0dd68

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

code/API_definitions/Call_Forwarding_Signal.yaml

+8-13
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ openapi: 3.0.3
44
# API info #
55
############################################################################
66
info:
7-
title: Call Forwarding Signal API
8-
version: 0.2.0-rc.1
7+
title: Call Forwarding Signal
98
description: |
109
# Overview
1110
The Call Forwarding Signal (CFS) API provides the API Consumer with
@@ -47,11 +46,6 @@ info:
4746
Before starting to use the Call Forwarding API, the developer needs to know
4847
about the below specified details:\
4948
\
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-
\
5549
**phoneNumber**
5650
This is the end user phone number. The CFS API verifies if a call forwarding
5751
service is active on this phone number. Note: the value of this optional
@@ -145,21 +139,22 @@ info:
145139
to be checked.
146140
# FAQ's
147141
(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
150145
license:
151146
name: Apache 2.0
152147
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
155150
externalDocs:
156-
description: Product documentation at Camara
151+
description: Product documentation at CAMARA
157152
url: https://github.com/camaraproject/CallForwardingSignal
158153
############################################################################
159154
# Servers #
160155
############################################################################
161156
servers:
162-
- url: "{apiRoot}/call-forwarding-signal/v0.2rc1"
157+
- url: "{apiRoot}/call-forwarding-signal/vwip"
163158
variables:
164159
apiRoot:
165160
default: http://localhost:9091

0 commit comments

Comments
 (0)