{
"topic": {
"Actions": [
"string"
],
"ContentCn": "string",
"ContentEn": "string",
"Resources": [
"string"
],
"TitleCn": "string",
"TitleEn": "string",
"WebconsoleDisable": true,
"advance_days": [
0
],
"description": "string",
"name": "string",
"progress": 0
}
}
curl --location --request PUT 'https://example.com:30888/topics/' \
--header 'Content-Type: application/json' \
--data-raw '{
"topic": {
"Actions": [
"string"
],
"ContentCn": "string",
"ContentEn": "string",
"Resources": [
"string"
],
"TitleCn": "string",
"TitleEn": "string",
"WebconsoleDisable": true,
"advance_days": [
0
],
"description": "string",
"name": "string",
"progress": 0
}
}'
{
"topic": {
"actions": [
"string"
],
"advance_days": [
0
],
"can_delete": true,
"can_update": true,
"content_cn": "string",
"content_en": "string",
"created_at": "2019-08-24T14:15:22Z",
"delete_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"deleted": true,
"deleted_at": "2019-08-24T14:15:22Z",
"description": "string",
"enabled": true,
"group_keys": [
"string"
],
"id": "string",
"is_emulated": true,
"metadata": {
"property1": "string",
"property2": "string"
},
"name": "string",
"progress": 0,
"resource_types": [
"server",
"eip",
"disk"
],
"results": true,
"status": "string",
"title_cn": "string",
"title_en": "string",
"type": "string",
"update_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"update_version": 0,
"updated_at": "2019-08-24T14:15:22Z",
"webconsole_disable": true
}
}