From 369e80bef7a8a9b5c336dadc5b379431783b9ae4 Mon Sep 17 00:00:00 2001 From: Bill Horsman Date: Wed, 8 Jan 2025 09:38:50 +0000 Subject: [PATCH] Banner is read-only --- data/3.0/events/attributes.json | 2 +- data/3.1/events/attributes.json | 2 +- data/events.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/3.0/events/attributes.json b/data/3.0/events/attributes.json index 0ee2603e853..6153a83991a 100644 --- a/data/3.0/events/attributes.json +++ b/data/3.0/events/attributes.json @@ -125,7 +125,7 @@ "expand_ids": false, "expand_slugs": false, "ignore": false, - "read_only": false, + "read_only": true, "write_only": false, "required": false, "translated": false, diff --git a/data/3.1/events/attributes.json b/data/3.1/events/attributes.json index e6d61da12dc..c14d488186e 100644 --- a/data/3.1/events/attributes.json +++ b/data/3.1/events/attributes.json @@ -113,7 +113,7 @@ "expand_ids": false, "expand_slugs": false, "ignore": false, - "read_only": false, + "read_only": true, "write_only": false, "required": false, "translated": false, diff --git a/data/events.json b/data/events.json index dd59ae74bbe..92bdfc859fb 100644 --- a/data/events.json +++ b/data/events.json @@ -15,7 +15,7 @@ "banner": { "description": null, "type": "object", - "read_only": false, + "read_only": true, "required": false }, "banner_url": {