Skip to content

Commit

Permalink
Use a phone number with the correct format on examples
Browse files Browse the repository at this point in the history
  • Loading branch information
anero committed May 31, 2024
1 parent d8b62db commit 87b9a28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/includes/authenticated_api/_signatures.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ was recorded against.
"first_name": "Foo",
"join_organisation": true,
"last_name": "Bar",
"phone_number": "123-456",
"phone_number": "555-555-5555",
"postcode": "10010",
"source": "",
"token": "abcDEFghi123456789jklMNO",
Expand Down Expand Up @@ -141,7 +141,7 @@ The JSON response has a single "signature" object, which may include the followi
"last_name": "Bar",
"email": "[email protected]",
"postcode": "10010",
"phone_number": "123-456",
"phone_number": "555-555-5555",
"country": "US",
"email_opt_in_type_external_id": "abcd12345",
"join_organisation": true
Expand Down Expand Up @@ -172,7 +172,7 @@ The JSON response has a single "signature" object, which may include the followi
"first_name": "Foo",
"join_organisation": true,
"last_name": "Bar",
"phone_number": "123-456",
"phone_number": "555-555-5555",
"postcode": "10010",
"source": "",
"token": "abcDEFghi123456789jklMNO",
Expand Down Expand Up @@ -291,7 +291,7 @@ Permanently deletes the signature with the specified ID. Note that this will dec
"first_name": "Foo",
"join_organisation": true,
"last_name": "Bar",
"phone_number": "123-456",
"phone_number": "555-555-5555",
"postcode": "10010",
"source": "",
"token": "abcDEFghi123456789jklMNO",
Expand Down

0 comments on commit 87b9a28

Please sign in to comment.