What is api_model?

So a POST {{tyk_gateway_domain}}/api/apis request has the following body:
```{“api_model”: {}, “api_definition”: {}}`

In every example I’ve found to create/import an api_definition, ```api_model` has never been specified.

So what is it? And what does it do?

It’s an embedded type field, you can safely ignore it.

1 Like