Closed EgeAytin closed 1 month ago
The pull request updates the quickstart.mdx
documentation for the Permify service to improve clarity and accuracy. Key changes include specifying PostgreSQL version requirements, updating the Docker command to include the serve
argument, refining explanations of the authorization model, clarifying the necessity of the tenant_id
parameter for API calls, and enhancing examples of HTTP requests throughout the document. These modifications aim to assist users in effectively setting up and using the Permify service.
File Path | Change Summary |
---|---|
docs/getting-started/quickstart.mdx | - Specified minimum PostgreSQL version as 13.8 or higher. - Updated Docker command to include serve argument. - Emphasized HTTP GET request for health checks. - Refined explanation of authorization model and relationships. - Highlighted necessity of tenant_id in API calls. - Improved example of HTTP request for storing authorization data. - Clarified the process for checking permissions with detailed examples. |
In the meadow where bunnies play,
A guide was polished, bright as day.
With PostgreSQL, we now comply,
Docker's command, oh my, oh my!
Permissions checked, all clear and bright,
Set up Permify, it feels just right! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
docs: change command in quickstart
Summary by CodeRabbit
tenant_id
parameter in API calls.