Skip to content

Commit 8284ff3

Browse files
author
github-actions
committed
Update openapi.json from web frontend workflow 2026-05-26T08:30:11Z
1 parent 0d3ad9e commit 8284ff3

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

openapi.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6927,7 +6927,29 @@
69276927
],
69286928
"responses": {
69296929
"200": {
6930-
"description": "Success"
6930+
"description": "Success",
6931+
"content": {
6932+
"application/json": {
6933+
"schema": {
6934+
"properties": {
6935+
"id": {
6936+
"type": "integer",
6937+
"example": 1
6938+
},
6939+
"name": {
6940+
"type": "string",
6941+
"example": "Newsletter subscribers"
6942+
},
6943+
"description": {
6944+
"type": "string",
6945+
"example": "Main public list",
6946+
"nullable": true
6947+
}
6948+
},
6949+
"type": "object"
6950+
}
6951+
}
6952+
}
69316953
},
69326954
"404": {
69336955
"description": "Failure",

0 commit comments

Comments
 (0)