v1.6.7
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
// Request struct for search VINSes
|
||||
// SearchRequest struct to search VINSes
|
||||
type SearchRequest struct {
|
||||
// ID of the account to search for the ViNSes
|
||||
// Required: false
|
||||
@@ -29,7 +29,7 @@ type SearchRequest struct {
|
||||
Reason string `url:"reason,omitempty" json:"reason,omitempty"`
|
||||
}
|
||||
|
||||
// Search search VINSes
|
||||
// Search searches VINSes
|
||||
func (v VINS) Search(ctx context.Context, req SearchRequest) (SearchVINS, error) {
|
||||
url := "/cloudbroker/vins/search"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user