fix: cid needs to be lowercase
This commit is contained in:
parent
99d47a4d9c
commit
228cabd83b
|
@ -839,7 +839,7 @@ components:
|
||||||
BasicUploadResponse:
|
BasicUploadResponse:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
CID:
|
cid:
|
||||||
type: string
|
type: string
|
||||||
UploadRequestTryFiles:
|
UploadRequestTryFiles:
|
||||||
type: array
|
type: array
|
||||||
|
|
Loading…
Reference in New Issue