You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
The openapi doc includes summary and description fields like this. We should add these as rustdoc to generated client code
/v1/projects/{project_id}/grants/{grant_id}:
get:
tags:
- ProjectGrantsummary: Get a specific grant of a projectdescription: Returns a specific grant of a specific project. The returned object is the same as the elements of the grants endpoint's response described above.
The openapi doc includes
summaryanddescriptionfields like this. We should add these as rustdoc to generated client code