Disable parameter/request body sync on endpoints

Issue/Challenge:
Multiple people needing to debug an endpoint with different parameters/request bodies. Currently on save, we are overwriting each others values (some team mates have the save trigger finger).

Any way to disable this feature? Or are we using apidog wrong? We are newly onboarding to apidog at our company.
We sync a OpenAPI spec to apidog and then use apidog an api client.

For your team’s debugging scenario, we recommend using Debug Cases or Test Cases to save individual parameter sets without overwriting each other’s work. You can find more details in our documentation:

Debug Cases: Debug cases - Apidog Docs
Test Cases: Test cases - Apidog Docs

Additionally, you might find our import options helpful when working with OpenAPI specs: Import options - Apidog Docs