We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f42566 commit a756c24Copy full SHA for a756c24
src/spaceone/identity/model/job/database.py
@@ -22,6 +22,8 @@ class Job(MongoModel):
22
meta = {
23
"updatable_fields": [
24
"status",
25
+ "options",
26
+ "error_message",
27
"updated_at",
28
"finished_at",
29
],
0 commit comments