Skip to main content

Update Location

PUT 

/organizations/:organizationId/locations/:locationId

Update location

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    locationId stringrequired

    The ID of location

Body

required
    name stringrequired

    The name of location

    description string

    The description of location

    address string

    The address of location

    chatRoomId string

    The ID of chat room

    entities string[]

    The entities of location

    image string

    The image of location

Responses

Schema
    data objectrequired

    An array of assets within the specified location.

    id stringrequired
    organizationId stringrequired
    name stringrequired
    description stringrequired
    address stringrequired
    chatRoomId stringrequired
    entities object[]required
  • Array [
  • ]
  • image stringrequired
Loading...