Configure multiple request body examples
Configuring multiple request body examples
Apidog version must be 2.7.0 or higher.
Create a new request body example
Edit
page of your endpoint documentation.Request Body
section.+ Add
button to create a new request body example.Configure the request body example
Example 1
, Example 2
, etc.Save & Use the request body example
Once you’ve saved the example, it becomes available for use. During debugging, you can easily select from different examples to test your endpoints.
TIP
Extracting request parameters as examples
Extract request parameters as examples
While debugging, if you’ve manually configured the request body and want to save it as an example, simply click:
Extract
-> Extract to "Request Example"
.Choose the Extraction option
You’ll be prompted to choose how to save the request parameters:Overwrite the Example: Replace a previously saved example. New Example: Save it as a brand-new example. 
TIP
Use scenarios
Using request body examples during debugging
Go to the
Run
page of the endpoint documentation and locate theAuto-generate
section.Click the dropdown menu to select a request body example. The example will automatically populate.
You can switch between examples in real-time and send requests with the selected example.
Advanced Settings
Auto-generate
to access the following options:Documentation display
TIP
1.
1
).2.
OAS compliance
OAS key
1.
OAS Key
for the request body examples.2.
examples
.1
) are automatically used as field names.When filled
When not filled:
"examples": {
"example1": {
"value": {
"name": "Blake Keeling",
"id": "165061",
"email": "Blake.Keeling@gmail.com"
},
"summary": "example1",
"description": "This is`example 1`"
},
"example2": {
"value": {
"name": "Jolie Kutch",
"id": "138164",
"email": "Jolie_Kutch@hotmail.com"
},
"summary": "example 2",
"description": "This is`example 2`"
}
}
"examples": {
"1": {
"value": {
"name": "Blake Keeling",
"id": "165061",
"email": "Blake.Keeling@gmail.com"
},
"summary": "example1",
"description": "This is`example 1`"
},
"2": {
"value": {
"name": "Jolie Kutch",
"id": "138164",
"email": "Jolie_Kutch@hotmail.com"
},
"summary": "example 2",
"description": "This is`example 2`"
}
}
OAS Extensions
1.
{
"x-demo": true,
"x-scenario": "error_case"
}
2.
"examples": {
"example1": {
"x-demo": true,
"x-scenario": "error_case",
"value": {
"name": "Blake Keeling",
"id": "165061",
"email": "Blake.Keeling@gmail.com"
},
"summary": "example1",
"description": "This is`example 1`"
}
}
FAQs
Modified at 2025-03-10 02:14:15