Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication Body Correction #3

Open
EdwardMuturi opened this issue Jul 11, 2019 · 0 comments
Open

Authentication Body Correction #3

EdwardMuturi opened this issue Jul 11, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@EdwardMuturi
Copy link

Wrong sample body example given in this endpoint

current sample

{
"phone_number": "+254725743069",
}

correction

{
"phone_number": "+254725743069"
}

Addition of the comma after the number leads to the below error


{
    "detail": "JSON parse error - Expecting property name enclosed in double quotes: line 3 column 1 (char 35)"
}
@Ngahu Ngahu self-assigned this Feb 6, 2020
@Ngahu Ngahu added the enhancement New feature or request label Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants