diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 910fba90..3fac3c13 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -6885,7 +6885,7 @@ components: type: string description: West African mobile money phone number (Senegal, Benin, or Ivory Coast) example: '+221781234567' - pattern: ^\+(221|225|229)[0-9]{8,10}$ + pattern: ^\+(221[0-9]{9}|225[0-9]{10}|229[0-9]{8,9})$ provider: type: string description: Mobile money provider diff --git a/openapi.yaml b/openapi.yaml index 910fba90..3fac3c13 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6885,7 +6885,7 @@ components: type: string description: West African mobile money phone number (Senegal, Benin, or Ivory Coast) example: '+221781234567' - pattern: ^\+(221|225|229)[0-9]{8,10}$ + pattern: ^\+(221[0-9]{9}|225[0-9]{10}|229[0-9]{8,9})$ provider: type: string description: Mobile money provider