This commit is contained in:
2024-03-06 16:50:27 +03:00
parent 16cad7a3e7
commit 83bf1fb1fa
52 changed files with 715 additions and 1968 deletions

View File

@@ -16,7 +16,7 @@ type GetRequest struct {
// If set to False returns only images in status CREATED
// Required: false
ShowAll bool `url:"showAll,omitempty" json:"showAll,omitempty"`
ShowAll bool `url:"show_all,omitempty" json:"show_all,omitempty"`
}
// Get gets image by ID.