浏览代码

renamed file

master
Pascal Gloor 5 年前
父节点
当前提交
5a3a6eac1c
共有 1 个文件被更改,包括 8 次插入11 次删除
  1. 8
    11
      etc/openapi.json

+ 8
- 11
etc/openapi.json 查看文件

@@ -37,16 +37,12 @@
"properties": {
"id": {
"readOnly": true,
"type": "integer",
"minimum": 0,
"maximum": 18446744073709551615
"type": "string"
},
"documentId": {
"readOnly": true,
"description": "Link to Document",
"type": "integer",
"minimum": 0,
"maximum": 18446744073709551615
"type": "string"
},
"name": {
"readOnly": false,
@@ -55,9 +51,7 @@
},
"created": {
"readOnly": true,
"type": "integer",
"minimum": 0,
"maximum": 18446744073709551615
"type": "string"
},
"owner": {
"readOnly": true,
@@ -75,12 +69,15 @@
"ok"
]
},
"languages": {
"language": {
"readOnly": true,
"description": "Languages in document in order of importance",
"type": "array",
"items": {
"type": "string",
"type": "object",
"properties": {
},
"enum": [
"en",
"de",

正在加载...
取消
保存