-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The first badge you linked uses non-raw github link, which does not serve the file to us but the web-view. Regarding the
To set query parameters to fit your test use the 'Show optional parameters' as seen bellow and set colors and label For your JSON example that would look like that: But here the badge label and colors are not dynamic, to change them you will have to change the badge's link. If you intended for all JSON values to change the badge's values dynamically you might want to use the Endpoint badge instead. To use that you will have to update the schema you use to fit the Endpoint badge schema |
Beta Was this translation helpful? Give feedback.


The first badge you linked uses non-raw github link, which does not serve the file to us but the web-view.
The second badge does use the raw github link, and that's why you do see an object.
So to fix the first badge (json) change the link to a raw github link using that button
similar to how you did for the TOML dynamic badge.
Regarding the
label,message,labelcolorandcolor:To set query parameters to fit your test use the 'Show optional parameters' as seen bellow and set colors and label
For your …