diff --git a/docs/_docs/integrations/badges.md b/docs/_docs/integrations/badges.md index 9f9f893291..3c08b700c8 100644 --- a/docs/_docs/integrations/badges.md +++ b/docs/_docs/integrations/badges.md @@ -9,7 +9,7 @@ Dependency-Track supports badges in Scalable Vector Graphics (SVG) format. Suppo basis via permission or globally for unauthenticated access. To enable badges for a team, activate the permission `VIEW_BADGES`. To deactivate badges, remove the permission. To -retrieve a badge, use a team's API key either in the badge API header `X-API-Key` or in the URI parameter `apiKey`. +retrieve a badge, use a team's API key either in the badge API header `X-Api-Key` or in the URI parameter `apiKey`. As an alternative, badges can also be accessed without authentication. On new Dependency-Track installations, this is disabled by default. On Dependency-Track installations updated from ≤ v4.11, where (unauthenticated) badge support diff --git a/docs/_docs/usage/cicd.md b/docs/_docs/usage/cicd.md index 173b5a0285..34f45d3812 100644 --- a/docs/_docs/usage/cicd.md +++ b/docs/_docs/usage/cicd.md @@ -32,7 +32,7 @@ BOM and insert the resulting text into the 'bom' field. ```bash curl -X "PUT" "http://dtrack.example.com/api/v1/bom" \ -H 'Content-Type: application/json' \ - -H 'X-API-Key: LPojpCDSsEd4V9Zi6qCWr4KsiF3Konze' \ + -H 'X-Api-Key: LPojpCDSsEd4V9Zi6qCWr4KsiF3Konze' \ -d $'{ "project": "f90934f5-cb88-47ce-81cb-db06fc67d4b4", "bom": "PD94bWwgdm..." @@ -56,7 +56,7 @@ containing a payload may be preferred. ```bash curl -X "PUT" "http://dtrack.example.com/api/v1/bom" \ -H 'Content-Type: application/json' \ - -H 'X-API-Key: LPojpCDSsEd4V9Zi6qCWr4KsiF3Konze' \ + -H 'X-Api-Key: LPojpCDSsEd4V9Zi6qCWr4KsiF3Konze' \ -d @payload.json ``` diff --git a/docs/_docs/usage/collection-projects.md b/docs/_docs/usage/collection-projects.md index 0c101b2aa4..70df281e64 100644 --- a/docs/_docs/usage/collection-projects.md +++ b/docs/_docs/usage/collection-projects.md @@ -35,5 +35,5 @@ Instead they show a list of projects contained in this collection and their metr ![collection projects details](/images/screenshots/collection-projects-details.png) -Collection projects can be easily identified via the "culculator" icon, and hovering it +Collection projects can be easily identified via the "calculator" icon, and hovering it displays the applied collection logic. \ No newline at end of file