Skip to content

Commit fb4c058

Browse files
authored
feat(registry): deprecate force field in DeleteTagRequest (#685)
1 parent 648507d commit fb4c058

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/clients/src/api/registry/v1/types.gen.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ export type DeleteTagRequest = {
350350
/** UUID of the tag. */
351351
tagId: string
352352
/**
353-
* If two tags share the same digest the deletion will fail unless this
354-
* parameter is set to true.
353+
* @deprecated If two tags share the same digest the deletion will fail unless
354+
* this parameter is set to true (deprecated).
355355
*/
356-
force: boolean
356+
force?: boolean
357357
}

0 commit comments

Comments
 (0)