File tree 1 file changed +2
-114
lines changed
1 file changed +2
-114
lines changed Original file line number Diff line number Diff line change 42
42
}
43
43
},
44
44
{
45
- "url" : " https://api-service.lowcoder.cloud/ " ,
45
+ "url" : " https://api-service.lowcoder.cloud" ,
46
46
"description" : " Lowcoder Community Edition: Public Cloud API Access"
47
47
}
48
48
],
4947
4947
},
4948
4948
"/" : {
4949
4949
"get" : {
4950
- "tags" : [],
4950
+ "tags" : [" default " ],
4951
4951
"operationId" : " index" ,
4952
4952
"responses" : {
4953
4953
"200" : {
6536
6536
}
6537
6537
}
6538
6538
},
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
- },
6582
6539
"CreateApplicationRequest" : {
6583
6540
"type" : " object" ,
6584
6541
"properties" : {
6612
6569
}
6613
6570
}
6614
6571
},
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
- },
6663
6572
"LibraryQuery" : {
6664
6573
"type" : " object" ,
6665
6574
"properties" : {
7962
7871
}
7963
7872
}
7964
7873
},
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
- },
7986
7874
"ResponseViewMapStringObject" : {
7987
7875
"type" : " object" ,
7988
7876
"properties" : {
You can’t perform that action at this time.
0 commit comments