mirror of https://github.com/gophish/gophish
Updated API Documentation for Templates
parent
9b94971a1d
commit
af35130222
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"apiVersion": null,
|
"apiVersion": null,
|
||||||
"swaggerVersion": "1.2",
|
"swaggerVersion": "1.2",
|
||||||
"basePath": "/api",
|
"basePath": "http://localhost:3333/api",
|
||||||
"resourcePath": "/templates",
|
"resourcePath": "/templates/",
|
||||||
"produces": [
|
"produces": [
|
||||||
"application/json"
|
"application/json"
|
||||||
],
|
],
|
||||||
|
@ -191,6 +191,9 @@
|
||||||
},
|
},
|
||||||
"html": {
|
"html": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"text": {
|
||||||
|
"type" : "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue