You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An authenticated user is required for a successful response
New spot exists in the database after request
Spot data returned includes the id, ownerId, address, city, state, country, lat, lng, name, description, price, createdAt,
and updatedAt
Error response with status 400 is given when body validations for the address, city, state, country, lat, lng, name, description, or price are violated
The text was updated successfully, but these errors were encountered:
Creates and returns a new spot.
id
,ownerId
,address
,city
,state
,country
,lat
,lng
,name
,description
,price
,createdAt
,and
updatedAt
address
,city
,state
,country
,lat
,lng
,name
,description
, orprice
are violatedThe text was updated successfully, but these errors were encountered: