# Create configuration **POST /networks/{network_identifier}/sensors/{sensor_identifier}/configurations** Creates or updates a sensor's configuration. Each configuration is assigned a monotonically increasing `revision` number. The new configuration is stored in the database and relayed to the sensor over MQTT. Configurations are an optional feature. Sensors don't need to implement configuration updates and can nevertheless send measurements and logs unidirectionally to the server. ## 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 - **Additional properties are allowed** () ## Responses ### 201: Created #### Body Parameters: (object) - **revision** (integer) Configurations are assigned monotonically increasing revision numbers. The revision is used as an identifier in the communication with the sensors and can clearly match configurations to measurements and logs. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Not Found [Powered by Bump.sh](https://bump.sh)