Update OpenAPI specs

This commit is contained in:
Konstantin Wohlwend 2026-06-17 15:23:30 -07:00
parent d88e77c67b
commit aa6aae4590
2 changed files with 22 additions and 2 deletions

View File

@ -2713,7 +2713,7 @@
"/emails/outbox": {
"get": {
"summary": "List email outbox",
"description": "Lists all emails in the outbox with optional filtering by status or simple_status.",
"description": "Lists all emails in the outbox with optional filtering by status, simple_status, or user_id.",
"parameters": [
{
"name": "status",
@ -2731,6 +2731,16 @@
},
"required": false
},
{
"name": "user_id",
"in": "query",
"schema": {
"type": "string",
"description": "Filter for emails whose recipient is the given user ID."
},
"description": "Filter for emails whose recipient is the given user ID.",
"required": false
},
{
"name": "limit",
"in": "query",

View File

@ -2713,7 +2713,7 @@
"/emails/outbox": {
"get": {
"summary": "List email outbox",
"description": "Lists all emails in the outbox with optional filtering by status or simple_status.",
"description": "Lists all emails in the outbox with optional filtering by status, simple_status, or user_id.",
"parameters": [
{
"name": "status",
@ -2731,6 +2731,16 @@
},
"required": false
},
{
"name": "user_id",
"in": "query",
"schema": {
"type": "string",
"description": "Filter for emails whose recipient is the given user ID."
},
"description": "Filter for emails whose recipient is the given user ID.",
"required": false
},
{
"name": "limit",
"in": "query",