mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
80 lines
1.8 KiB
JSON
80 lines
1.8 KiB
JSON
![]() |
{
|
||
|
"paths": {
|
||
|
"/email/": {
|
||
|
"post": {
|
||
|
"deprecated": false,
|
||
|
"description": "Send an email",
|
||
|
"responses": {
|
||
|
"200": {
|
||
|
"description": "response",
|
||
|
"content": {
|
||
|
"application/json": {
|
||
|
"schema": {
|
||
|
"properties": {
|
||
|
"foo": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"403": {
|
||
|
"description": "Forbidden",
|
||
|
"content": {
|
||
|
"application/json": {
|
||
|
"schema": {
|
||
|
"$ref": "#/components/schemas/Error"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"404": {
|
||
|
"description": "Not found",
|
||
|
"content": {
|
||
|
"application/json": {
|
||
|
"schema": {
|
||
|
"$ref": "#/components/schemas/Error"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"default": {
|
||
|
"description": "unexpected error",
|
||
|
"content": {
|
||
|
"application/json": {
|
||
|
"schema": {
|
||
|
"$ref": "#/components/schemas/Error"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"summary": "",
|
||
|
"tags": [
|
||
|
"Email - Email"
|
||
|
],
|
||
|
"requestBody": {
|
||
|
"description": "",
|
||
|
"required": true,
|
||
|
"content": {
|
||
|
"application/json": {
|
||
|
"schema": {
|
||
|
"properties": {
|
||
|
"foo": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"tags": [
|
||
|
{
|
||
|
"name": "Email - Email"
|
||
|
}
|
||
|
]
|
||
|
}
|