service details operation (#41)

This commit is contained in:
Michael Quigley
2022-11-30 11:17:09 -05:00
parent 6379223be2
commit 64c3bdd3c1
17 changed files with 1223 additions and 32 deletions

View File

@ -40,9 +40,6 @@ type ShareRequest struct {
// frontend selection
FrontendSelection []string `json:"frontendSelection"`
// reserve
Reserve bool `json:"reserve,omitempty"`
// share mode
// Enum: [public private]
ShareMode string `json:"shareMode,omitempty"`