PPylon Developers
ApiOrganizer Venues

Update Venue

PUT
/api/organizer/v1/venues/{id}
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://loading/api/organizer/v1/venues/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "description": null,    "street": "string",    "city": "string",    "state": "string",    "postalCode": "string",    "country": "string",    "latitude": -90,    "longitude": -180,    "defaultCapacity": 1,    "contactEmail": null,    "contactPhone": null  }'
Empty
{
  "code": "string",
  "message": "string"
}