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": "qui",
"location_id": 10,
"order": 2,
"layers": [
"veritatis"
],
"color": "mr",
"hive_type_id": 18,
"queen": {
"race_id": 13,
"birth_date": "2022-12-20T14:52:36",
"name": "qui",
"description": "et",
"line": "dolorem",
"tree": "sapiente",
"color": "smbmidkl",
"clipped": 8,
"fertilized": 7
},
"timezone": "Asia/Aqtobe"
}