{
"ids": [
0
],
"in_uniform_height": true,
"is_displayed": true,
"is_distributed": true,
"model_display_mod": 0,
"restore": true,
"select_filter": {
"end_time": 0,
"except_ids": [
0
],
"file_all_types": [
"string"
],
"file_tags": [
"string"
],
"get_sub_file": true,
"key": "string",
"parent_id": 0,
"payload_model_key": [
"string"
],
"selected_parent_id": 0,
"share_state": 0,
"show_on_map": true,
"start_time": 0
},
"show_on_map": true,
"workspaceID": "string"
}
curl --location --request PUT '/openapi/v0.9/model/api/v1/workspaces//files' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
],
"in_uniform_height": true,
"is_displayed": true,
"is_distributed": true,
"model_display_mod": 0,
"restore": true,
"select_filter": {
"end_time": 0,
"except_ids": [
0
],
"file_all_types": [
"string"
],
"file_tags": [
"string"
],
"get_sub_file": true,
"key": "string",
"parent_id": 0,
"payload_model_key": [
"string"
],
"selected_parent_id": 0,
"share_state": 0,
"show_on_map": true,
"start_time": 0
},
"show_on_map": true,
"workspaceID": "string"
}'
{
"code": 0,
"message": "string",
"data": {}
}