Update Schedule Modifications
PUT/v1/product/:product_id/schedule/:schedule_id/modification
Update one or more schedule modifications
Request
Path Parameters
The product ID
The schedule ID
- application/json
Body
array
required
Array [
]
Unique identifier for the target
Type of entity being modified
Name of the field being modified
Boolean value modification
String value modification
Integer value modification
Float value modification
Datetime value modification
Name of the modification
Description of the modification
ID of the sandbox of which the modification originated
Default value: [object Object]
Whether to delete the overlay modification from the overlay.
Unique identifier for the modification
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Account ID of the user who last modified the resource
Timestamp of when the resource was last modified
Timestamp of when this resource was created
Unique identifier for the target
Type of entity being modified
Name of the field being modified
Boolean value modification
String value modification
Integer value modification
Float value modification
Datetime value modification
Name of the modification
Description of the modification
ID of the sandbox of which the modification originated
Default value: [object Object]
Whether to delete the overlay modification from the overlay.
ID of the parent event
Unique identifier for the modification
Unique product identifier for the modification
[
{
"last_modified_account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"last_modified_timestamp": "2024-07-29T15:51:28.071Z",
"created_timestamp": "2024-07-29T15:51:28.071Z",
"target_id": "string",
"target_type": "string",
"field_name": "string",
"value_boolean": true,
"value_string": "string",
"value_integer": 0,
"value_float": 0,
"value_datetime": "2024-07-29T15:51:28.071Z",
"name": "string",
"description": "string",
"reference_sandbox_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"model_config": {},
"delete_overlay_mod": false,
"schedule_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"modification_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}