object UpdateCustomBoxOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
custom_box | CustomBox | Custom box returned by this operation. |
Referenced By
- custom_box_update Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"custom_box": {id: "Q3VzdG9tQm94OjEyMzQ="}
}