We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
id
Application
I noticed when I use this endpoint:
GET /api/v1/apps/verify_credentials HTTP/1.1
It returns an Application entity as expected but I noticed that it includes the id name which is not listed in the documentation. It is in the source code, app/serializers/rest/application_serializer.rb.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed when I use this endpoint:
It returns an
Application
entity as expected but I noticed that it includes theid
name which is not listed in the documentation. It is in the source code, app/serializers/rest/application_serializer.rb.The text was updated successfully, but these errors were encountered: