Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit c845585

Browse files
committed
Add Code Snippets to Spec Files
1 parent 70fa44a commit c845585

File tree

1 file changed

+0
-302
lines changed

1 file changed

+0
-302
lines changed

site/specs/numbers.yml

Lines changed: 0 additions & 302 deletions
Original file line numberDiff line numberDiff line change
@@ -911,190 +911,18 @@ components:
911911
shortCodeGetAllShortCodesByAccountResponse:
912912
content:
913913
application/json:
914-
examples:
915-
example:
916-
value:
917-
data:
918-
- accountId: '9903137'
919-
applyMigrationFee: true
920-
applySetupFee: true
921-
carrierStatuses:
922-
- carrierId: att
923-
status: INACTIVE
924-
- carrierId: tmobile
925-
status: INACTIVE
926-
- carrierId: verizon
927-
status: INACTIVE
928-
country: USA
929-
createdDateTime: '2023-02-01T19:22:48.268Z'
930-
customerManagedLease: false
931-
moapId: '681500'
932-
modifiedDateTime: '2023-02-01T19:22:48.268Z'
933-
notes: Some comments here Could be a lot
934-
orderedDate: '2021-06-27'
935-
shortCode: '12345'
936-
sipPeerId: '537793'
937-
siteId: '13524'
938-
status: INACTIVE
939-
type: RANDOM
940-
version: 0
941-
- accountId: '9903137'
942-
applyMigrationFee: true
943-
applySetupFee: true
944-
carrierStatuses:
945-
- carrierId: att
946-
status: INACTIVE
947-
- carrierId: tmobile
948-
status: INACTIVE
949-
- carrierId: verizon
950-
status: INACTIVE
951-
country: USA
952-
createdDateTime: '2023-02-01T19:23:34.655Z'
953-
customerManagedLease: false
954-
moapId: '681500'
955-
modifiedDateTime: '2023-02-01T19:23:34.655Z'
956-
notes: Some comments here Could be a lot
957-
orderedDate: '2021-06-27'
958-
shortCode: '321123'
959-
sipPeerId: '537793'
960-
siteId: '13524'
961-
status: INACTIVE
962-
type: RANDOM
963-
version: 0
964-
- accountId: '9903137'
965-
applyMigrationFee: true
966-
applySetupFee: true
967-
carrierStatuses:
968-
- carrierId: att
969-
status: INACTIVE
970-
- carrierId: tmobile
971-
status: INACTIVE
972-
- carrierId: verizon
973-
status: INACTIVE
974-
country: USA
975-
createdDateTime: '2023-02-01T20:50:34.552Z'
976-
customerManagedLease: false
977-
leaseEndsDate: '2024-06-27'
978-
leaseStartsDate: '2021-06-27'
979-
moapId: '681500'
980-
modifiedDateTime: '2023-02-01T20:50:34.552Z'
981-
notes: Some comments here Could be a lot
982-
orderedDate: '2021-06-27'
983-
shortCode: '45312'
984-
sipPeerId: '537793'
985-
siteId: '13524'
986-
status: INACTIVE
987-
type: RANDOM
988-
version: 0
989-
page:
990-
pageNumber: 0
991-
pageSize: 3
992-
totalElements: 31
993-
totalPages: 11
994914
schema:
995915
$ref: '#/components/schemas/shortCodeApiPage'
996916
description: Successful response with a paginated list of short codes.
997917
shortCodeGetShortCodeByAccountIdCountryAndShortCodeResponse:
998918
content:
999919
application/json:
1000-
examples:
1001-
example:
1002-
value:
1003-
accountId: '1003520'
1004-
applyMigrationFee: true
1005-
applySetupFee: true
1006-
carrierStatuses:
1007-
- carrierId: att
1008-
status: INACTIVE
1009-
- carrierId: tmobile
1010-
status: INACTIVE
1011-
- carrierId: verizon
1012-
status: INACTIVE
1013-
country: USA
1014-
createdDateTime: '2023-01-31T20:05:16.261Z'
1015-
customerManagedLease: false
1016-
moapId: '681500'
1017-
modifiedDateTime: '2023-02-09T19:53:18.824Z'
1018-
notes: update checl
1019-
orderedDate: '2021-06-27'
1020-
shortCode: '12113'
1021-
sipPeerId: '537793'
1022-
siteId: '13524'
1023-
status: INACTIVE
1024-
type: RANDOM
1025-
version: 9
1026920
schema:
1027921
$ref: '#/components/schemas/shortCode'
1028922
description: The short code details have been successfully retrieved and displayed.
1029923
shortCodeGetShortCodeHistoryAccountIdCountryAndShortCodeResponse:
1030924
content:
1031925
application/json:
1032-
examples:
1033-
example:
1034-
value:
1035-
data:
1036-
- accountId: '1003520'
1037-
applyMigrationFee: true
1038-
applySetupFee: true
1039-
billed: false
1040-
carrierStatuses:
1041-
- activatedDate: '2021-10-15'
1042-
carrierId: att
1043-
status: ACTIVE
1044-
- carrierId: tmobile
1045-
status: PENDING
1046-
- carrierId: verizon
1047-
status: INACTIVE
1048-
country: USA
1049-
createdDateTime: '2023-01-31T20:05:16.261Z'
1050-
customerManagedLease: false
1051-
leaseEndsDate: '2022-12-28'
1052-
leaseStartsDate: '2022-06-27'
1053-
moapId: '657096'
1054-
modifiedDateTime: '2023-01-31T20:05:16.261Z'
1055-
notes: Some comments here Could be a lot
1056-
operation: CREATED
1057-
orderedDate: '2021-06-27'
1058-
published: false
1059-
shortCode: '12113'
1060-
sipPeerId: '526744'
1061-
siteId: '9064'
1062-
status: ACTIVE
1063-
type: RANDOM
1064-
user: systemUser
1065-
version: 3
1066-
- accountId: '1003520'
1067-
applyMigrationFee: true
1068-
applySetupFee: true
1069-
billed: false
1070-
carrierStatuses:
1071-
- carrierId: att
1072-
status: INACTIVE
1073-
- carrierId: tmobile
1074-
status: INACTIVE
1075-
- carrierId: verizon
1076-
status: INACTIVE
1077-
country: USA
1078-
createdDateTime: '2023-01-31T20:05:16.261Z'
1079-
customerManagedLease: false
1080-
moapId: '681500'
1081-
modifiedDateTime: '2023-02-09T19:16:21.801Z'
1082-
notes: Some comments here Could be a lot
1083-
operation: UPDATED
1084-
orderedDate: '2021-06-27'
1085-
published: false
1086-
shortCode: '12113'
1087-
sipPeerId: '537793'
1088-
siteId: '13524'
1089-
status: INACTIVE
1090-
type: RANDOM
1091-
user: systemUser
1092-
version: 4
1093-
page:
1094-
pageNumber: 1
1095-
pageSize: 2
1096-
totalElements: 9
1097-
totalPages: 5
1098926
schema:
1099927
$ref: '#/components/schemas/shortCodeHistoryApiPage'
1100928
description: >-
@@ -13239,78 +13067,6 @@ components:
1323913067
numbers.
1324013068
properties:
1324113069
data:
13242-
example:
13243-
- accountId: '9903137'
13244-
applyMigrationFee: true
13245-
applySetupFee: true
13246-
carrierStatuses:
13247-
- carrierId: att
13248-
status: INACTIVE
13249-
- carrierId: tmobile
13250-
status: INACTIVE
13251-
- carrierId: verizon
13252-
status: INACTIVE
13253-
country: USA
13254-
createdDateTime: '2023-02-01T19:22:48.268Z'
13255-
customerManagedLease: false
13256-
moapId: '681500'
13257-
modifiedDateTime: '2023-02-01T19:22:48.268Z'
13258-
notes: Some comments here Could be a lot
13259-
orderedDate: '2021-06-27'
13260-
shortCode: '12345'
13261-
sipPeerId: '537793'
13262-
siteId: '13524'
13263-
status: INACTIVE
13264-
type: RANDOM
13265-
version: 0
13266-
- accountId: '9903137'
13267-
applyMigrationFee: true
13268-
applySetupFee: true
13269-
carrierStatuses:
13270-
- carrierId: att
13271-
status: INACTIVE
13272-
- carrierId: tmobile
13273-
status: INACTIVE
13274-
- carrierId: verizon
13275-
status: INACTIVE
13276-
country: USA
13277-
createdDateTime: '2023-02-01T19:23:34.655Z'
13278-
customerManagedLease: false
13279-
moapId: '681500'
13280-
modifiedDateTime: '2023-02-01T19:23:34.655Z'
13281-
notes: Some comments here Could be a lot
13282-
orderedDate: '2021-06-27'
13283-
shortCode: '321123'
13284-
sipPeerId: '537793'
13285-
siteId: '13524'
13286-
status: INACTIVE
13287-
type: RANDOM
13288-
version: 0
13289-
- accountId: '9903137'
13290-
applyMigrationFee: true
13291-
applySetupFee: true
13292-
carrierStatuses:
13293-
- carrierId: att
13294-
status: INACTIVE
13295-
- carrierId: tmobile
13296-
status: INACTIVE
13297-
- carrierId: verizon
13298-
status: INACTIVE
13299-
country: USA
13300-
createdDateTime: '2023-02-01T20:50:34.552Z'
13301-
customerManagedLease: false
13302-
leaseEndsDate: '2024-06-27'
13303-
leaseStartsDate: '2021-06-27'
13304-
moapId: '681500'
13305-
modifiedDateTime: '2023-02-01T20:50:34.552Z'
13306-
notes: Some comments here Could be a lot
13307-
orderedDate: '2021-06-27'
13308-
shortCode: '45312'
13309-
sipPeerId: '537793'
13310-
siteId: '13524'
13311-
status: INACTIVE
13312-
type: RANDOM
13313-
version: 0
1331413070
items:
1331513071
$ref: '#/components/schemas/shortCode'
1331613072
type: array
@@ -13593,64 +13349,6 @@ components:
1359313349
history.
1359413350
properties:
1359513351
data:
13596-
example:
13597-
- accountId: '1003520'
13598-
applyMigrationFee: true
13599-
applySetupFee: true
13600-
billed: false
13601-
carrierStatuses:
13602-
- activatedDate: '2021-10-15'
13603-
carrierId: att
13604-
status: ACTIVE
13605-
- carrierId: tmobile
13606-
status: PENDING
13607-
- carrierId: verizon
13608-
status: INACTIVE
13609-
country: USA
13610-
createdDateTime: '2023-01-31T20:05:16.261Z'
13611-
customerManagedLease: false
13612-
leaseEndsDate: '2022-12-28'
13613-
leaseStartsDate: '2022-06-27'
13614-
moapId: '657096'
13615-
modifiedDateTime: '2023-01-31T20:05:16.261Z'
13616-
notes: Some comments here Could be a lot
13617-
operation: CREATED
13618-
orderedDate: '2021-06-27'
13619-
published: false
13620-
shortCode: '12113'
13621-
sipPeerId: '526744'
13622-
siteId: '9064'
13623-
status: ACTIVE
13624-
type: RANDOM
13625-
user: systemUser
13626-
version: 3
13627-
- accountId: '1003520'
13628-
applyMigrationFee: true
13629-
applySetupFee: true
13630-
billed: false
13631-
carrierStatuses:
13632-
- carrierId: att
13633-
status: INACTIVE
13634-
- carrierId: tmobile
13635-
status: INACTIVE
13636-
- carrierId: verizon
13637-
status: INACTIVE
13638-
country: USA
13639-
createdDateTime: '2023-01-31T20:05:16.261Z'
13640-
customerManagedLease: false
13641-
moapId: '681500'
13642-
modifiedDateTime: '2023-02-09T19:16:21.801Z'
13643-
notes: Some comments here Could be a lot
13644-
operation: UPDATED
13645-
orderedDate: '2021-06-27'
13646-
published: false
13647-
shortCode: '12113'
13648-
sipPeerId: '537793'
13649-
siteId: '13524'
13650-
status: INACTIVE
13651-
type: RANDOM
13652-
user: systemUser
13653-
version: 4
1365413352
items:
1365513353
$ref: '#/components/schemas/shortCodeHistory'
1365613354
type: array

0 commit comments

Comments
 (0)