We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
force
1 parent 648507d commit fb4c058Copy full SHA for fb4c058
packages/clients/src/api/registry/v1/types.gen.ts
@@ -350,8 +350,8 @@ export type DeleteTagRequest = {
350
/** UUID of the tag. */
351
tagId: string
352
/**
353
- * If two tags share the same digest the deletion will fail unless this
354
- * parameter is set to true.
+ * @deprecated If two tags share the same digest the deletion will fail unless
+ * this parameter is set to true (deprecated).
355
*/
356
- force: boolean
+ force?: boolean
357
}
0 commit comments