mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #566] Shields.io Json Endpoint Broke #410
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#410
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @onezero1010101 on GitHub (Oct 2, 2021).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/566
It would appear that Sheilds.io has changed the requirement for their json endpoint. Need to add the schemaVersion: 1 (now required, but missing from Healthchecks) I tested the json manually, and it works, but without it shows the "Custombadge Inaccessible"
Example from their site:
{
"schemaVersion": 1,
"label": "hello",
"message": "sweet world",
"color": "orange"
}
@cuu508 commented on GitHub (Oct 2, 2021):
Thanks for the report!
Somehow on Healthchecks.io it seems to still work without schemaVersion. But schemaVersion is listed as a required field in shields.io docs, so I'm adding it.