Partially update showback configuration
PATCH/c/showback/showbacks/:id/
Updates one or more fields of an existing showback configuration. This allows partial modifications without requiring the full object. Common use cases include updating metadata, tags, or specific parameters related to the showback report.
Request
- application/json
Body
required
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: [tags
, labels
, cost_allocation_tags
]
Possible values: >= -2147483648
and <= 2147483647
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
combined_values
object[]
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: [tags
, labels
, cost_allocation_tags
]
Possible values: >= -2147483648
and <= 2147483647
{
"id": 0,
"cost_distribution": "string",
"allocation_rules_cost_distribution": "string",
"percentage_allocation_rules_distribution": "string",
"combined_values": [
{
"id": 0,
"combined_values": [
"string"
],
"created": "2024-07-29T15:51:28.071Z",
"modified": "2024-07-29T15:51:28.071Z",
"name": "string",
"showback": 0
}
],
"extra_values": [
"string"
],
"tag_keys": [
"string"
],
"created": "2024-07-29T15:51:28.071Z",
"modified": "2024-07-29T15:51:28.071Z",
"client_id": 0,
"name": "string",
"removed_showback_values": [
"string"
],
"active": true,
"allocation_tag_type": "tags",
"creator_id": 0,
"owner_id": 0,
"is_locked": true
}