Memperbarui tema tabel. Operasi ini akan segera digantikan. Kami menyarankan agar Anda tidak memanggil operasi ini.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
No |
ID ruang kerja. |
123 |
| Name |
string |
Yes |
Nama tema. |
主题名称 |
| ThemeId |
integer |
Yes |
ID tema. |
123 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
Kode status HTTP. |
200 |
| RequestId |
string |
ID permintaan. |
abcd |
| ErrorMessage |
string |
Pesan kesalahan. |
The specified parameters are invalid. |
| UpdateResult |
boolean |
Menunjukkan apakah hasil pembaruan dikembalikan. Nilai yang valid:
|
true |
| ErrorCode |
string |
Kode kesalahan. |
1031203110005 |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid:
|
true |
Contoh
Respons sukses
JSONformat
{
"HttpStatusCode": 200,
"RequestId": "abcd",
"ErrorMessage": "The specified parameters are invalid.",
"UpdateResult": true,
"ErrorCode": "1031203110005",
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError.System | An internal system error occurred. Try again later. | |
| 500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | |
| 403 | Forbidden.Access | Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. | |
| 429 | Throttling.Api | The request for this resource has exceeded your available limit. | |
| 429 | Throttling.Api.Risk | The request for this resource has exceeded your daily available limit. | |
| 429 | Throttling.System | The DataWorks system is busy. Try again later. | |
| 429 | Throttling.User | Your request is too frequent. Try again later. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.