Skip to content

Commit

Permalink
[fix] Customizations marked as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Vam-Jam committed Jan 3, 2024
1 parent f71bbd6 commit e6402d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/03-objects/battlesnake.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<em>Example: 3</em> |
| **shout** | string | Message shouted by this Battlesnake on the previous turn.<em>Example: "why are we shouting??"</em> |
| **squad** | string | The squad that the Battlesnake belongs to. Used to identify squad members in Squad Mode games.<em>Example: "1"</em> |
| **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" }_ |

0 comments on commit e6402d9

Please sign in to comment.