How to sync "request-first mode" and "design-first mode"

I’m using apidog very useful.
I have a question.

Modifying body param in request-first mode does not sync to design-first mode. Do I have to modify it myself?

For this reason, there is a problem that even if you sync in Tests, the modifications made in request-first mode are not reflected.

I think I prioritize the parameters of design-first mode, is there a way to solve this?

I look forward to hearing from you.
Thank you.

Regarding the relationship between Request Body in Request-first mode and Design-first mode:

  1. The Request Body “Value” in Request-first mode corresponds to the “First Example” in Design-first mode.
  2. The Request Body “Data Schema” in Request-first mode corresponds to the “Data Schema” in Design-first mode.

When you modify the Request Body “Value” in Request-first mode, it only syncs to the “First Example” in Design-first mode, not the “Data Schema”.

Regarding the issue with syncing to Tests, here’s the explanation:
file

Regarding the issue with syncing to Tests, here’s the explanation:

Hi. Thank you for answer.

I don’t use the “Data Schema” function, is there any function that automatically fills the Data Schema when I enter Value?

The point is that if I modify the “Value” of the Request Body, I want it to be imported into Test and applied.

Thank you.

For your usage scenario: when modifying different parameter values, it is recommended that you save the modified parameter values as an interface test case after modification, and then handle it in the test scenario by “importing interface test case - reference”. In this way, when you make modifications to the interface test case, the corresponding test scenario will also be synchronized.


You can refer to the description of the synchronization relationship in this help document:Sync data from endpoints/endpoint cases - Apidog Docs

Thank you for your answer.

I didn’t know there was something called “endpoint case”.
I didn’t know because I was used to Postman.

We appreciate your pointing it out to us.

Have a good day. :+1: