Skip to content

Commit

Permalink
Merge pull request #59 from fernandopradocabrillo/remove-msisdn-reque…
Browse files Browse the repository at this point in the history
…st-body

Remove msisdn from request body
  • Loading branch information
DT-DawidWroblewski authored Oct 6, 2023
2 parents 1f65514 + 37627ee commit adb6b81
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/API_definitions/sim_swap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ components:
description: Detailed error description
CreateCheckSimSwap:
type: object
required:
- phoneNumber
properties:
phoneNumber:
$ref: "#/components/schemas/PhoneNumber"
Expand All @@ -209,8 +207,6 @@ components:
default: 240
CreateSimSwapDate:
type: object
required:
- phoneNumber
properties:
phoneNumber:
$ref: "#/components/schemas/PhoneNumber"
Expand Down

0 comments on commit adb6b81

Please sign in to comment.