fix: do not require remoteOrgID for remote connection creation (#451)
This commit is contained in:
@ -16,7 +16,9 @@ import (
|
||||
|
||||
// PostOrganizationRequest struct for PostOrganizationRequest
|
||||
type PostOrganizationRequest struct {
|
||||
Name string `json:"name" yaml:"name"`
|
||||
// The name of the organization.
|
||||
Name string `json:"name" yaml:"name"`
|
||||
// The description of the organization.
|
||||
Description *string `json:"description,omitempty" yaml:"description,omitempty"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user