# Update destination address **PATCH /ext/dispatch/{id}/destination** update destination address of an existing dispatch ## Servers - https://dev.hubz.nyotek.com: https://dev.hubz.nyotek.com () ## Parameters ### Path parameters - **id** (string) ID of the dispatch to use ### Body: application/json (object) - **ref_id** (string) Unique identifier for an address - **lat** (number(double)) - **lng** (number(double)) - **address_line** (string) ## Responses ### 204 successful operation ### 401 Unauthorized if incorrect api_key is given #### Body: application/json (object) - **error** (string) generic information about the error - **error_desc** (string) error information for the developer ### 404 if the dispatch id is not found in the system #### Body: application/json (object) - **error** (string) generic information about the error - **error_desc** (string) error information for the developer ### 500 any other errors from the server #### Body: application/json (object) - **error** (string) generic information about the error - **error_desc** (string) error information for the developer [Powered by Bump.sh](https://bump.sh)