# Update sensor **PUT /networks/{network_identifier}/sensors/{sensor_identifier}** Updates the metadata of the given sensor. ## Servers - https://example.com: https://example.com () ## Authentication methods - Bearer token ## Parameters #### Path parameters - **network_identifier** (string) - **sensor_identifier** (string) ## Body parameters Content-type: application/json - **sensor_name** (string) The regex means: lowercase letters and numbers, separated by dashes, with no leading, trailing, or double dashes. ## Responses ### 200: OK ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Not Found ### 409: Conflict [Powered by Bump.sh](https://bump.sh)