# Bad network (Work in progress)

If there is a possibility that the request will be duplicated, or resent (in case of bad internet connection), then when running the request with the change_state and new_state fields, specify idempotency_key so that the operation is performed once. It must be generated on your device, if the request with this key is received again, the request will be ignored and the response will return with a status of 202.

Last Updated: 4/12/2023, 11:09:07 AM