Theme switcher

SiteUpdateInput

Input required to update an existing site entity

SiteUpdateInput

marketTypestring Required

Updated purpose / type of usage for the site.

Enum values:
AIRPORT_TRANSPORTATIONAMUSEMENT_RECREATIONCOMMERCIAL_OFFICEDATA_CENTERDORMITORYEDUCATION_HIGHER_EDEDUCATION_K12FOOD_SERVICEGOVT_PUBLIC_BUILDINGHEALTHCARE
... 9 other enums
namestring Required

Updated name of the site. String allows only alpha-numeric characters and the following special characters: spaces ( ), hyphens (-). String must have a minimum of 1 character, maximum of 255 characters, and can't start or end with a special character. A maximum of three (3) special characters are allowed in consecutive sequence between alpha-numeric characters.

siteIdid Required

The ID of the target site entity to be updated.

Was this section helpful?

What made this section unhelpful for you?

1 2 3 4 5 { "marketType": "AIRPORT_TRANSPORTATION", "name": null, "siteId": null }
Was this section helpful?

What made this section unhelpful for you?