diff --git a/docs/insomnia/get-started/documents/spec.md b/docs/insomnia/get-started/documents/spec.md index 544f2bf..4d584bf 100644 --- a/docs/insomnia/get-started/documents/spec.md +++ b/docs/insomnia/get-started/documents/spec.md @@ -2,5 +2,80 @@ layout: article-detail title: Import an OpenAPI Spec --- +Insomnia supports importing and exporting. Currently, the supported import formats are: - \ No newline at end of file +* Insomnia +* [Postman v2](https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html) +* HTTP Archive (HAR) +* OpenAPI 3.0 and 3.1 +* Swagger +* Web Services Description Language (WDSL) +* cURL + +
+ + +## Resources and Resource Types + +### Resource IDs + +Resource IDs are used to map to data in an active workspace. They look like variables within the export file. Some example special resource IDs are: + +{:.table .table-striped} +Resource ID | Description +----------- | ----------- +`__WORKSPACE_ID__` | Maps to the ID of the currently active workspace +`__BASE_ENVIRONMENT_ID__` | Maps to the ID of the active workspace base environment +`__