文件操作 - openapi.yaml
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@redocly/openapi-core/src/__tests__/fixtures/resolve/openapi.yaml
编辑文件内容
openapi: 3.0.0 paths: /pet: put: requestBody: content: application/json: schema: type: object properties: local: $ref: '#/components/schemas/Local' localTransitive: $ref: '#/components/schemas/Local/properties/string' externalWithPointer: $ref: ./External.yaml#/properties/string external: $ref: ./External.yaml components: schemas: Local: properties: number: type: number string: type: string localCircular: $ref: '#/components/schemas/Local'
修改文件时间
将文件时间修改为当前时间的前一年
删除文件