database & CD bucket
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
openapi: 3.0.3
|
||||
openapi: 3.0.0
|
||||
info:
|
||||
title: Object Storage API
|
||||
description: API for managing objects in an object storage service.
|
||||
@ -21,7 +21,7 @@ paths:
|
||||
in: query
|
||||
schema:
|
||||
type: integer
|
||||
default: 10
|
||||
default: 100
|
||||
description: The maximum number of items to return
|
||||
- name: offset
|
||||
in: query
|
||||
@ -40,12 +40,6 @@ paths:
|
||||
total:
|
||||
type: integer
|
||||
description: Total number of buckets available
|
||||
limit:
|
||||
type: integer
|
||||
description: Maximum number of items returned in the response
|
||||
offset:
|
||||
type: integer
|
||||
description: Number of items skipped before starting the response
|
||||
items:
|
||||
type: array
|
||||
items:
|
||||
|
Reference in New Issue
Block a user