Skip to content

Commit ed4e2ad

Browse files
committed
docs(openapi): regenerate administration schema
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 6ac404a commit ed4e2ad

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

openapi-administration.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@
128128
"field_definition_id",
129129
"user_uid",
130130
"value",
131-
"current_visibility"
131+
"current_visibility",
132+
"updated_by_uid",
133+
"updated_at"
132134
],
133135
"properties": {
134136
"id": {
@@ -147,6 +149,12 @@
147149
},
148150
"current_visibility": {
149151
"$ref": "#/components/schemas/Visibility"
152+
},
153+
"updated_by_uid": {
154+
"type": "string"
155+
},
156+
"updated_at": {
157+
"type": "string"
150158
}
151159
}
152160
},

0 commit comments

Comments
 (0)