diff --git a/docs/api/03-objects/battlesnake.md b/docs/api/03-objects/battlesnake.md index 24a133b..c2d850b 100644 --- a/docs/api/03-objects/battlesnake.md +++ b/docs/api/03-objects/battlesnake.md @@ -38,4 +38,4 @@ sidebar_position: 4 | **length** | integer | Length of this Battlesnake from head to tail. Equivalent to the length of the body array.Example: 3 | | **shout** | string | Message shouted by this Battlesnake on the previous turn.Example: "why are we shouting??" | | **squad** | string | The squad that the Battlesnake belongs to. Used to identify squad members in Squad Mode games.Example: "1" | -| **customizations** | object | The collection of customizations that control how this Battlesnake is displayed. _Example: {"color":"#888888", "head":"default", "tail":"default" }_ | +| **customizations** | object _(optional)_ | The collection of customizations that control how this Battlesnake is displayed. _Example: {"color":"#888888", "head":"default", "tail":"default" }_ |