swagger-editor 4.12.2 → 4.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -141,6 +141,12 @@ docker run -d -p 80:8080 -e BASE_URL=/swagger-editor swaggerapi/swagger-editor
141
141
  docker run -d -p 80:80 -e PORT=80 swaggerapi/swagger-editor
142
142
  ```
143
143
 
144
+ * You can specify Google Tag Manager ID via `GTM` variable for tracking the usage of the swagger-editor.
145
+
146
+ ```
147
+ docker run -d -p 80:8080 -e GTM=GTM-XXXXXX swaggerapi/swagger-editor
148
+ ```
149
+
144
150
  You can also customize the different endpoints used by the Swagger Editor with the following environment variables. For instance, this can be useful if you have your own Swagger generator server:
145
151
 
146
152
  Environment variable | Default value