@@ -174,7 +174,7 @@ func handleProjectsBranchesRetrieve(ctx context.Context, cmd *cli.Command) error
174174 cmd ,
175175 apiquery .NestedQueryFormatBrackets ,
176176 apiquery .ArrayQueryFormatComma ,
177- ApplicationJSON ,
177+ EmptyBody ,
178178 )
179179 if err != nil {
180180 return err
@@ -211,7 +211,7 @@ func handleProjectsBranchesList(ctx context.Context, cmd *cli.Command) error {
211211 cmd ,
212212 apiquery .NestedQueryFormatBrackets ,
213213 apiquery .ArrayQueryFormatComma ,
214- ApplicationJSON ,
214+ EmptyBody ,
215215 )
216216 if err != nil {
217217 return err
@@ -259,7 +259,7 @@ func handleProjectsBranchesDelete(ctx context.Context, cmd *cli.Command) error {
259259 cmd ,
260260 apiquery .NestedQueryFormatBrackets ,
261261 apiquery .ArrayQueryFormatComma ,
262- ApplicationJSON ,
262+ EmptyBody ,
263263 )
264264 if err != nil {
265265 return err
@@ -299,7 +299,7 @@ func handleProjectsBranchesRebase(ctx context.Context, cmd *cli.Command) error {
299299 cmd ,
300300 apiquery .NestedQueryFormatBrackets ,
301301 apiquery .ArrayQueryFormatComma ,
302- ApplicationJSON ,
302+ EmptyBody ,
303303 )
304304 if err != nil {
305305 return err
@@ -339,7 +339,7 @@ func handleProjectsBranchesReset(ctx context.Context, cmd *cli.Command) error {
339339 cmd ,
340340 apiquery .NestedQueryFormatBrackets ,
341341 apiquery .ArrayQueryFormatComma ,
342- ApplicationJSON ,
342+ EmptyBody ,
343343 )
344344 if err != nil {
345345 return err
0 commit comments