Skip to content

fix: correct broken docs link for remove group machine identity endpoint#5553

Merged
vmatsiiako merged 1 commit intomainfrom
devin/1772200774-fix-broken-docs-link
Feb 27, 2026
Merged

fix: correct broken docs link for remove group machine identity endpoint#5553
vmatsiiako merged 1 commit intomainfrom
devin/1772200774-fix-broken-docs-link

Conversation

@devin-ai-integration
Copy link
Contributor

Context

The docs navigation link for the "Remove Machine Identity from Group" API endpoint was broken. In docs.json, the entry referenced api-reference/endpoints/groups/remove-group-machine-identity, but the actual file is named remove-group-identity.mdx. This caused a 404 when clicking the link at https://infisical.com/docs/api-reference/endpoints/groups/remove-group-machine-identity.

Reported in Slack by a customer (Mark via Scout Motors account room).

Steps to verify the change

  1. Confirm the file docs/api-reference/endpoints/groups/remove-group-identity.mdx exists and contains the correct OpenAPI spec for DELETE /api/v1/groups/{id}/machine-identities/{machineIdentityId}
  2. After deploy, verify https://infisical.com/docs/api-reference/endpoints/groups/remove-group-identity resolves correctly

Type

  • Fix
  • Feature
  • Improvement
  • Breaking
  • Docs
  • Chore

Checklist

Link to Devin run: https://app.devin.ai/sessions/74bfa2d245694980a3ca53480b2dfca7
Requested by: @vmatsiiako

Co-Authored-By: Vlad Matsiiako <vm265@cornell.edu>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@maidul98
Copy link
Collaborator

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@vmatsiiako vmatsiiako merged commit 86f4045 into main Feb 27, 2026
7 checks passed
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 27, 2026

Greptile Summary

Fixed a broken documentation navigation link that was causing a 404 error. The link path was corrected from remove-group-machine-identity to remove-group-identity to match the actual MDX file name.

  • Verified that the target file docs/api-reference/endpoints/groups/remove-group-identity.mdx exists and contains the correct API endpoint (DELETE /api/v1/groups/{id}/machine-identities/{machineIdentityId})
  • The change resolves the customer-reported issue where the documentation link returned a 404 error

Confidence Score: 5/5

  • This PR is completely safe to merge with zero risk
  • This is a simple documentation fix that only changes a navigation path string to correct a broken link. The change has been verified - the target file exists and contains the correct endpoint documentation. No code logic, API behavior, or security is affected.
  • No files require special attention

Important Files Changed

Filename Overview
docs/docs.json Fixed broken documentation navigation link from remove-group-machine-identity to remove-group-identity

Last reviewed commit: d8e2224

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants