Julien Tanguy
Julien Tanguy
Fixes https://github.com/gophercloud/gophercloud/issues/2748 Links to the line numbers/files in the OpenStack source code that support the code in this PR: https://github.com/openstack/keystone/blob/master/keystone/api/endpoints.py#L86
There is no support of get endpoint details. https://docs.openstack.org/api-ref/identity/v3/?expanded=show-endpoint-details-detail#show-endpoint-details I'm working on it.
Not sure about it. Normally the schema can be used only one time with Tonic(?)
Allow to set a description to a schema used as request body Example: Input struct: ``` type RouteInput struct { _ struct{} `json:"-" description:"Description of the input schema"` FieldA string...