Skip to content

Commit 755f385

Browse files
committed
fix: update openapi
Signed-off-by: Jana Peper <[email protected]>
1 parent 990132b commit 755f385

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

openapi.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"role",
5050
"content",
5151
"timestamp",
52-
"ocp_task_id"
52+
"ocp_task_id",
53+
"sources"
5354
],
5455
"properties": {
5556
"id": {
@@ -73,6 +74,9 @@
7374
"ocp_task_id": {
7475
"type": "integer",
7576
"format": "int64"
77+
},
78+
"sources": {
79+
"type": "string"
7680
}
7781
}
7882
},

0 commit comments

Comments
 (0)