roughed in environment details (#107)

This commit is contained in:
Michael Quigley
2022-12-22 14:56:19 -05:00
parent a0fd3a9c63
commit 3856d6eb61
17 changed files with 182 additions and 174 deletions

View File

@@ -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"},