Skip to content

Commit 5cdced4

Browse files
committed
test: add test for object
1 parent 308be11 commit 5cdced4

File tree

10 files changed

+556
-214
lines changed

10 files changed

+556
-214
lines changed

api/jiaozifs.gen.go

Lines changed: 63 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/swagger.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -736,26 +736,6 @@ paths:
736736
schema:
737737
type: string
738738
format: binary
739-
740-
parameters:
741-
- in: query
742-
name: wipID
743-
description: working in process
744-
required: true
745-
schema:
746-
type: string
747-
format: uuid
748-
- in: header
749-
name: If-None-Match
750-
description: |
751-
Currently supports only "*" to allow uploading an object only if one doesn't exist yet.
752-
Deprecated, this capability will not be supported in future releases.
753-
example: "*"
754-
required: false
755-
deprecated: true
756-
schema:
757-
type: string
758-
pattern: '^\*$' # Currently, only "*" is supported
759739
responses:
760740
201:
761741
description: object metadata
@@ -780,14 +760,6 @@ paths:
780760
- objects
781761
operationId: deleteObject
782762
summary: delete object. Missing objects will not return a NotFound error.
783-
parameters:
784-
- in: query
785-
name: wipID
786-
description: working in process
787-
required: true
788-
schema:
789-
type: string
790-
format: uuid
791763
responses:
792764
204:
793765
description: object deleted successfully

0 commit comments

Comments
 (0)