jarredhj0214 opened a new pull request, #10736:
URL: https://github.com/apache/gravitino/pull/10736
Title: [MINOR] docs: Standardize variable placeholders in permission API
examples
### What changes were proposed in this pull request?
Replaced hardcoded values (e.g., test, role1) with standard placeholder
variables (e.g., ${metalake}, ${role}) in the permission API curl examples
within the documentation.
### Why are the changes needed?
The existing documentation examples used hardcoded values like test and
role1 as path parameters, which could mislead users into thinking these are
required or default values rather than user-defined inputs. Using consistent
placeholder variables aligns with the documentation style used elsewhere in the
project.
### Does this PR introduce _any_ user-facing change?
No. This is a documentation-only change. No APIs, property keys, or runtime
behaviors are affected.
### How was this patch tested?
No code changes were made. The fix is documentation only and was verified by
manual review of the updated curl examples.
--
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]