Skip to content

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

@nicoburniske

Description

@nicoburniske

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions