文件操作 - hosted.yaml
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@redocly/openapi-core/src/__tests__/fixtures/refs/hosted.yaml
编辑文件内容
openapi: '3.0.3' info: title: bugtest version: '1.0' description: Demo license: name: DEMO url: https://demo.com servers: - url: http://demo.com/api paths: /customer: summary: 'Customer scope' get: summary: 'Get demo no refs' operationId: GetCustomer description: 'Returns Demo No Refs' responses: 200: description: Demo No Refs content: application/json: schema: $ref: '#/components/schemas/Customer' components: schemas: Customer: type: object properties: customerName: type: string accounts: type: array items: $ref: 'https://someexternal.schema'
修改文件时间
将文件时间修改为当前时间的前一年
删除文件