mirror of
https://github.com/openziti/zrok.git
synced 2025-08-16 02:47:56 +02:00
list members of organization handler (#537)
This commit is contained in:
@ -460,7 +460,7 @@ func (a *Client) ListOrganizationMembers(params *ListOrganizationMembersParams,
|
||||
op := &runtime.ClientOperation{
|
||||
ID: "listOrganizationMembers",
|
||||
Method: "POST",
|
||||
PathPattern: "/organization/members",
|
||||
PathPattern: "/organization/list",
|
||||
ProducesMediaTypes: []string{"application/zrok.v1+json"},
|
||||
ConsumesMediaTypes: []string{"application/zrok.v1+json"},
|
||||
Schemes: []string{"http"},
|
||||
|
Reference in New Issue
Block a user