Skip to content

Commit

Permalink
Merge pull request #66 from humanitec/update-client
Browse files Browse the repository at this point in the history
Update client
  • Loading branch information
johanneswuerbach authored May 13, 2024
2 parents 6ad4919 + b954a7e commit 8eba066
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -16812,6 +16812,17 @@
"description": "The user who created this record.",
"type": "string"
},
"updated_at": {
"description": "The timestamp of when this record has been updated.",
"example": "2020-06-22T09:37:23.523Z",
"title": "Simplified extended ISO format date/time string.",
"type": "string",
"format": "date-time"
},
"updated_by": {
"description": "The user who updated this record.",
"type": "string"
},
"criteria": {
"description": "(Optional) The criteria to use when looking for a Resource Definition during the deployment.",
"items": {
Expand Down

0 comments on commit 8eba066

Please sign in to comment.