Skip to content

Commit ec91606

Browse files
committed
update /Lowcoder-API-Service-API.json
1 parent 5a96729 commit ec91606

File tree

1 file changed

+2
-114
lines changed

1 file changed

+2
-114
lines changed

Lowcoder-API-Service-API.json

+2-114
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343
},
4444
{
45-
"url": "https://api-service.lowcoder.cloud/",
45+
"url": "https://api-service.lowcoder.cloud",
4646
"description": "Lowcoder Community Edition: Public Cloud API Access"
4747
}
4848
],
@@ -4947,7 +4947,7 @@
49474947
},
49484948
"/": {
49494949
"get": {
4950-
"tags": [],
4950+
"tags": ["default"],
49514951
"operationId": "index",
49524952
"responses": {
49534953
"200": {
@@ -6536,49 +6536,6 @@
65366536
}
65376537
}
65386538
},
6539-
"UpdateConfigRequest": {
6540-
"type": "object",
6541-
"properties": {
6542-
"value": {
6543-
"type": "string"
6544-
}
6545-
}
6546-
},
6547-
"ResponseViewServerConfig": {
6548-
"type": "object",
6549-
"properties": {
6550-
"code": {
6551-
"type": "integer",
6552-
"format": "int32"
6553-
},
6554-
"message": {
6555-
"type": "string"
6556-
},
6557-
"data": {
6558-
"$ref": "#/components/schemas/ServerConfig"
6559-
},
6560-
"success": {
6561-
"type": "boolean"
6562-
}
6563-
}
6564-
},
6565-
"ServerConfig": {
6566-
"type": "object",
6567-
"properties": {
6568-
"id": {
6569-
"type": "string"
6570-
},
6571-
"createdBy": {
6572-
"type": "string"
6573-
},
6574-
"key": {
6575-
"type": "string"
6576-
},
6577-
"value": {
6578-
"type": "object"
6579-
}
6580-
}
6581-
},
65826539
"CreateApplicationRequest": {
65836540
"type": "object",
65846541
"properties": {
@@ -6612,54 +6569,6 @@
66126569
}
66136570
}
66146571
},
6615-
"UploadMaterialRequestDTO": {
6616-
"type": "object",
6617-
"properties": {
6618-
"filename": {
6619-
"type": "string"
6620-
},
6621-
"content": {
6622-
"type": "string"
6623-
},
6624-
"type": {
6625-
"type": "string",
6626-
"enum": [
6627-
"COMMON",
6628-
"LOGO",
6629-
"FAVICON"
6630-
]
6631-
}
6632-
}
6633-
},
6634-
"MaterialView": {
6635-
"type": "object",
6636-
"properties": {
6637-
"id": {
6638-
"type": "string"
6639-
},
6640-
"filename": {
6641-
"type": "string"
6642-
}
6643-
}
6644-
},
6645-
"ResponseViewMaterialView": {
6646-
"type": "object",
6647-
"properties": {
6648-
"code": {
6649-
"type": "integer",
6650-
"format": "int32"
6651-
},
6652-
"message": {
6653-
"type": "string"
6654-
},
6655-
"data": {
6656-
"$ref": "#/components/schemas/MaterialView"
6657-
},
6658-
"success": {
6659-
"type": "boolean"
6660-
}
6661-
}
6662-
},
66636572
"LibraryQuery": {
66646573
"type": "object",
66656574
"properties": {
@@ -7962,27 +7871,6 @@
79627871
}
79637872
}
79647873
},
7965-
"ResponseViewListMaterialView": {
7966-
"type": "object",
7967-
"properties": {
7968-
"code": {
7969-
"type": "integer",
7970-
"format": "int32"
7971-
},
7972-
"message": {
7973-
"type": "string"
7974-
},
7975-
"data": {
7976-
"type": "array",
7977-
"items": {
7978-
"$ref": "#/components/schemas/MaterialView"
7979-
}
7980-
},
7981-
"success": {
7982-
"type": "boolean"
7983-
}
7984-
}
7985-
},
79867874
"ResponseViewMapStringObject": {
79877875
"type": "object",
79887876
"properties": {

0 commit comments

Comments
 (0)