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

Long integer content-parameters issue #237

Open
fpingitore opened this issue May 14, 2015 · 1 comment
Open

Long integer content-parameters issue #237

fpingitore opened this issue May 14, 2015 · 1 comment

Comments

@fpingitore
Copy link

Hi,

I'm using the content-parameters on my API page but I'm having a problem with 18 digit numbers as after the 15th it gets rounded up. Is there any other data type I could use to support longer numbers?

Thanks,

@fpingitore
Copy link
Author

Even when using the regular "string" type entering a number like 618252755802361856 it gets rounded to 618252755802361900 in the application/json

{
"change_requests": [
{
"change_request_id": 618252755802361900
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant