dosubot[bot] commented on issue #3019: URL: https://github.com/apache/hugegraph/issues/3019#issuecomment-4411965535
<!-- Greeting --> Hi @neoblackcap! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the hugegraph team. <!-- Answer --> This is a confirmed documentation issue. The correct endpoint in version 1.7.0 is indeed `POST http://localhost:8080/auth/groups`, as you've found. The change was introduced in [PR #2899](https://github.com/apache/hugegraph/pull/2899) ("fix(server): remove graph path in auth api path"), which simplified all auth API paths by removing the `/graphspaces/{graphspace}/graphs/{graph}/` prefix [[1]](https://github.com/apache/incubator-hugegraph/pull/2899). The `GroupAPI` class now uses `@Path("/auth/groups")` directly [[2]](https://github.com/apache/hugegraph/blob/9126c80e414c073b60fc074361b211cfb409e0eb/hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java#L54). This applies to all auth endpoints — groups, users, targets, belongs, access, and projects all follow the simplified `/auth/...` pattern now. The documentation referencing `/graphspaces/DEFAULT/auth/groups` is outdated and needs to be updated to reflect this change. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=reply-with-mention&utm_term=apache%2Fhugegraph).* --- Docs are dead. Just use [Dosu](https://dosu.dev?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-tagline&utm_term=apache%2Fhugegraph). [](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-feedback&utm_term=apache%2Fhugegraph&message_id=391876ff-0a19-49b5-8320-7fc1ac1522ed) [](https://github.dosu.com/apache/hugegraph?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-ask-repo&utm_term=apache%2Fhugegraph) [](https://app.dosu.dev/signup?referrer=openSource&source=github-footer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-share-team&utm_term=apache%2Fhugegraph) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
