{
"ids": [
"string"
],
"doc": {
"id": "string",
"key": "string",
"name": "string",
"api": "string",
"show": 0,
"startPage": "string",
"params": {
"property1": "string",
"property2": "string"
},
"search": true,
"headers": {
"property1": "string",
"property2": "string"
},
"isActive": true,
"createdAt": 0,
"updatedAt": 0
}
}curl --location --request PUT '/api/v1/cloud/drive' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
],
"doc": {
"id": "string",
"key": "string",
"name": "string",
"api": "string",
"show": 0,
"startPage": "string",
"params": {
"property1": "string",
"property2": "string"
},
"search": true,
"headers": {
"property1": "string",
"property2": "string"
},
"isActive": true,
"createdAt": 0,
"updatedAt": 0
}
}'{
"code": 0,
"msg": "ok",
"data": [
{
"id": "string",
"key": "string",
"name": "string",
"api": "string",
"show": 0,
"startPage": "string",
"params": {
"property1": "string",
"property2": "string"
},
"search": true,
"headers": {
"property1": "string",
"property2": "string"
},
"isActive": true,
"createdAt": 0,
"updatedAt": 0
}
]
}