# Update a specific location **PATCH /location/{id}** Change the properties of a location ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **id** (integer) Which item to be processed ## Body parameters Content-type: application/json Specify one or more fields and their new values to change it - **shortCode** (string) A short code entered by the user - optional - **createdBy** (object) User who created this location - **manager** (object) User who who manages this location - **notifyUserId1** (object) User to notify when things change on this location - **notifyUserId2** (object) User to notify when things change on this location - **notifyUserId3** (object) User to notify when things change on this location - **notifyGroup** (integer) Group to notify when things change on this location - **informManagerEachUse** (string) - **availableForExternalBookings** (string) - **externalRate** (number) - **internalRate** (number) - **rateMultiplier** (object) - **publicAddress** (string) The physical address of this location ## Responses ### 200: Item has been saved successfully #### Body Parameters: application/json (object) - **id** (integer) ### 401: Authentication unauthorised #### Body Parameters: application/json (object) - **error** (string) ### 403: Invalid permission #### Body Parameters: application/json (object) - **error** (string) ### 404: Not Found #### Body Parameters: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)