lasdf1234 opened a new pull request, #11260:
URL: https://github.com/apache/gravitino/pull/11260

   ### What changes were proposed in this pull request?
   
   Add OpenAPI documentation for built-in IdP REST APIs introduced by the 
`idp-basic` plugin:
   
   - New `docs/open-api/idp/idp.yaml` with paths, schemas, examples for 
user/group CRUD and `PUT /idp/groups/{group}/users` membership changes
   - Register IdP paths in `docs/open-api/openapi.yaml`
   
   ### Why are the changes needed?
   
   IdP REST endpoints are implemented but were missing from the published 
OpenAPI spec, making discovery and review harder for clients and contributors.
   
   Fix: #11259
   
   ### Does this PR introduce _any_ user-facing change?
   
   No runtime behavior change. Documentation-only: adds OpenAPI descriptions 
for existing IdP REST APIs.
   
   ### How was this patch tested?
   
   ```bash
   ./gradlew :docs:build
   ```
   
   Redocly lint passes (`recommended-strict` on `docs/open-api/openapi.yaml`).
   
   Made with [Cursor](https://cursor.com)


-- 
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]

Reply via email to