Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] Customizations marked as optional #53

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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" }_ |
Loading