存储

...

{'info': {'version': '2.0', 'title': 'Storage'}, 'tags': [{'name': 'storage', 'description': 'Storage operations'}], 'paths': {'/storage': {'get': {'tags': ['storage'], 'summary': 'List all storage backends', 'operationId': 'listStorageBackends', 'produces': ['application/json'], 'responses': {'200': {'description': 'OK', 'schema': {'$ref': '#/definitions/StorageBackendList'}}, 'default': {'description': 'unexpected error', 'schema': {'$ref': '#/definitions/error'}}}}}, '/storage/...

Last updated