# Toggle reward chain Enable/disable reward chain. Endpoint: PUT /v3/project/{project_id}/admin/reward_chain/id/{reward_chain_id}/toggle Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 - `reward_chain_id` (integer, required) Reward chain ID. Example: 101 ## Response 401 fields (application/json): - `statusCode` (integer) Example: 401 - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" ## Response 204 fields