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
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 text was updated successfully, but these errors were encountered:
The openapi doc includes
summary
anddescription
fields like this. We should add these as rustdoc to generated client codeThe text was updated successfully, but these errors were encountered: