addedInput schema / properties / account
Added value: +{
+ "additionalProperties": {},
+ "type": "object"
+}
addedInput schema / properties / canceled
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / cancellation_reason
Added value: +{
+ "maxLength": 500,
+ "type": "string"
+}
addedInput schema / properties / end_time
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / ext
Added value: +{
+ "additionalProperties": {},
+ "type": "object"
+}
addedInput schema / properties / idempotency_key
Added value: +{
+ "maxLength": 200,
+ "type": "string"
+}
addedInput schema / properties / invoice_recipient
Added value: +{
+ "additionalProperties": {},
+ "type": "object"
+}
addedInput schema / properties / new_packages
Added value: +{
+ "items": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "type": "array"
+}
addedInput schema / properties / paused
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / push_notification_config
Added value: +{
+ "additionalProperties": {},
+ "type": "object"
+}
addedInput schema / properties / reporting_webhook
Added value: +{
+ "additionalProperties": {},
+ "type": "object"
+}
addedInput schema / properties / revision
Added value: +{
+ "type": "integer"
+}
addedInput schema / properties / start_time
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "asap",
+ "type": "string"
+ }
+ ]
+}
changedInput schema / required
Previous value: -[
- "media_buy_id",
- "updates"
-]New value: +[
+ "media_buy_id"
+]