Closed
Description
The OpenAPI document generated from the microsoft graph API has descriptions for HTTP actions (e.g. GET, POST) but no descriptions for the actual endpoints. The specific use case where these descriptions would be useful is when generating a CLI from the OpenAPI file using kiota. The help docs for CLI commands would come from the descriptions.
Example:
Given an endpoint /users/messages with an action GET, the CLI would have the command structure [cli] users messages list
. Users could then get help descriptions when they call [cli] users messages list -h
but not [cli] users -h
or [cli] users messages -h
.