Api\HiveController
api/hives POST Store a newly created Hive in storage for the authenticated user.
post/api/hives
Headers
Authorizationstring
Content-Typestring
Acceptstring
Accept-languagestring
Request body
Example request
{
"name": "porro",
"location_id": 9,
"order": 19,
"layers": [
"iste"
],
"color": "ojcdw",
"hive_type_id": 15,
"queen": {
"race_id": 19,
"birth_date": "2023-01-11T14:43:47",
"name": "praesentium",
"description": "rerum",
"line": "doloremque",
"tree": "quos",
"color": "k",
"clipped": 20,
"fertilized": 20
},
"timezone": "Indian/Chagos"
}