Skip to content

Commit

Permalink
Banner is read-only (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
billhorsman authored Jan 8, 2025
1 parent ab573c9 commit 1899c97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/3.0/events/attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion data/3.1/events/attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"banner": {
"description": null,
"type": "object",
"read_only": false,
"read_only": true,
"required": false
},
"banner_url": {
Expand Down

0 comments on commit 1899c97

Please sign in to comment.