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.
1 parent 98a18b0 commit 19446bdCopy full SHA for 19446bd
packages/clients/src/api/ipfs/v1alpha1/marshalling.gen.ts
@@ -243,6 +243,7 @@ export const marshalUpdateNameRequest = (
243
request: UpdateNameRequest,
244
defaults: DefaultValues,
245
): Record<string, unknown> => ({
246
+ cid: request.cid,
247
name: request.name,
248
tags: request.tags,
249
})
packages/clients/src/api/ipfs/v1alpha1/types.gen.ts
@@ -297,4 +297,5 @@ export type UpdateNameRequest = {
297
nameId: string
298
name?: string
299
tags?: string[]
300
+ cid?: string
301
}
0 commit comments