We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8648201 commit 6f99c6bCopy full SHA for 6f99c6b
1 file changed
controllers/asset_version_controller.go
@@ -133,7 +133,7 @@ func (a *AssetVersionController) Delete(ctx shared.Context) error {
133
// @Param organization path string true "Organization slug"
134
// @Param projectSlug path string true "Project slug"
135
// @Param assetSlug path string true "Asset slug"
136
-// @Success 200 {array} dtos.AssetVersionModel
+// @Success 200 {array} []dtos.AssetVersionModel
137
// @Router /organizations/{organization}/projects/{projectSlug}/assets/{assetSlug}/refs [get]
138
func (a *AssetVersionController) GetAssetVersionsByAssetID(ctx shared.Context) error {
139
asset := shared.GetAsset(ctx)
0 commit comments