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
Before submitting your issue, please make sure that you've checked the checkboxes below.
php -v
PHP 5.6.24
rm -rf bootstrap/cache/*
Calls to /api/v1/components endpoint should return status code as integer in JSON.
Calls return status as a quoted string in JSON
Example output from call to /api/v1/components/1
{ "data": { "id": 1, "name": "Test component", "description": "", "link": "", "status": "3", "order": 0, "group_id": 1, "created_at": "2016-08-13 23:36:54", "updated_at": "2016-08-14 22:55:49", "deleted_at": null, "enabled": true, "status_name": "Partial Outage", "tags": { "": "" } } }
The text was updated successfully, but these errors were encountered:
e0a8e9d
Thanks for the super quick fix!
Sorry, something went wrong.
jbrooksuk
No branches or pull requests
Before submitting your issue, please make sure that you've checked the checkboxes below.
php -v
.rm -rf bootstrap/cache/*
.Expected behaviour
Calls to /api/v1/components endpoint should return status code as integer in JSON.
Actual behaviour
Calls return status as a quoted string in JSON
Steps to reproduce
Example output from call to /api/v1/components/1
The text was updated successfully, but these errors were encountered: