v1.2.0
This commit is contained in:
@@ -11,11 +11,11 @@ import (
|
||||
type AddConsumerNodesRequest struct {
|
||||
// Storage endpoint provider ID
|
||||
// Required: true
|
||||
SEPID uint64 `url:"sep_id"`
|
||||
SEPID uint64 `url:"sep_id" json:"sep_id"`
|
||||
|
||||
// List of nodes IDs
|
||||
// Required: true
|
||||
ConsumerNIDs []uint64 `url:"consumer_nids"`
|
||||
ConsumerNIDs []uint64 `url:"consumer_nids" json:"consumer_nids"`
|
||||
}
|
||||
|
||||
func (srq AddConsumerNodesRequest) validate() error {
|
||||
|
||||
Reference in New Issue
Block a user