Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioMoggio authored Apr 17, 2024
1 parent 98c1dc3 commit 49a8065
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions code/API_definitions/Traffic Influence/Call_Forwarding_Signal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,14 @@ components:
# Types #
############################################################################
PhoneNumber:
description: |
A public identifier addressing a telephone subscription.
In mobile networks it corresponds to the MSISDN (Mobile Station
International Subscriber Directory Number). In order to be globally unique
it has to be formatted in international format, according to E.164
standard, prefixed with '+'.
type: string
pattern: '^\+[1-9][0-9]{4,14}$'
example: "+123456789"
description: A public identifier addressing a telephone subscription.
In mobile networks it corresponds to the MSISDN (Mobile Station
International Subscriber Directory Number). In order to be globally unique
it has to be formatted in international format, according to E.164
standard, prefixed with '+'.
type: string
pattern: '^\+[1-9][0-9]{4,14}$'
example: "+123456789"
############################################################################
# Responces #
############################################################################
Expand Down Expand Up @@ -304,4 +303,3 @@ components:
status: 504
code: TIMEOUT
message: Request timeout exceeded. Try later

0 comments on commit 49a8065

Please sign in to comment.