Showback combined values partial update
PATCH/c/showback/showbacks/:showback_pk/combined_values/:id/
Partially updates fields of a specific combined value entry within a showback. Only the fields provided in the request body will be updated.
Request
Path Parameters
id integerrequired
A unique integer value identifying this showback values combination.
showback_pk stringrequired
- application/json
Body
required
combined_values string[]required
Possible values: non-empty
and <= 256 characters
name Name (string)required
Possible values: non-empty
and <= 256 characters
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
id ID (integer)
combined_values string[]required
Possible values: non-empty
and <= 256 characters
created date-time
modified date-time
name Name (string)required
Possible values: non-empty
and <= 256 characters
showback Showback (integer)
{
"id": 0,
"combined_values": [
"string"
],
"created": "2024-07-29T15:51:28.071Z",
"modified": "2024-07-29T15:51:28.071Z",
"name": "string",
"showback": 0
}
Loading...