rozod
    Preparing search index...

    Variable patchPlacesPlaceidConst Api Param Description

    patchPlacesPlaceid: EndpointGeneric<
        { placeId: number },
        { description: string; id: number; name: string; universeId: number },
        { description: string; name: string },
    > = ...

    PATCH https://develop.roblox.com/v1/places/:placeId Updates the place configuration for the place with the id placeId body placeId The place id for the place to be updated. Currently the only supported functionality for updating the configuration is around Name, and Description.