Using examples
Add sample data in example fields throughout your API.
In API Designer, you can add example values for various elements of your API. Once you have defined an example, it is used when making API calls to your mock.
In the following example, a data type was created using an example.
This data type is then used as a response body for an operation.
You can define examples in different parts of your API, and some might override the others when making calls to your mock. Here, the example from the data type is used, but you can also define an example for the operation's response.
External examples are not supported.