Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include OpenAPI endpoint 'summary' and 'description' #18

Open
nicoburniske opened this issue Aug 7, 2024 · 0 comments
Open

Include OpenAPI endpoint 'summary' and 'description' #18

nicoburniske opened this issue Aug 7, 2024 · 0 comments
Assignees

Comments

@nicoburniske
Copy link
Member

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:
      - ProjectGrant
      summary: Get a specific grant of a project
      description: 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.
@senia-psm senia-psm self-assigned this Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants