Skip to content

Commit

Permalink
report updater and updated time when getting workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hugowetterberg committed Jan 29, 2025
1 parent 9ae460d commit 23591d1
Show file tree
Hide file tree
Showing 4 changed files with 1,097 additions and 1,062 deletions.
8 changes: 8 additions & 0 deletions docs/repository-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,14 @@
},
"elephant.repository.GetWorkflowResponse": {
"properties": {
"updated": {
"description": "Updated is the update time as a RFC3339 timestamp.",
"type": "string"
},
"updater_uri": {
"description": "UpdaterURI identifies the user that last updated the workflow.",
"type": "string"
},
"workflow": {
"$ref": "#/components/schemas/elephant.repository.DocumentWorkflow"
}
Expand Down
Loading

0 comments on commit 23591d1

Please sign in to comment.