mirror of
https://github.com/openziti/zrok.git
synced 2025-08-18 11:49:51 +02:00
roughed in environment details (#107)
This commit is contained in:
@@ -50,7 +50,7 @@ func (a *Client) GetEnvironmentDetail(params *GetEnvironmentDetailParams, authIn
|
||||
op := &runtime.ClientOperation{
|
||||
ID: "getEnvironmentDetail",
|
||||
Method: "GET",
|
||||
PathPattern: "/detail/environment",
|
||||
PathPattern: "/detail/environment/{envZId}",
|
||||
ProducesMediaTypes: []string{"application/zrok.v1+json"},
|
||||
ConsumesMediaTypes: []string{"application/zrok.v1+json"},
|
||||
Schemes: []string{"http"},
|
||||
|
Reference in New Issue
Block a user